-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: core-svc
The class `javax.management.remote.JMXServiceURL` requires that a protocol is specified when using its `String` constructor, and will throw `MalformedURLException` if the protocol is missing. This behaviour is now extended to the other constructors that take individual parameters, and the historical defaulting to the "jmxmp" protocol is removed.