[jdk8u-dev] RFR: 8041523: Xerces Update: Serializer improvements from Xalan

Ekaterina Vergizova evergizova at openjdk.java.net
Tue Mar 15 21:01:48 UTC 2022


On Tue, 15 Mar 2022 16:53:00 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.

-------------

PR: https://git.openjdk.java.net/jdk8u-dev/pull/7


More information about the jdk8u-dev mailing list