RFR: 8358701: Remove misleading javax.management.remote API doc wording about JMX spec, and historic link to JMXMP [v3]
Serguei Spitsyn
sspitsyn at openjdk.org
Fri Jun 6 19:06:54 UTC 2025
On Fri, 6 Jun 2025 09:49:09 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
>> Doc-only cleanup, not part of the API/spec.
>>
>> Remove link to the very old reference implementation of JMXMP in the Javadoc. This may misleadingly imply it is a supported part of the JDK.
>
> Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
>
> update
src/java.management/share/classes/javax/management/remote/package-info.java line 41:
> 39: *
> 40: * <p>A connector makes an MBean server remotely accessible through
> 41: * a given protocol.
Nit: Before, this line was ended with semicolon sign `:` as there is the list following it.
Now: The list follows the dot `.`. Should the dot be replaced with a semicolon?
(It impacts the CSR if you decide to change it.)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25670#discussion_r2132746386
More information about the serviceability-dev
mailing list