On Tue, 3 Dec 2024 17:36:35 GMT, Aleksei Efimov <aefi...@openjdk.org> wrote:
> JNDI dependency on the `java.applet.Applet` has been removed in JDK9 with > [JDK-8051422](https://bugs.openjdk.org/browse/JDK-8051422). It made the > `Context.APPLET` environment property obsolete and to be ignored when > `javax.naming.InitialContext` is created. > > The proposed change removes `javax.naming.Context.APPLET` constant and the > tests using it. Marked as reviewed by jpai (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/22521#pullrequestreview-2477495886