-
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
8245263: Enable TLSv1.3 by default on JDK 8u for Client roles #96
Conversation
👋 Welcome back abakhtin! A progress list of the required criteria for merging this PR into |
Webrevs
|
@martinuy @franferrax Could you please review this? |
Hi @alexeybakhtin , Thanks for proposing this backport. Just for the record, the non-tests part of this change is the revert of https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/ad16e2ef963c Looks good to me overall, just a couple of minor comments related to tests:
For reference, this is the changeset that introduced the TLS 1.3 tests adaptation in 8u: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/ed0d638da09f Thanks, |
Hi @martinuy |
Hi @alexeybakhtin , Changes look good. Any new test failure? (I don't think but just wanted to check) |
@martinuy |
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 to me.
@alexeybakhtin 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 1 new commit 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 |
@alexeybakhtin Please use PR title |
This backport pull request has now been updated with the original issue, but not the original commit. If you have the original commit hash, please update the pull request title with |
/integrate |
@alexeybakhtin Pushed as commit 8e2c498. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Please review a patch to enable TLSv1.3 by default on JDK 8u for Client roles
I'd like to add this functionality for parity with Oracle JavaSE8
The patch rolls back the JDK-8245476 and updates JTREG tests
All sun/security/ssl and javax/net/ssl jtreg tests are passed
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev pull/96/head:pull/96
$ git checkout pull/96
Update a local copy of the PR:
$ git checkout pull/96
$ git pull https://git.openjdk.org/jdk8u-dev pull/96/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 96
View PR using the GUI difftool:
$ git pr show -t 96
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/96.diff