Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#55 ConfigProviderResolver lazy initialization #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

agentgt
Copy link

@agentgt agentgt commented May 14, 2019

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.

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
Copy link
Author

agentgt commented May 14, 2019

Oh the ECA failed because I did the commit using github directly and it must have put the wrong email in.... It is such a trivial change.... I don't have anymore time to waste trying to get the ECA check happy. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant