-
Notifications
You must be signed in to change notification settings - Fork 149
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
8129572: Cleanup usage of getResourceAsStream in jaxp #4
Conversation
👋 Welcome back akasko! A progress list of the required criteria for merging this PR into |
Webrevs
|
2bf03c9
to
24601c8
Compare
Reviewed-by: alanb, joehw, mchung, redestad Backport-of: 4ebbfc918f558e73c05f471cfd3ab2b11dcf5a75
24601c8
to
0c0854a
Compare
This backport pull request has now been updated with issue from the original commit. |
This looks fine to me; only difference from the 11u patch, other than the paths, is the missing test change, which just adds some Please flag with |
Thanks for the review! I've marked the issue for approval. |
Thanks for the approval! Should this PR be somehow marked as "reviewed" or can I go forward and integrate it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marked as reviewed. I was holding off as SKARA doesn't yet check for jdk8u-fix-yes
(see SKARA-1199)
@akashche This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 8 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
/integrate |
Going to push as commit bb69732.
Your commit was automatically rebased without conflicts. |
Please review a backport of a JAXP cleanup.
Original commit 17b47acf5b3d in jdk9.
Commit 4ebbfc9 in jdk11u-dev.
This cleanup should allow to backport other JAXP changes (like JDK-8163121) easier.
All code changes apply cleanly (with reshuffled paths) except LSSerializerTest.java that was excluded. LSSerializerTest.java is not present in 8u, it was added with JDK-8043084 (not public, jdk9 commit 29ba77ad2a87).
Testing:
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk8u-dev pull/4/head:pull/4
$ git checkout pull/4
Update a local copy of the PR:
$ git checkout pull/4
$ git pull https://git.openjdk.java.net/jdk8u-dev pull/4/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 4
View PR using the GUI difftool:
$ git pr show -t 4
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk8u-dev/pull/4.diff