ConfigJSR icon indicating copy to clipboard operation
ConfigJSR copied to clipboard

#55 ConfigProviderResolver lazy initialization

Open agentgt opened this issue 5 years ago • 1 comments

The ConfigProviderResolver should not initialize on just being imported for a variety of reasons. The major reasons is makes initialization less predictable and bootstrapping more complicated. Performance is also a reason. Instead it should be initialized on access just like logging frameworks and many other Java frameworks.

agentgt avatar May 14 '19 16:05 agentgt