You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "Anatole Tresch (JIRA)" <ji...@apache.org> on 2018/11/20 07:08:00 UTC

[jira] [Assigned] (TAMAYA-350) Empty entry handling YAML Property Source

     [ https://issues.apache.org/jira/browse/TAMAYA-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anatole Tresch reassigned TAMAYA-350:
-------------------------------------

    Assignee: Anatole Tresch

> 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
>            Assignee: Anatole Tresch
>            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)