Add package versions to OSGi metadata#982
Add package versions to OSGi metadata#982matthiasblaesing merged 2 commits intojava-native-access:masterfrom
Conversation
This adds version declarations to each exported package in the OSGi metadata. This allows users to specify that they want a specific version (or range of versions) of JNA in their OSGi applications/libraries. Fix java-native-access#975
|
I haven't touched the platform jar as there's something in there I'm not sure about: It uses |
|
Thank you Mark, in general this would be ok to merge. Please also add an entry to |
This adds package versions to the platform jar in case the bundle is broken up into separate pieces in the future. In addition, add an entry to CHANGES.md. Fix java-native-access#975
|
I've added the versions to the platform jar, and added an entry to |
|
Not... sure what that build failure is about. I don't think it's related to the changes I made. |
|
Looks good - thank you for taking care of it. |
This adds version declarations to each exported package in the
OSGi metadata. This allows users to specify that they want a
specific version (or range of versions) of JNA in their OSGi
applications/libraries.
Fix #975