Integrated: 8359053: Implement JEP 504 - Remove the Applet API
Phil Race
prr at openjdk.org
Mon Jul 14 20:26:54 UTC 2025
On Mon, 9 Jun 2025 18:11:13 GMT, Phil Race <prr at openjdk.org> wrote:
> This is the implementation of JEP 504 - Remove the Applet API.
> API changes are
> - Remove the entire java.applet package
> - Remove the javax/swing/JApplet class
> - Remove applet related APIs in java.beans
> - Update javadoc referring to applets, including one gif image - now changed to an svg image
> -
> Other changes are
> - Remove references to the removed classes
> - Remove obsolete tests
> - Update obsolete code comments
>
> sun.awt.AppContext is even more obsolete now than it was before, but eliminating uses of that will be is not required,
> and will be follow-on internal clean up, at a later date, under unrelated bug ids, and likely not completed in the same
> release as this JEP is integrated.
>
> I have extensively tested this - running all the automated tests used by CI tiers 1 to 8.
This pull request has now been integrated.
Changeset: 5cf672e7
Author: Phil Race <prr at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5cf672e7784b9a9a82f29977a072b162cc240fd1
Stats: 3261 lines in 86 files changed: 124 ins; 2966 del; 171 mod
8359053: Implement JEP 504 - Remove the Applet API
Reviewed-by: aivanov, kizune, kcr, achung, serb
-------------
PR: https://git.openjdk.org/jdk/pull/25698
More information about the client-libs-dev
mailing list