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.
In the 4.0 release the MultiBindingsTargetVisitor interface has been extended with an additional 'visit(OptionalBinderBinding<? extends T> optional binding)' method. This is an API break, as all implementers of the 3.0 version are now no longer compatible. The com.google.inject.multibindings package however still indicates compatibility by exporting version 1.4 instead of 2.0.
The text was updated successfully, but these errors were encountered:
nyssen
added a commit
to eclipse/gef
that referenced
this issue
May 4, 2017
- As Guice Multibindings is not semantically versioned correctly (see
google/guice#1099), adjusted the version range
to [1.3.0, 1.4.0) to prevent compile problems.
In the 4.0 release the MultiBindingsTargetVisitor interface has been extended with an additional 'visit(OptionalBinderBinding<? extends T> optional binding)' method. This is an API break, as all implementers of the 3.0 version are now no longer compatible. The com.google.inject.multibindings package however still indicates compatibility by exporting version 1.4 instead of 2.0.
The text was updated successfully, but these errors were encountered: