oblac / jodd

Jodd! Lightweight. Java. Zero dependencies. Use what you like.
https://jodd.org
BSD 2-Clause "Simplified" License
4.06k stars 723 forks source link

Required OSGi headers missing #779

Closed oliverlietz closed 3 years ago

oliverlietz commented 3 years ago

Starting from 5.1.0 several required OSGi headers are missing from MANIFEST.MF, e.g. Bundle-SymbolicName, Import-Package and Export-Package: jodd-core-manifest This prevents successful deployment of Jodd bundles in OSGi runtimes.

igr commented 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.

oliverlietz commented 3 years ago

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.

igr commented 3 years ago

Added for all Jodd v6.x libs :)