bazaarvoice / jolt

JSON to JSON transformation library written in Java.
Apache License 2.0
1.55k stars 329 forks source link

OSGi bundles of jolt #149

Open davsclaus opened 9 years ago

davsclaus commented 9 years ago

Hi

Great library. We just added a new Apache Camel component to integrate with jolt https://issues.apache.org/jira/browse/CAMEL-9172

As some of our Camel users are using OSGi, I wonder if maybe the jolt project would consider building the binary JARs with OSGi manifest information so they are OSGi bundles out of the box?

When using Maven this can be done by adding a maven plugin, and set some options. We from the Apache Camel team can help with that if jolt is interested.

glowinthedark commented 2 years ago

@davsclaus: do you by chance have a OSGI-fied fork?

davsclaus commented 2 years ago

Yes the Apache Karaf/ServiceMix team did one

mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.bazaarvoice-jolt/${jolt-bundle-version}
glowinthedark commented 2 years ago

Awesome! thank you @davsclaus!