Kelly,
The CR is in the request :)
6989150 : JCK7: 3 deserialization tests for javax.xml classes fail since
JDK7-b112
This is a port from JDK7 to OpenJDK6.
Thanks,
Joe
On 3/9/2011 5:51 PM, Kelly O'Hair wrote:
Could you file a CR? Or provide a CR list in the one line each
NNNNNNN: Synopsis
format?
So I can cut and paste that into the changeset comment.
I'll try and get the bundle name changes in ready for review.
-kto
On Mar 9, 2011, at 3:10 PM, Joe Wang wrote:
Thanks!
I've uploaded the bundle to:
http://download.java.net/jaxp/openjdk/jdk6/jaxp144_02.zip
-Joe
On 3/9/2011 2:33 PM, Kelly O'Hair wrote:
Approved.
-kto
On Mar 9, 2011, at 11:43 AM, Joe Wang wrote:
Hi,
I'd like to ask for an approval to integrate a jaxp patch into OpenJDK6. The
patch is in the form of jaxp144_02.zip, that is, 2nd patch for jaxp 1.4.4. The
bundle fixed JCK 6b failures on OpenJDK 6 b21/b22. The fix was done through
porting the patch for CR 6989150 JCK7: 3 deserialization tests for javax.xml
classes fail since JDK7-b112, by setting serial version UID explicitly to match
UIDs for previous JAXP version.:
private static final long serialVersionUID = -2994412584589975744L;
private static final long serialVersionUID = -6527718720676281516L;
private static final long serialVersionUID = -827108682472263355L;
to the following classes:
src/javax/xml/stream/FactoryConfigurationError.java
src/javax/xml/transform/TransformerFactoryConfigurationError.java
src/javax/xml/parsers/FactoryConfigurationError.java
Thanks,
Joe