-
Notifications
You must be signed in to change notification settings - Fork 68
8279222: Incorrect legacyMap.get in java.security.Provider after JDK-8276660 #70
Conversation
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
Webrevs
|
/contributor add @valeriepeng |
@shipilev |
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.
Thanks for coordinating on this to ensure the change has a test.
@shipilev 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 4 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 |
Thanks for reviews! /integrate |
Going to push as commit 0f4807e.
Your commit was automatically rebased without conflicts. |
SonarCloud reports:
A "Map<ServiceKey, Service>" cannot contain a "String" in a "ServiceKey" type.
Should be
aliasKey
, like other accesses tolegacyMap
. This code is introduced by JDK-8276660, so it affects JDK 18.Additional testing:
jdk_security
Progress
Issue
Reviewers
Contributors
<valeriep@openjdk.org>
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk18 pull/70/head:pull/70
$ git checkout pull/70
Update a local copy of the PR:
$ git checkout pull/70
$ git pull https://git.openjdk.java.net/jdk18 pull/70/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 70
View PR using the GUI difftool:
$ git pr show -t 70
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk18/pull/70.diff