Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.9.0
-
None
-
None
Description
we currently use a very old OSGi bundle plugin version which doesn't work with Java8 constructs.
I've tried to update to any more recent version but failed. My OSGi mojo is not strong enough.
maven-bundle-plugin 2.5.0 complains about wrong imports and any more recent version (e.g. 3.5.0) totally breaks the compilation.
The only workaround I found so far is to switch from 'bundle' to 'jar' packaging.
Would be great if someone with OSGi knowledge could take a look at it.