request to patch jaxp in openjdk6
Joe Wang
huizhe.wang at oracle.com
Wed Mar 9 15:10:29 PST 2011
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
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/jdk6-dev/attachments/20110309/3a826aff/attachment.html
More information about the jdk6-dev
mailing list