-
-
Notifications
You must be signed in to change notification settings - Fork 213
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 owner as osgi bundle #101
Comments
It's definitely possible. Can you have a look at the https://github.com/lviggiano/owner/tree/osgi-bundle Let me know. Luigi |
Hi Luigi, many thanks! I will test the bundle this weekend and give you feedback. Best Regards, |
The Thanks. L. |
Hi Luigi, works perfect! Big thanks for that. This will really help us to ease working with this small amazing helper library. Do you have any time plan for a minor update to push actual master to a central repo? Thanks a lot! |
Fantastic! Thanks for your time.
I want to finalize Java 8 support (default and static methods in interface) writing some JUnit tests, then I'll release 1.0.5.2 version in maven repo. Hope this will be done in the next week. Luigi |
Sorry for the long delay, owner-1.0.6 is available with this fix/enhancement on maven central repository. |
Hi Luigi, absolutely no problem! This all is part of a hobby for most of us, so I really can understand you. I will change my own built snapshot to the official 1.0.6 bundle this weekend and am very happy with it. Thanks a lot! |
Hi @robinmeiss . Due to how the felix bundle plugin works, I had to change the packaging. See bug #114 Can you please verify that last commit on In case the problem is still there, please reopen this bug. Any help is welcome, since I have near none experience on OSGi. Thanks and best regards. |
Hi Luigi, master is still working perfect! No issues with it. Thanks a lot. If need some further assistance or help regarding OSGi just contact me. Best regards, |
Hello,
would it be possible to add the maven-bundle-plugin to build plugins to provide an osgified jar package of owner in maven repo? This would be very nice for us because we're using equinox osgi container and now have to manually convert actual package with BND tools.
Thank you very lot.
Regards,
Robin
POM would be:
instead of:
JAR Manifest would be
instead of:
The text was updated successfully, but these errors were encountered: