From openjdk-jmx-dev Wed Nov 30 13:35:20 2022 From: Alan Bateman Date: Wed, 30 Nov 2022 13:35:20 +0000 To: openjdk-jmx-dev Subject: Re: jmx-dev RFR: 8297794: Deprecate JMX Management Applets for Removal Message-Id: <-_66BL8kLaRv8aSuOJBlJscW0ftTOt8hmg6dobnS8n4=.429e2240-61f6-429c-994b-139de1284581 () github ! com> X-MARC-Message: https://marc.info/?l=openjdk-jmx-dev&m=166981491523673 On Wed, 30 Nov 2022 12:08:22 GMT, Kevin Walls wrote: > Deprecate the Java Management Extension (JMX) Management Applet (m-let) feature for removal. > > This deprecation will have no impact on users of other JMX features, the JDK's built-in instrumentation, or any of the observability tools. > > More details in bug, and CSR JDK-8297795 Are you planning to add the @deprecated tag with the description for why they are deprecated? I'm surprised the java.management module compiles without it but maybe this module has doclint config in its make file. ------------- PR: https://git.openjdk.org/jdk/pull/11430