8301788: AlgorithmId should keep lowercase characters from 3rd party providers#12410
8301788: AlgorithmId should keep lowercase characters from 3rd party providers#12410wangweij wants to merge 4 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back weijun! A progress list of the required criteria for merging this PR into |
Webrevs
|
| * @library /test/lib | ||
| * @summary AlgorithmId should keep lowercase characters from 3rd party providers | ||
| * @modules java.base/sun.security.x509 | ||
| * java.base/sun.security.util |
There was a problem hiding this comment.
AlgorithmId.get(ALG).getOID().toString() calls sun.security.util.ObjectIdentifier::toString.
Uppercase.java:46: error: ObjectIdentifier.toString() in package sun.security.util is not accessible
Asserts.assertEQ(AlgorithmId.get(ALG).getOID().toString(), OID);
^
(package sun.security.util is declared in module java.base, which does not export it to the unnamed module)
|
@wangweij 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 66 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 |
|
/integrate |
|
Going to push as commit b569742.
Your commit was automatically rebased without conflicts. |
Keep the "NAME -> 1.2.3.4" mapping unchanged but modify "1.2.3.4 -> NAME" to "1.2.3.4 -> Name".
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/12410/head:pull/12410$ git checkout pull/12410Update a local copy of the PR:
$ git checkout pull/12410$ git pull https://git.openjdk.org/jdk pull/12410/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 12410View PR using the GUI difftool:
$ git pr show -t 12410Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/12410.diff