Add OSGi package information#300
Conversation
|
@randallwhitman Could you review? |
|
Hi @tcalmant - thanks for offering this contribution. Can you please explain a bit the objective of adding this to geometry-api-java - thanks in advance. |
|
This addition generates the Here is the specification of OSGi: https://docs.osgi.org/specification/osgi.core/8.0.0/framework.introduction.html |
|
Thanks. Will it require any changes to applications not using the OSGi framework? |
|
No changes required for other applications. Note that it is useful to update the |
|
OK, sounds reasonable, thanks. |
|
@tcalmant Thakn you for contribution. |
Hi,
This PR adds the generation of OSGi metadata in the Manifest file.
Added dependency is only declaring annotations, i.e. it doesn't add a runtime requirement.