RFR (JAXP) : 8142900: Xerces Update: Xerces XPath

huizhe wang huizhe.wang at oracle.com
Fri Nov 13 23:15:06 UTC 2015


Additional fix:

Fixed all warnings in the group:

[cast] redundant cast to char in REUtil, RangeToken and Token

fallthrough in RegularExpression, RegexParser

[rawtypes] in RegexParser

Thanks,
Joe

On 11/12/2015 2:03 PM, huizhe wang wrote:
> Hi,
>
> The purpose of the update was to fix the JCK issue 8069052[1], which 
> demanded the acceptance of a full character list in reZ003v.xml as XML 
> Schema defined words. However, since b74, the JDK has been updated to 
> support Unicode 7.0.0[2], in particular, U+2308..U+230B were changed 
> from Sm to either Ps or Pe in 7.0.0. As a result, I had to create a 
> separate issue 8142900 [3] so that we can continue fixing the issue 
> that the XML Schema specification defines \w as 
> [#x0000-#x10FFFF]-[\p{P}\p{Z}\p{C}] (all characters except the set of 
> "punctuation", "separator" and "other" characters).
>
> Once this is fixed, we'll discuss the JCK issue that now contains two 
> extra characters.
>
> [1] https://bugs.openjdk.java.net/browse/JDK-8069052
> [2] https://bugs.openjdk.java.net/browse/JDK-8032446
> [3] https://bugs.openjdk.java.net/browse/JDK-8142900
>
> Webrev:
> http://cr.openjdk.java.net/~joehw/jdk9/8142900/webrev/
>
> Thanks,
> Joe
>




More information about the core-libs-dev mailing list