-
Notifications
You must be signed in to change notification settings - Fork 275
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
OSGi Bundles for gs-collections #9
Comments
I would add my vote for OSGi. There is very little reason to make non-OSGi compliant JARs these days. |
The current master contains instructions to generate OSGi metadata, but it is not correct yet. Fixed in this PR: #17 |
It would btw be even better to combine API and impl in a single bundle, where only the API packages are exported. Currently it is necessary to export all implementation classes as well, which is not really ideal. Maybe create a separate POM for this? |
+1 |
Hi. |
If you're willing to find-replace |
Eclipse Collections OSGi bundle is now available in p2 repository as well: https://github.com/eclipse/eclipse-collections#osgi-bundle |
Would you consider creating OSGi bundles for gs-collections?
(Donald Raab told me to open the issue here.)
The text was updated successfully, but these errors were encountered: