-
Notifications
You must be signed in to change notification settings - Fork 67
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 support #65
Comments
@aborg0 Thanks for your interest! Will you have a look at the pull req I've issued regarding this? I want to make sure that the build (using maven-bundle-plugin) will produce a JAR file with the OSGi metadata you're looking for. |
For #65, use maven-bundle-plugin to build JAR as OSGi bundle
Latest 4.8 snapshot at oss.sonatype.org should have this change. |
@pholser thanks for your feedback; 4.8 snapshot from oss sonatype is usefull for me! I know this is so so minor, but while adding OSGi directives in MANIFEST.MF
(One of my components parse each bundle to get name and vendor attributes) |
@boly38 Sure thing. Will probably use "JOpt Simple" as the value. |
^^ |
@boly38 Latest 4.8 snapshot at oss.sonatype.org should have the Bundle-Vendor set. |
excellent. thanks |
@pholser do you have an estimate for the next release date? It would be nice to use jopt-simple as a released OSGi dependency. (We will reach the feature freeze next week, but if the jopt-simple will be released soon, we would make an exception.) |
@aborg0 Releases of JOpt Simple are somewhat irregular. I tend to wait until a significant number of features has accumulated before declaring a new point release. It seems that the differences between 4.7 and what would be 4.8 are the OSGi metadata and i18n of exception messaging. I think perhaps I will declare 4.8 beta 1, and let these changes be vetted. Sound good? If things look pretty good after a week or two with 4.8 beta 1 in the wild, I'll declare 4.8. |
@pholser Thanks, that sounds good. |
Update jopt-simple from (4.8-SNAPSHOT) to release (4.8-beta-1) version cf. jopt-simple/jopt-simple#65 (comment) special thanks @pholser
@pholser Thanks, it seems to be perfect from my point of view. |
It would be nice to be able to use jopt-simple from OSGi environments. As it has no compile dependencies, it would mean that a symbolic name, version and the exported packages need to be added to the MANIFEST.MF file.
The text was updated successfully, but these errors were encountered: