-
Notifications
You must be signed in to change notification settings - Fork 120
8349501: Relocate supporting classes in security/testlibrary to test/lib/jdk tree #1721
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
Conversation
👋 Welcome back goetz! A progress list of the required criteria for merging this PR into |
@GoeLin This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 5 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
This backport pull request has now been updated with issue from the original commit. |
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.
Looks good.
|
Thanks for the review! |
/integrate |
Going to push as commit fdd0cb5.
Your commit was automatically rebased without conflicts. |
I backport this for parity with 21.0.8-oracle. I had to resolve a row of simple conflicts. The first commit contains all the clean parts.
test/jdk/java/security/Provider/ChangeProviders.java
Trivial resolve because "https://bugs.openjdk.org/browse/JDK-8175874: Update Security.insertProviderAt to specify behavior when requested position is out of range." missing.
Specification change with CSR, don't backport.
All Copyright because "https://bugs.openjdk.org/browse/JDK-8338411: Implement JEP 486: Permanently Disable the Security Manager" touched these files.
test/jdk/sun/security/pkcs11/ec/ReadCertificates.java
test/jdk/sun/security/pkcs11/ec/ReadPKCS12.java
test/jdk/sun/security/pkcs11/ec/TestECDH.java
test/jdk/sun/security/pkcs11/ec/TestECDH2.java
test/jdk/sun/security/pkcs11/ec/TestECDSA.java
test/jdk/sun/security/pkcs11/ec/TestECDSA2.java
test/jdk/sun/security/pkcs11/rsa/TestCACerts.java
test/jdk/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java
test/jdk/sun/security/provider/certpath/PKIXCertComparator/Order.java
Test added by "https://bugs.openjdk.org/browse/JDK-8317431: Implement simpler Comparator when building certification paths" (jdk23). Enhancement, not a
candidate for backport. Omitted.
test/jdk/sun/security/ssl/Stapling/StatusResponseManager.java
test/jdk/sun/security/ssl/Stapling/java.base/sun/security/ssl/StatusResponseManagerTests.java
Trivial resolves because P4 bug "https://bugs.openjdk.org/browse/JDK-8339403: sun.security.ssl.StatusResponseManager.get swallows interrupt status" (jdk24) is not in 21.
Candidate for backport? Seems to be just a defensive change.
test/lib/jdk/test/lib/security/CertificateBuilder.java
Also "https://bugs.openjdk.org/browse/JDK-8317431: Implement simpler Comparator when building certification paths". Resolved Copyright.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/1721/head:pull/1721
$ git checkout pull/1721
Update a local copy of the PR:
$ git checkout pull/1721
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/1721/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1721
View PR using the GUI difftool:
$ git pr show -t 1721
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/1721.diff
Using Webrev
Link to Webrev Comment