Bug 600256
| Summary: | Connection object in old python API no longer has a 'spec' attribute | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Gordon Sim <gsim> |
| Component: | Release_Notes | Assignee: | Lana Brindley <lbrindle> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | MRG Quality Engineering <mrgqe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | Development | CC: | mhideo |
| Target Milestone: | 1.3 | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
In the 0-10 specific python client API, qpid.connection.Connection.spec is no longer required, and has been removed. Additionally, the constructor for that class no longer takes a spec argument. The spec is no longer needed as the generated classes are created automatically.
This is unlikely to have any impact on most applications. Those that do reference the spec can simply remove any such references.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-10-14 20:42:00 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 548214, 587671 | ||
|
Description
Gordon Sim
2010-06-04 09:53:05 UTC
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Enhancemnt: In the 0-10 specific python client API, qpid.connection.Connection.spec is no longer required, and has been removed. Additionally, the constructor for that class no longer takes a spec argument. The spec is no longer needed as the generated classes are created automatically. This is unlikely to have much effect on most applications. Those that do reference the spec can simply remove any such references. Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -2,4 +2,4 @@ In the 0-10 specific python client API, qpid.connection.Connection.spec is no longer required, and has been removed. Additionally, the constructor for that class no longer takes a spec argument. The spec is no longer needed as the generated classes are created automatically. -This is unlikely to have much effect on most applications. Those that do reference the spec can simply remove any such references.+This is unlikely to have any impact on most applications. Those that do reference the spec can simply remove any such references. Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,4 +1,4 @@ -Enhancemnt: +Enhancement: In the 0-10 specific python client API, qpid.connection.Connection.spec is no longer required, and has been removed. Additionally, the constructor for that class no longer takes a spec argument. The spec is no longer needed as the generated classes are created automatically.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1,5 +1,3 @@
-Enhancement:
-
In the 0-10 specific python client API, qpid.connection.Connection.spec is no longer required, and has been removed. Additionally, the constructor for that class no longer takes a spec argument. The spec is no longer needed as the generated classes are created automatically.
This is unlikely to have any impact on most applications. Those that do reference the spec can simply remove any such references.
Revision 0.1 of the release notes will available for review on the stage shortly. LKB Release Notes have now been published: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/1.3/html/MRG_Release_Notes/index.html LKB |