[
https://issues.apache.org/jira/browse/TAMAYA-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16692747#comment-16692747
]
ASF subversion and git services commented on TAMAYA-350:
--------------------------------------------------------
Commit ee00d2ef21d9f14fe7021a771b43eb910712a4fd in
incubator-tamaya-extensions's branch refs/heads/master from [~anatole]
[
https://git-wip-us.apache.org/repos/asf?p=incubator-tamaya-extensions.git;h=ee00d2e
]
TAMAYA-350 Fixed handling of null values in yaml.
> Empty entry handling YAML Property Source
> -----------------------------------------
>
> Key: TAMAYA-350
> URL: https://issues.apache.org/jira/browse/TAMAYA-350
> Project: Tamaya
> Issue Type: Bug
> Affects Versions: 0.3-incubating
> Reporter: Alexander Suter
> Priority: Major
>
> The YAML Format handles empty entries not nice.
> If I define a yaml like that:
>
>
> {code:java}
> myYaml:
> myProperties:{code}
>
> And now query my myYaml.myProperties -> I get a String *"null".* Instead of
> null.
> The problem is here:
> {code:java}
> org.apache.tamaya.yaml.YAMLFormat.mapValueToString(Object){code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)