It appears that skara is case-sensitive, and it treats the uppercase I as a regular comment instead of a bot command. ________________________________ From: core-libs-dev <core-libs-dev-r...@openjdk.org> on behalf of Aleksei Efimov <aefi...@openjdk.org> Sent: Wednesday, December 4, 2024 3:19 PM To: core-libs-dev@openjdk.org <core-libs-dev@openjdk.org> Subject: Re: RFR: 8340359: Remove javax.naming.Context.APPLET
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. /Integrate ------------- PR Comment: https://git.openjdk.org/jdk/pull/22521#issuecomment-2518578344