Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.3-incubating
-
None
-
None
Description
The YAML Format handles empty entries not nice.
If I define a yaml like that:
myYaml: myProperties:
And now query my myYaml.myProperties -> I get a String "null". Instead of null.
The problem is here:
org.apache.tamaya.yaml.YAMLFormat.mapValueToString(Object)