-
Problem report
-
Resolution: Fixed
-
Trivial
-
4.4.6, 5.0.0alpha2
-
Sprint 64 (May 2020), Sprint 65 (Jun 2020)
-
1
Steps to reproduce:
- Create MBean with CompositeData attribute (for example, fields "a", "b" and "c" are present in CompositeData, all of those are of String type).
- Set value of field b to null.
- Create JMX discovery.
- Observe that JMX discovery will never get pass that attribute with the following error present in log: "failed: null".
Expected:
It is expected that null is treated as a valid value for a field.