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. This pull request has now been integrated. Changeset: 8d19a560 Author: Aleksei Efimov <aefi...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8d19a560d013440340d1c3ba6aeebe5727c2c9c1 Stats: 138 lines in 3 files changed: 0 ins; 137 del; 1 mod 8340359: Remove javax.naming.Context.APPLET Reviewed-by: jpai ------------- PR: https://git.openjdk.org/jdk/pull/22521