archaius
archaius copied to clipboard
ConfigProxyFactory support @DefaultValue for Collections
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