In the 0-10 specific python client API, qpid.connection.Connection.spec no longer exists, neither does the constructor for that class take a spec argument anymore. 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 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