RFR: 8340359: Remove javax.naming.Context.APPLET
Jaikiran Pai
jpai at openjdk.org
Wed Dec 4 07:31:39 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.
Marked as reviewed by jpai (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/22521#pullrequestreview-2477495886
More information about the core-libs-dev
mailing list