You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "Philipp Ottlinger (JIRA)" <ji...@apache.org> on 2019/03/25 21:20:00 UTC

[jira] [Updated] (TAMAYA-308) Error in CommonsConfigPropertySource constructor

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

Philipp Ottlinger updated TAMAYA-308:
-------------------------------------
    Fix Version/s: 0.3-incubating

> Error in CommonsConfigPropertySource constructor
> ------------------------------------------------
>
>                 Key: TAMAYA-308
>                 URL: https://issues.apache.org/jira/browse/TAMAYA-308
>             Project: Tamaya
>          Issue Type: Bug
>          Components: Sandbox
>    Affects Versions: 0.4-incubating
>            Reporter: Christian Niehues
>            Assignee: Anatole Tresch
>            Priority: Major
>             Fix For: 0.3-incubating
>
>
> there is an error in CommonsConfigPropertySource, this.commonsConfig will be null:
> public CommonsConfigPropertySource(String name, Configuration commonsConfig) {
>     commonsConfig = Objects.requireNonNull(commonsConfig);
>     ...
> }



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)