We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Guice 4.0 is currently in beta - https://code.google.com/p/google-guice/wiki/Guice40. As stated in the wiki page:
Many things inside com.google.inject.internal changed and/or moved. This is especially true for repackaged Guava (formerly Google Collections)
This impacts rocoto because it will not find Guice-internal Preconditions:
java.lang.NoClassDefFoundError: com/google/inject/internal/util/$Preconditions
I am wondering if it makes sense to include a direct dependency on Guava. Reworking imports will break compatibility with at least Guice 3.0.
The text was updated successfully, but these errors were encountered:
Yes, this should be fixed. I upgraded to Guice 4.0 today and my project broke. It's a horrible idea to depend on internal Guice classes. See #8
Sorry, something went wrong.
I think this should be fixed with 17ae116
No branches or pull requests
Guice 4.0 is currently in beta - https://code.google.com/p/google-guice/wiki/Guice40. As stated in the wiki page:
This impacts rocoto because it will not find Guice-internal Preconditions:
I am wondering if it makes sense to include a direct dependency on Guava. Reworking imports will break compatibility with at least Guice 3.0.
The text was updated successfully, but these errors were encountered: