--
You received this message because you are subscribed to the Google Groups "google-guice" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-guice/-/rmiLj9x_ws0J.
To post to this group, send email to google...@googlegroups.com.
To unsubscribe from this group, send email to google-guice...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
The latest Git head has some fixes from Isaac that should allow subsequent filters in the chain to be injected with the supplied request/response.
sam
--

Thank you!
I tried, but have some problems:
1) Compilation of multibindings and grapher module fails
2) Some tests fails. In guice-servlet extension too. I turned tests off.
3) When I attach compiled atrifacts i've got this on startup:
java.lang.NoClassDefFoundError: com/google/inject/internal/util/$Maps
at com.google.inject.assistedinject.BindingCollector.<init>(BindingCollector.java:34)
at com.google.inject.assistedinject.FactoryModuleBuilder.<init>(FactoryModuleBuilder.java:206)
Is there any snapshot repository where I can get most recent artifacts?
Thanks for listing these, Stuart! I'll fix up the mistakes, and hopefully we'll soon have the mvn running continuously and this won't happen again.. (there's some various infra work we have to take care of first, but someday soon it will happen!)