archaius icon indicating copy to clipboard operation
archaius copied to clipboard

Fix issue with config proxies and Map values

Open kilink opened this issue 5 years ago • 1 comments

Because the ConfigProxyFactory evaluates the default value eagerly, an NPE is thrown for Map properties when a null value is passed into Collections.unmodifiableMap, even if the configuration is actually present and therefore the default is not needed.

kilink avatar Jul 02 '19 23:07 kilink

lgtm

howardyuan avatar Jul 22 '19 21:07 howardyuan

I believe this issue does not apply to the current implementation.

rgallardo-netflix avatar May 11 '23 19:05 rgallardo-netflix