-
Notifications
You must be signed in to change notification settings - Fork 63
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
support Guice 4 #77
Comments
I also have some issues when I try running Sitebricks with Guice 4, see the stacktrace bellow. At my company we are having not a small code base written using Sitebricks and we are trying to move to Java 8 and Guice 4 but this is holding us back. We could just use Java 8 with Guice 3, but there are some bugs there as well (google/guice#757).
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Guice 4 just released, does sitebricks has plan to support Guice 4? I try sibebricks v0.8.9 with Guice 4, it report
java.lang.NoClassDefFoundError, the class com/google/inject/internal/util/$ImmutableList has been removed from Guice 4
The text was updated successfully, but these errors were encountered: