BUILD-STABLE: Job 'PLC4X/PLC4X/develop [develop] [544]':
Is back to normal.
Hi all,
with the help of the Karaf Community and especially @Christian Schneider I was
able to finalize a PR which makes PLC4X fully OSGi-compatible:
https://github.com/apache/plc4x/pull/89
This means that all jars are also valid (and hopefully correct) OSGi Bundles.
Furthermore, I introduced a
As a former OSGi-buff, I think I need to provide a little bit
guidance/translation here
What Julian is talking about is how bundles are constructed according to
OSGi, i.e. more stuff in META-INF/MANIFEST.MF, and there is tooling support
to ensure this is done correctly, such as a Maven plugin,