Skip to content

Commit

Permalink
Adds compositedatasupport support
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Sep 28, 2023
1 parent 4974eb4 commit c89a9ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class JmxComplexAttribute extends JmxSubAttribute {
private static final List<String> COMPOSED_TYPES =
Arrays.asList(
"javax.management.openmbean.CompositeData",
"javax.management.openmbean.CompositeDataSupport",
"java.util.HashMap",
"java.util.Map");

Expand Down

0 comments on commit c89a9ac

Please sign in to comment.