8371975: Apply java.io.Serial annotations in java.security.sasl#28345
8371975: Apply java.io.Serial annotations in java.security.sasl#28345mrserb wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back serb! A progress list of the required criteria for merging this PR into |
|
@mrserb 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
|
/integrate |
|
Going to push as commit d054865.
Your commit was automatically rebased without conflicts. |
Please review the application of the
@Serialannotation (JDK-8202385) to types in thejava.security.saslmodule to enable stricter compile-time checking of serialization-related declarations.Example of a similar change #27925.
Note: this annotation can be applied to these methods and fields:
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/28345/head:pull/28345$ git checkout pull/28345Update a local copy of the PR:
$ git checkout pull/28345$ git pull https://git.openjdk.org/jdk.git pull/28345/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 28345View PR using the GUI difftool:
$ git pr show -t 28345Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/28345.diff
Using Webrev
Link to Webrev Comment