Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Bugzilla 142789 XML Data access component change public API

- Summary:

Adds a constructor to a utility class in the oda.xml driver to preserve backward compatibility with RC2 build.

 

- Bugzilla Bug(s) Resolved:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=142789

 

- Description:

The oda.xml driver erroneously exposed an internal utility class as part of its public API. This class was subsequently changed in RC3 in a way that’s not backward compatible. This check in adds back an obsolete constructor to make sure that the BIRT RC3 build can work with TPTP 2.1RC2.

 

- Tests Description:

Manual test with TPTP

 

- Notes to Build Team:

 

 

- Notes to Developers:

 

 

- Notes to QA:

 

 

- Notes to Documentation:

 

 

- Files Edited:

/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/XMLDataInputStream.java

 

- Files Added:

 

 

- Files Deleted:

 

 

 

 

 


Back to the top