Skip to content

Remove Java applet support#2800

Merged
riccardobl merged 1 commit into
jMonkeyEngine:masterfrom
8Keep:remove-java-applet-support
May 24, 2026
Merged

Remove Java applet support#2800
riccardobl merged 1 commit into
jMonkeyEngine:masterfrom
8Keep:remove-java-applet-support

Conversation

@8Keep
Copy link
Copy Markdown
Contributor

@8Keep 8Keep commented May 23, 2026

Applets are dead since java 9, forcing us to use javadoc level 8. I ran into this when trying to fix up all javadoc lints/warnings/errors. Splitting this out into a separate PR for simplicity.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes Java applet support by deleting the AppletHarness, AppHarness, and TestApplet classes, and cleaning up related comments in TestSceneWater.java. Feedback suggests that since applet support is being removed, the useHttp field in TestSceneWater should no longer be static to avoid potential state leakage between test runs.

Comment thread jme3-examples/src/main/java/jme3test/water/TestSceneWater.java
@8Keep 8Keep marked this pull request as ready for review May 23, 2026 19:17
@riccardobl
Copy link
Copy Markdown
Member

Thanks!

@riccardobl riccardobl merged commit e03c773 into jMonkeyEngine:master May 24, 2026
10 checks passed
@8Keep 8Keep deleted the remove-java-applet-support branch May 25, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants