Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify configuration after BND 7.x upgrade #2120

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

ppkarwasz
Copy link
Contributor

BND 7.x supports multi-release JARs, so we can remove many manual overrides of module names.

We also add an override from disruptor to
com.conversantmedia.disruptor, since new (Java 11 based) versions of com.conversantmetida:disruptor have a JPMS descriptor.

The OSGi descriptor is identical to the one before this change.

@ppkarwasz ppkarwasz added this to the 2.22.1 milestone Dec 21, 2023
@ppkarwasz ppkarwasz self-assigned this Dec 21, 2023
@ppkarwasz ppkarwasz modified the milestones: 2.22.1, 2.23.0 Dec 21, 2023
@ppkarwasz
Copy link
Contributor Author

Let's retarget this for 2.23.0, since it is of "changed" type.

@vy
Copy link
Member

vy commented Dec 21, 2023

@ppkarwasz, thanks for adapting changelog types accordingly. You can cut either a patch or minor release.

ppkarwasz and others added 2 commits February 5, 2024 23:22
BND 7.x supports multi-release JARs, so we can remove many manual
overrides of module names.

We also **add** an override from `disruptor` to
`com.conversantmedia.disruptor`, since new (Java 11 based) versions of
`com.conversantmetida:disruptor` have a JPMS descriptor.
Co-authored-by: Volkan Yazıcı <[email protected]>
@ppkarwasz ppkarwasz merged commit f1626ff into apache:2.x Feb 5, 2024
@ppkarwasz ppkarwasz deleted the simplify-bnd branch February 5, 2024 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants