Konrad Windszus created OAK-10251:
-------------------------------------
Summary: Introduce semantic versioning on package level for
oak-jackrabbit-api
Key: OAK-10251
URL: https://issues.apache.org/jira/browse/OAK-10251
Project: Jackrabbit Oak
Issue Type: Improvement
Components: jackrabbit-api
Reporter: Konrad Windszus
Currently the export-package statements being generated for
https://github.com/apache/jackrabbit-oak/tree/trunk/oak-jackrabbit-api are not
versioned (i.e. have implicitly version 0.0.0). That prevents consumers from
generating proper OSGi [version
ranges|https://docs.osgi.org/whitepaper/semantic-versioning/060-importer-policy.html],
instead they just import the package without any version directive.
That makes it much harder to detect backwards-compatibility issues and almost
impossible to introduce non-backwards compatible changes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)