Initialize Archaius outside Governator
diptanu opened this issue · 1 comments
diptanu commented
The Governator module contains some code around loading application.properties. I think we should move this out of there, currently I am not using Governator anymore[moved to Guice 4] and hence I was not using that module but I have to copy over the initArchiaus method out of there to my main method.
Can this be moved to any of the other modules? This doesn't seem to be related to Governator anyways.
brharrington commented
I think it will be fine to remove that method, but I don't understand what problem you are hitting. What is the issue that is requiring you to copy that method?