Christian Niehues created TAMAYA-309:
----------------------------------------
Summary: 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
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)