Bug 471056

Summary: Need list of all incompatible changes since last release.
Product: Red Hat Enterprise MRG Reporter: Jonathan Robie <jonathan.robie>
Component: Release_NotesAssignee: Jonathan Robie <jonathan.robie>
Status: CLOSED NOTABUG QA Contact: Kim van der Riet <kim.vdriet>
Severity: urgent Docs Contact:
Priority: urgent    
Version: betaCC: gsim
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-10 20:17:14 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:

Description Jonathan Robie 2008-11-11 15:58:54 UTC
Known incompatible changes:

1. The AckPolicy class is no longer supported. 

To set manual vs. automatic acks:

SubscriptionManager::setAcceptMode()

You can batch acknowledgements using:

Subscription::setAutoAck()

2. The names of FieldTable get methods have changed for consistency

getString()  -> getAsString()
gettInt()    -> getAsInt()

etc.