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

Generate jars as OSGi compliant bundles. #120

Merged
merged 1 commit into from
Jan 14, 2023

Conversation

mnlipp
Copy link
Contributor

@mnlipp mnlipp commented Sep 28, 2022

Great library! I've just replaced a lot of my own code with it. The only problem (for me) is that OSGi support is lacking and I need the library in an OSGi environment. Adding OSGi information is quite easy. It requires upgrading gradle to at least 6.7, though, which didn't cause any problems.

It would be great if you could consider adding the support for OSGi.

mnlipp added a commit to mnlipp/jgrapes that referenced this pull request Sep 28, 2022
Until (maybe) night-config becomes OSGi compliant
(TheElectronWill/night-config#120).
@TheElectronWill
Copy link
Owner

TheElectronWill commented Oct 15, 2022

Thanks for the PR!
I'm going to read a bit abount bnd to understand what it does, but it looks good.

edit: In particular, I hope that it doesn't "bloat" the jars I publish on maven central.

@mnlipp
Copy link
Contributor Author

mnlipp commented Oct 15, 2022

I'm going to read a bit abount bnd to understand what it does, but it looks good.

Just in case you are not familiar with OSGi, I recommend this, but I'm biased, obviously.

@TheElectronWill TheElectronWill merged commit 714e991 into TheElectronWill:master Jan 14, 2023
mnlipp added a commit to mnlipp/jgrapes that referenced this pull request Aug 30, 2023
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.

None yet

2 participants