-
Notifications
You must be signed in to change notification settings - Fork 34
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
Making DbSetup osgi-ready #36
Comments
I don't know much about OSGI. |
The more important osgi manifest attributes are :
So in your case the osgi manifest could look like this:
Gradle has an OSGI plugin (http://gradle.org/docs/current/userguide/osgi_plugin.html) that helps generating the osgi manifests attributes. |
@sarod I created a PR (#38) for this, and pasted the generated manifest file in the PR comment. Could you please check if it looks OK to you? Given my ignorance of OSGI, my concerns are
|
Hi,
|
Thanks. FYI,
removes javax.annotation, but also removes javax.sql Using
fixes it. I'll merge this PR and release a new version today. |
DbSetup does not provide osgi metadata in it's MANIFEST.MF.
So it cannot be used in osgi runtimes as is.
That would be nice if it could include OSGI manifest information.
The text was updated successfully, but these errors were encountered: