archaius icon indicating copy to clipboard operation
archaius copied to clipboard

ConfigProxyFactory support @DefaultValue for Collections

Open quidryan opened this issue 8 years ago • 0 comments

Reference: https://github.com/Netflix/archaius/blob/2.x/archaius2-core/src/main/java/com/netflix/archaius/ConfigProxyFactory.java#L229

ConfigProxyFactory will throw an exception if a @DefaultValue is is provided for a Collection. Having the DefaultValue be a String makes it operationally easier to copy and modify in live systems. While I appreciate the default implementation on the interface, @DefaultValue is a nice standardization.

CC @elandau

quidryan avatar Jun 15 '17 17:06 quidryan