<i18n dev> RFR: 8359053: Implement JEP 504 - Remove the Applet API [v8]

Sergey Bylokhov serb at openjdk.org
Thu Jun 12 23:02:34 UTC 2025


On Thu, 12 Jun 2025 22:20:01 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.
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8359053

test/jdk/javax/sound/sampled/Clip/DataPusherThreadCheck.java line 73:

> 71: 
> 72:     private static void checkThread(File file) throws Exception {
> 73:         SoundClip clip = SoundClip.createSoundClip(file);

I think we should either support content handlers via the new SoundClip object or remove the existing implementation, as it is currently tied to AudioClip.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25698#discussion_r2143788994


More information about the i18n-dev mailing list