On Fri, 6 Jun 2025 15:20:45 GMT, Kevin Walls <kev...@openjdk.org> wrote:
> Remove the historic oddity that JMXServiceURL defaults to jmxmp if a null > protocol is specified. > > This has been the case for JMXServiceURL constructors that take individual > parameters, but not for JMXServiceURL(String serviceURL), which enforces that > there must be a protocol (If empty in the String, it throws: > java.net.MalformedURLException: Missing or invalid protocol name: "") > > A missing (null) protocol should throw a MalformedURLException for all > constructors. > > JMXMP was never part of the JDK, but a separate component in the historic JMX > Remote reference implementation. > > While we are here, remove the last remaining JMXMP references in the source: > > src/java.management/share/classes/javax/management/remote/JMXConnectorServerMBean.java: > * (JMXMP Connector and RMI Connector).</p> > src/java.management/share/classes/javax/management/remote/JMXConnectorServer.java: > * (JMXMP Connector and RMI Connector).</p> > > These doc references are just examples of Connectors that support generation > of client stubs. There is no need for JMXMP to be mentioned here. (Test was missing from original commit.) ------------- PR Comment: https://git.openjdk.org/jdk/pull/25674#issuecomment-2956106847