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
@simonetripodi, what do you suggest to do to allow people to use Guice 4.0? The multibindings extension's scope is compile, so the multibindings 3.0 will always be on the classpath which may cause problems.
As discussed on the dev mailing list, the multibindings plugin will be marked as provided so that users can choose their version of Guice.
Hopefully a unit test will fail if a user forgets to include multibindings as a dependency. https://groups.google.com/forum/#!topic/mybatis-dev/yUaclrYgddU
java.lang.ClassNotFoundException: com.google.inject.internal.util.$Preconditions
From release notes[1], there are many changes inside com.google.inject.internal.
[1] https://code.google.com/p/google-guice/wiki/Guice40
The text was updated successfully, but these errors were encountered: