-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8041523: Xerces Update: Serializer improvements from Xalan #7
Conversation
👋 Welcome back evergizova! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
Hi, Thanks for the backport. I don't see a link between JDK-8041523 & JDK-8037259 in the bug database. If the latter does indeed introduce a TCK failure corrected by the former, can you please link the two together? I guess that's why this wasn't spotted when JDK-8037259 was backported. If it is indeed fixing a TCK failure introduced in 8u332, I think this should be a As to the patch itself:
Thanks. |
Hi, I added the link and comment to JDK-8037259. As for the |
@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! |
Hmm, I would have thought it would be the same commit in either repository, but it does seem to have been altered in the move to git. Interesting. I guess people should use the 11u version of commits then. I'll update the 8u docs with that. As the changes are part of that git transfer, I'm fine with your patch as is, but please rebase to monojdk8u and apply for jdk8u-critical-fix as @jerboaa suggests. |
Thanks, RFR for monojdk8u: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2022-March/014664.html |
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 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.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk8u-dev pull/7/head:pull/7
$ git checkout pull/7
Update a local copy of the PR:
$ git checkout pull/7
$ git pull https://git.openjdk.java.net/jdk8u-dev pull/7/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 7
View PR using the GUI difftool:
$ git pr show -t 7
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk8u-dev/pull/7.diff