-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
8189198: Add "forRemoval = true" to Applet API deprecations #2920
Conversation
/csr |
👋 Welcome back herrick! A progress list of the required criteria for merging this PR into |
@andyherrick this pull request will not be integrated until the CSR request JDK-8189232 for issue JDK-8189198 has been approved. |
@andyherrick The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
Have you looked at narrowing the use of the SuppressWarnings to local variable declarations to avoid adding it to some of these methods? |
|
in all cases either:
I cannot find any instances where the scope can be narrowed |
Are you about AquaInternalFrameUI.mouseRelased, BasicPopupMenuUI. stateChanged, and other non-trivial methods? |
These have the code pattern such as: |
…pages Reviewed-by: iklam, stuefe, erikj, ihse
… shortcuts Reviewed-by: almatvee, herrick
Reviewed-by: iklam, erikj, dcubed
…_mark_in_progress() Reviewed-by: shade
… garbled Reviewed-by: kvn, never
Reviewed-by: thartmann, neliasso, kvn
Reviewed-by: stefank
Reviewed-by: redestad, dholmes
….trim() Reviewed-by: serb, pbansal, kizune, trebari, psadhukhan
…contains plaform specific parameters Reviewed-by: herrick, dcubed
…nd cannot be forced Reviewed-by: adinn
8253816: Support macOS W^X 8253817: Support macOS Aarch64 ABI in Interpreter 8253818: Support macOS Aarch64 ABI for compiled wrappers 8253819: Implement os/cpu for macOS/AArch64 8253839: Update tests and JDK code for macOS/Aarch64 8254941: Implement Serviceability Agent for macOS/AArch64 8255776: Change build system for macOS/AArch64 8262903: [macos_aarch64] Thread::current() called on detached thread Co-authored-by: Vladimir Kempik <vkempik@openjdk.org> Co-authored-by: Bernhard Urban-Forster <burban@openjdk.org> Co-authored-by: Ludovic Henry <luhenry@openjdk.org> Co-authored-by: Monica Beckwith <mbeckwit@openjdk.org> Reviewed-by: erikj, ihse, prr, cjplummer, stefank, gziemski, aph, mbeckwit, luhenry
…ised exception handling Reviewed-by: jnimeh
…eadfilter001/TestDescription.java failed with "ERROR: eventSet1.size() != 3 :: 2" Reviewed-by: cjplummer, lmesnik, sspitsyn
…ticException Reviewed-by: bpb
Reviewed-by: mgronlun
pushed minor change to src/java.desktop/share/classes/java/applet/package-info.java as well as merge with master. |
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.
@andyherrick 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 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 ➡️ To integrate this PR with the above commit message to the |
/integrate |
@andyherrick Since your change was applied there have been 9 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 57115fa. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
implementation of
JDK-8256145: JEP 398: Deprecate the Applet API for Removal
Progress
Issue
Reviewers
Download
To checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/2920/head:pull/2920
$ git checkout pull/2920
To update a local copy of the PR:
$ git checkout pull/2920
$ git pull https://git.openjdk.java.net/jdk pull/2920/head