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

OSGi Bundles for gs-collections #9

Open
mmilinkov opened this issue May 14, 2014 · 7 comments
Open

OSGi Bundles for gs-collections #9

mmilinkov opened this issue May 14, 2014 · 7 comments

Comments

@mmilinkov
Copy link

Would you consider creating OSGi bundles for gs-collections?

(Donald Raab told me to open the issue here.)

@brettwooldridge
Copy link

I would add my vote for OSGi. There is very little reason to make non-OSGi compliant JARs these days.

@paulbakker
Copy link

The current master contains instructions to generate OSGi metadata, but it is not correct yet. Fixed in this PR: #17

@paulbakker
Copy link

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?

@qny31541
Copy link

qny31541 commented Oct 1, 2014

+1

@thjaeckle
Copy link

Hi.
Any status update on this issue?
When using gs-collections together with "reactor" in an OSGi environment it would really help to have a working OSGi bundle.

@nedtwigg
Copy link

nedtwigg commented Jan 6, 2016

If you're willing to find-replace com.gs.collections. with org.eclipse.collections., then you can use the new Eclipse Collections library. The artifacts on Maven Central already have OSGi metadata.

@nikhilnanivadekar
Copy link
Collaborator

Eclipse Collections OSGi bundle is now available in p2 repository as well: https://github.com/eclipse/eclipse-collections#osgi-bundle

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

No branches or pull requests

7 participants