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

Allow a non-static ConfigFactory #43

Closed
lviggiano opened this issue Jul 21, 2013 · 1 comment
Closed

Allow a non-static ConfigFactory #43

lviggiano opened this issue Jul 21, 2013 · 1 comment

Comments

@lviggiano
Copy link
Collaborator

At the moment ConfigFactory is static, so if somebody configures it using ConfigFactory.setProperty(), this affect the singleton object (across the VM). It would be nice to have a non static ConfigFactory. i.e. ConfigFactory.newInstance() that allows configuration for just that instance.

@lviggiano
Copy link
Collaborator Author

released in version 1.0.5

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

No branches or pull requests

1 participant