oblac / jodd

Jodd! Lightweight. Java. Zero dependencies. Use what you like.

Home Page:https://jodd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Required OSGi headers missing

oliverlietz opened this issue · comments

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.

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 :)