From openjdk-jmx-dev Wed Nov 30 15:47:26 2022 From: Roger Riggs Date: Wed, 30 Nov 2022 15:47:26 +0000 To: openjdk-jmx-dev Subject: Re: jmx-dev RFR: 8297794: Deprecate JMX Management Applets for Removal [v2] Message-Id: X-MARC-Message: https://marc.info/?l=openjdk-jmx-dev&m=166982284129183 On Wed, 30 Nov 2022 15:21:53 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 > > Kevin Walls has updated the pull request incrementally with one additional commit since the last revision: > > deprecated api doc text src/java.management/share/classes/javax/management/loading/MLet.java line 165: > 163: * to load classes that could not be found in the loaded jar files. > 164: * > 165: * @deprecated This API is part of Management Applets (m-lets), which is a legacy feature that allows loading I think `m-let` should be capital M. -> `M-let`. ------------- PR: https://git.openjdk.org/jdk/pull/11430