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_NotesAssignee: Lana Brindley <lbrindle>
Status: CLOSED CURRENTRELEASE QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: DevelopmentCC: 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
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.

Comment 1 Lana Brindley 2010-06-21 03:47:11 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.

Comment 2 Lana Brindley 2010-06-21 03:52:12 UTC
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.

Comment 3 Lana Brindley 2010-06-21 04:00:54 UTC
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.

Comment 4 Lana Brindley 2010-09-23 03:37:32 UTC
    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.

Comment 5 Lana Brindley 2010-09-23 03:58:33 UTC
Revision 0.1 of the release notes will available for review on the stage shortly.

LKB

Comment 6 Lana Brindley 2010-10-14 20:42:00 UTC
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