-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add apache karaf features to jackson #427
Comments
I'm not sure how to do this:
I did verify that the project still builds with the karaf changes in place (i.e. the changes to dependency scope doesn't break the build). The verification consists of switching to 2.10.0-SNAPSHOT and add the local maven repo to the resolvers. and build with "sbt compile": 36f9f5b |
For instance:
|
we could use https://github.com/sbt/sbt-osgi if we need to customise some of the osgi settings |
@pjfanning This issue isn't for creating an OSGi bundle, but for creating an XML file attached to the maven jar artifact (a karaf feature repository), that apache karaf uses to load an OSGi bundle and its runtime dependencies. I know how to do this for the maven projects (see the issue FasterXML/jackson-databind#2434 and issues linked to from that issue):
But I don't know how to do this for sbt. A google search tells me that maven plugins can't be used in sbt, and I can't find an equivalent for karaf-maven-plugin for sbt. |
I don't think the scala module is as important to support as the databind module. It doesn't look (so far) like too many Scala developers use Karaf. We can look at this later if there is a demand for it. It should be easy enough to generate kar files. |
@pjfanning Ok. Good! :-) |
This is the part of FasterXML/jackson-databind#2434 that relates to changes to the jackson-module-scala project.
The text was updated successfully, but these errors were encountered: