[
https://issues.apache.org/jira/browse/TAMAYA-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anatole Tresch resolved TAMAYA-309.
-----------------------------------
Resolution: Fixed
Assignee: Anatole Tresch
> Provide collection types for apache-commons
> -------------------------------------------
>
> Key: TAMAYA-309
> URL: https://issues.apache.org/jira/browse/TAMAYA-309
> Project: Tamaya
> Issue Type: Improvement
> Components: Sandbox
> Affects Versions: 0.4-incubating
> Reporter: Christian Niehues
> Assignee: Anatole Tresch
>
> Currently it seems that the CommonsConfigPropertySource doesn't provide
> collections because it gets the property by getString(key) from commons
> configuration:
> public PropertyValue get(String key) {
> return PropertyValue.of(key, commonsConfig.getString(key), getName());
> }
> So for a list like [Value1,Value2,Value3] this will only return Value1.
> Would be great if also collections (at least lists) would be supported.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)