Closed oliverlietz closed 3 years ago
True that; I remember I had some issues with the plugin.
Which Jodd libraries are you using? Just to prioritize my work.
I guess it's the same issue for all Jodd bundles and it needs to be fixed only once (for all).
I'm trying to deploy Redisson which has a transitive dependency on jodd-bean
.
Added for all Jodd v6.x libs :)
Starting from
5.1.0
several required OSGi headers are missing fromMANIFEST.MF
, e.g.Bundle-SymbolicName
,Import-Package
andExport-Package
: This prevents successful deployment of Jodd bundles in OSGi runtimes.