-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b36
-
generic
-
generic
-
Verified
CR 6607114 made JMXServiceURL reconstructible in MXBeans by adding the @ConstructorProperties annotation to one of its constructors. But @java.beans.ConstructorProperties was only added in Java SE 6. The JMX 2.0 API must be implementable on Java SE 5.0, and if this annotation is referenced from one of its classes then it cannot be.
- relates to
-
JDK-6607114 Make JMXServiceURL reconstructible in MXBeans
- Closed