[jdk8u-dev] RFR: 8041523: Xerces Update: Serializer improvements from Xalan
Ekaterina Vergizova
evergizova at openjdk.java.net
Thu Mar 17 18:37:41 UTC 2022
On Tue, 15 Mar 2022 20:58:17 GMT, Ekaterina Vergizova <evergizova at openjdk.org> wrote:
>> I'd like to backport JDK-8041523 to 8u.
>> This backport fixes jck8 api/xinclude test failures that occur after JDK-8037259 backport to 8u.
>> Аffected tests:
>> api/xinclude/Nist/Nist-include-38.html#Nist-include-38
>> api/xinclude/Nist/Nist-include-37.html#Nist-include-37
>> api/xinclude/Harold/harold-64.html#harold-64
>>
>> Original patch from jdk9 [894ae6562453](http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/894ae6562453) applies almost cleanly except for some copyright differences and imports reshuffling.
>>
>> Tested with jdk_tier1, jdk_other (that includes javax/xml) and jck8 api/xinclude.
>
> Hi,
> thanks for the comments.
>
> I added the link and comment to JDK-8037259.
>
> As for the `jaxp/src/com/sun/org/apache/xml/internal/serializer/ToStream.java` difference, probably it's better to compare with 11u git commit [38fdd08](https://github.com/openjdk/jdk11u-dev/commit/38fdd0804030744b2804c35c97f843319a961799)
> It is similar to proposed 8u patch for ToStream.java.
> Actually the only hunk that was rejected and manually reapplied due to a difference in context is #1, the copyright comment, all other hunks were applied cleanly.
> @kvergizova This looks good to me. Please create a webrev targetting the monorepo here: https://hg.openjdk.java.net/jdk8u/monojdk8u and send an RFR with that and close this PR. It's a critical fix and we need to push it there not to the jdk8u-dev git tree. Thanks!
Thanks, RFR for monojdk8u: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2022-March/014664.html
-------------
PR: https://git.openjdk.java.net/jdk8u-dev/pull/7
More information about the jdk8u-dev
mailing list