-
Notifications
You must be signed in to change notification settings - Fork 6.1k
8361533: Apply java.io.Serial annotations in java.logging #26208
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
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
|
|
This is okay but just to point out that the SecurityManager feature is disabled completely since JDK 24 and LoggingPermission is deprecated for removal. So unlikely that new code will make use of this. |
|
@mrserb This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
/keepalive |
|
@mrserb The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
Looking for volunteers to review this trivial patch. |
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; trivial.
|
/integrate |
|
Going to push as commit 14a40fd.
Your commit was automatically rebased without conflicts. |
Please review the application of the
@Serialannotation (JDK-8202385) to types in the java.logging module to enable stricter compile-time checking of serialization-related declarations. Only one class remains to be covered; all other relevant fields and methods are already annotated with@Serial.This annotation can be applied to these methods in the module:
Example of a similar change in the java.compiler module.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/26208/head:pull/26208$ git checkout pull/26208Update a local copy of the PR:
$ git checkout pull/26208$ git pull https://git.openjdk.org/jdk.git pull/26208/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 26208View PR using the GUI difftool:
$ git pr show -t 26208Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/26208.diff
Using Webrev
Link to Webrev Comment