-
Enhancement
-
Resolution: Fixed
-
P3
-
6
-
b36
-
generic
-
generic
-
Verified
A javax.management.openmbean.CompositeType defines a list of items, where each item has a name and a type. The specification currently disallows a CompositeType with an empty list of items. With the implementation of 5072004, which allows a CompositeData to contain additional items and still be compatible with a CompositeType, it is now meaningful to have an empty CompositeType. This simply means that the corresponding CompositeData instances will have only additional items, and no fixed items. In particular this can be used to handle "any"-type values in MXBeans.
- relates to
-
JDK-6747770 TEST : test/javax/management/mxbean/CustomTypeTest.java missing @bug 6405862
- Closed
-
JDK-5072004 Better support for schema evolution in CompositeData and CompositeType
- Resolved
-
JDK-6752563 Allow CompositeDataSupport to have zero items
- Closed