-
Notifications
You must be signed in to change notification settings - Fork 236
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
8179503: Java should support GET OCSP calls #847
Conversation
👋 Welcome back apavlyutkin! 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. |
Webrevs
|
@TheRealMDoerr @alexeybakhtin I splitted #788, this is the 1st part for 8179503 |
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.
@@ -1,5 +1,5 @@ | |||
/* | |||
* Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved. | |||
* Copyright (c) 2009, 2022, Oracle and/or its affiliates. All rights reserved. |
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.
Copyright year update not needed for pure backports when the original change doesn't touch it. May cause merge conflicts. Feel free to revert.
@apavlyutkin 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 As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@TheRealMDoerr) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
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.
Thumbs up from my side!
Looks good. |
Please configure Pre-submit tests. |
@GoeLin I've configured pre-submit tests, but they constantly fail on cross-compilation for different target architectures due to absense of required packages. Is that my fault, should I do something else? |
A lot of pre-submit tests have failed for other PRs, too. I don't think it's your fault. This change is not platform dependent, so I think your tests are fine. |
Thanks for the tests, the failures are unrelated. |
jdk11u-fix-no |
…osx-aarch64 Reviewed-by: phh Backport-of: ab22407
…icationException Change implementation to use iterator instead of plain LinkedList Reviewed-by: phh Backport-of: d948bfd
…ption message Reviewed-by: mchung, phh Backport-of: 9f9d678591e02ecaeae7b81eeefb0ba41c7b4dae
… 8218431 Reviewed-by: dlong, mdoerr
Backport-of: e82dc6935b5f575a53fcba9c96767cee1b535cb8
…ust be at least loaded Set InstanceKlass::loaded before adding classes to the subklass list, which can be read concurrently by the compiler. Reviewed-by: rrich Backport-of: cab9667
Backport-of: 3330f9c2ad508fdb9100a2400abdd3366342dde1
Co-authored-by: Justin Lu <jlu@openjdk.org> Reviewed-by: lancea, iris, rriggs Backport-of: 0a700c6c3d150ed375c113b31b8e6185cbe57ae6
…or GB 18030-2022 Implementation Level 2 Reviewed-by: lancea, iris, rriggs Backport-of: 926910977080dda181ae3772293d2bc9bd458f2a
…call in early potential CHECK_NULL return Backport-of: b51ea4204eaa18687e7712e87cdc92efbddfcb5b
…ll in early potential CHECK_NULL return Backport-of: a7e308ab6e5dba7df790840d29fc7edbf3af2e24
Reviewed-by: mdoerr Backport-of: 2903d59
…rsion Reviewed-by: lancea, rriggs, naoto, iris Backport-of: e5ac7a1b7e8df1e56a7e78bba6a2b9ed7fc297f1
Remove old version specific code in reflection.cpp Reviewed-by: clanger Backport-of: 145582d
… backport of JDK-8303861 Reviewed-by: clanger
Backport-of: 5296357fe27ac9f68c635cd1ba324c4985934354
Reviewed-by: phh
Reviewed-by: mdoerr Backport-of: 5b43804b7988ea4abd6458fba0a042b7bd6d9cb8
This issue causes a regression, if the OCSP server is not returning the See also phax/phase4#124 for my original analysis on the Java 17 problem |
Thanks a lot, Philip! I will keep it on mind. |
Hi, Chris! As I see you've marked dependent JDK-8274471 with |
This is recorded in JBS now as JDK-8308255. |
Hi @apavlyutkin, So, please go ahead with your efforts to backport these two items. As for this PR, I think a merge with master would clean it up and also trigger GHA, hoping for all green results. |
|
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.
@apavlyutkin, there are 494 changed files in the PR vs 3 in the original commit. Looks like a merge issue.
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.
Somehow the last merge changed 494 files, please fix.
The request was initiated Mar 2, 2022. It's Ok |
It may be correct. We can see the actual patch here: https://patch-diff.githubusercontent.com/raw/openjdk/jdk11u-dev/pull/847.patch |
Ok, I'm raising new #1917 instead of this one |
Hello! I'd like to backport
8179503: Java should support GET OCSP calls (dependency)
to jdk11u-dev. This one is required as a dependency for
8274471: Add support for RSASSA-PSS in OCSP Response
The following changes were done to apply original patch:
src/java.base/share/classes/sun/security/provider/certpath/OCSP.java
The rest of the code applied without changes
Verification/regression (20.04/amd64): jdk_security
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/847/head:pull/847
$ git checkout pull/847
Update a local copy of the PR:
$ git checkout pull/847
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/847/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 847
View PR using the GUI difftool:
$ git pr show -t 847
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/847.diff
Webrev
Link to Webrev Comment