On Wed, 30 Nov 2022 17:02:45 GMT, Kevin Walls <[email protected]> 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 annotation on the package-private classes
src/java.management/share/classes/javax/management/loading/MLetParser.java line
254:
> 252: * Parse the document pointed by the URL urlname
> 253: */
> 254: @SuppressWarnings({"deprecation", "removal"})
You might have to keep "removal", but I suspect "deprecation" should no longer
be necessary, now that this class is deprecated (though I might be wrong).
-------------
PR: https://git.openjdk.org/jdk/pull/11430