Skip to content
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

Build dbus-java as bundle. #66

Closed
wants to merge 1 commit into from
Closed

Build dbus-java as bundle. #66

wants to merge 1 commit into from

Conversation

stack-head
Copy link

The challenge with building this project as an OSGi-enabled bundle is that many of the dependencies it relies on are also not OSGi-enabled. There are a couple ways to manage this, but the two broad categories are to either make those dependency projects OSGi-enabled, or to take those projects as-is and embed them in the bundle that is created. This PR is one of two different proposals to build dbus-java as a bundle.
This version of pom.xml will embed dbus-java-utils only. The bundle is valid, but depends on repackaging
other dependencies (jffi, jnr, asm) as bundles in order to be usable. The benefit is it prevents the bundle itself from getting "fat" by embedding other jar files in the bundle itself.

dbus-java-utils only.  The bundle is valid, but depends on repackaging
other dependencies (jffi, jnr, asm) as bundles in order to be usable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants