paulrutter opened a new pull request, #356: URL: https://github.com/apache/felix-dev/pull/356
- Upgrade all dependencies, including bnd 7.1.0 I will first test this release myself before merging it, as the bnd 7.1.0 mentions a change that might be relevant / no longer backwards compatible. See https://github.com/bndtools/bnd/wiki/Changes-in-7.1.0#bnd ``` Improvement / Fix: Import-Package (coming from Export-Package) are not automatically added to generated Manifest anymore, if the export does not specify a version. This now conforms better to the [specification](https://docs.osgi.org/specification/osgi.core/8.0.0/framework.module.html#i3238802) which requires a version on exports. Notice that this results in different generated Manifests if exports do not specify a version. (PR #6270) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org