You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: