Re: [PR] FELIX-6741 Upgrade dependencies for maven-bundle-plugin [felix-dev]

2025-01-05 Thread via GitHub


paulrutter commented on PR #356:
URL: https://github.com/apache/felix-dev/pull/356#issuecomment-2571541414

   I made some additional changes and added a integration test for 
https://github.com/bndtools/bnd/pull/6270, to verify impact on the 
maven-bundle-plugin (there is no impact).
   
   This PR is now ready for review.


-- 
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



[PR] FELIX-6741 Upgrade dependencies for maven-bundle-plugin [felix-dev]

2024-12-01 Thread via GitHub


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