RFR: 8340359: Remove javax.naming.Context.APPLET
Aleksei Efimov
aefimov at openjdk.org
Wed Dec 4 21:19:40 UTC 2024
On Tue, 3 Dec 2024 17:36:35 GMT, Aleksei Efimov <aefimov at 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.
/Integrate
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22521#issuecomment-2518578344
More information about the core-libs-dev
mailing list