Guice-servlet apparently has problems with requireExplicitBindings(). I notice that someone reported this back in 2011 on the ServletModule wiki page and it says it was fixed in trunk:
http://code.google.com/p/google-guice/wiki/ServletModule I'm depending on <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-servlet</artifactId> <version>3.0</version> </dependency> And maven central doesn't claim to have a newer version. Has that trunk code from a couple years ago been released in some form that I can consume it without deploying my own artifact? If not, will the 4.0-beta release this weekend resolve that for me? I am having a hard time working around this as well because the class is package-private. I'll probably have to try some reflection magic to get at the class and bind it to workaround the issue, but I'd hate for that code to actually be how I have to do it :). --Eric -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. For more options, visit https://groups.google.com/groups/opt_out.
