Skip to content
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

lifegycle references Guice-internal APIs... #2

Open
ginkel opened this issue Jul 23, 2012 · 2 comments
Open

lifegycle references Guice-internal APIs... #2

ginkel opened this issue Jul 23, 2012 · 2 comments

Comments

@ginkel
Copy link

ginkel commented Jul 23, 2012

such as: com.google.inject.internal.util.$Preconditions.checkArgument

This will break with a java.lang.NoClassDefFoundError as soon as Guice's internals change or one switches to sisu-guice, which no longer comes with an embedded version of Guava. Proposal: Use original Guava classes (and add a Guava dependency). Chances are high that a project also uses Guava if it uses Guice so that this should not add to most projects' footprint.

@SebTardif
Copy link

I have the same error when moving to Guice 4 Beta 2.

@msangel
Copy link

msangel commented Mar 18, 2019

Still not fixed


have no idea of this project fate, but the latest available code for it is in https://github.com/apache/attic-onami/tree/master/lifecycle/core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants