-
Notifications
You must be signed in to change notification settings - Fork 155
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
8339560: Unaddressed comments during code review of JDK-8337664 #626
base: master
Are you sure you want to change the base?
8339560: Unaddressed comments during code review of JDK-8337664 #626
Conversation
👋 Welcome back sgehwolf! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
@franferrax @martinuy Could you please help review this, thanks! |
GHA failures are the known certificate issues. Linux x86 is a known intermittent failure ( |
I'm backporting this test-only refactoring so that future distrust changes are easier to apply. In particular, this backport eases backporting JDK-8346587. The patch was mostly done by hand as it didn't apply cleanly.
Notable changes:
/test/lib
=>/lib/security
test library changesEntrust/Distrust.java
as well).Testing:
sun/security/ssl/X509TrustManagerImpl
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/626/head:pull/626
$ git checkout pull/626
Update a local copy of the PR:
$ git checkout pull/626
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/626/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 626
View PR using the GUI difftool:
$ git pr show -t 626
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/626.diff
Using Webrev
Link to Webrev Comment