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
In the guice-assistedinject version 5.0.0 the Bundle-SymbolicName in the Manifest.MF is broken.
The old name in 4.2.3 was com.google.inject.assistedinject now in 5.0 it is com.google.inject, but this is the same name as the main Guice Bundle-SymbolicName.
This leads to the fact that the Eclipse-Runtime refuses to activate the main guice, when also the guice-assistedinject is present, because it assumes it is a fragment.
Expected:
The guice-assistedinject shall have Bundle-SymbolicName: com.google.inject.assistedinject in the Manifest.MF
The text was updated successfully, but these errors were encountered:
In the
guice-assistedinject
version 5.0.0 theBundle-SymbolicName
in the Manifest.MF is broken.The old name in 4.2.3 was
com.google.inject.assistedinject
now in 5.0 it iscom.google.inject
, but this is the same name as the main GuiceBundle-SymbolicName
.This leads to the fact that the Eclipse-Runtime refuses to activate the main
guice
, when also theguice-assistedinject
is present, because it assumes it is a fragment.Expected:
The
guice-assistedinject
shall haveBundle-SymbolicName: com.google.inject.assistedinject
in the Manifest.MFThe text was updated successfully, but these errors were encountered: