Dan Jasek
Dan Jasek
Sounds good. The @Config stuff can be pretty cleanly moved to an independent Guice module. Do you want me to split that feature out into a separate pull request?
Yep. I was going to pull the @Config stuff out of DropwizardEnvironmentModule into it's own Guice module. So, when you go to implement the extension hooks, it will be easier...
I pulled out the @Config functionality from this PR and moved it to its own PR.
When pulling the @Config code out I noticed that, with the double injection feature, we may not need the user to set the configurationClass. Is there any scenario where the...
Sounds good. Thanks. I based my test application off of the pre-existing example app. It could definitely do for some cleanup. As it stands, it is a bit difficult to...
I worry that splitting them up adds additional complexity for the user with little gain. Under what scenario would a user not want to use double injection? For the base...