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

Fix OSGi metadata #1480

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Fix OSGi metadata #1480

merged 1 commit into from
Sep 12, 2024

Conversation

oheger
Copy link
Contributor

@oheger oheger commented Sep 12, 2024

Set the correct version range for Import-Package declarations to org.apache.pekko packages.

Fixes #1479.

Set the correct version range for `Import-Package` declarations to
`org.apache.pekko` packages.

Fixes apache#1479.

Signed-off-by: Oliver Heger <oliver.heger@oliver-heger.de>
@pjfanning pjfanning added this to the 1.1.2 milestone Sep 12, 2024
@pjfanning
Copy link
Contributor

Thanks. I guess this makes sense. Pekko 1.0 and Pekko 1.1 are very compatible in binary terms but we have the version checking at runtime that checks that the core pekko jars match version wise. So, in the end, I think we need this change.

I've marked this as for v1.1.2 because v1.1.1 is due to be released (probably tomorrow).

Copy link
Contributor

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - pending CI passing

@pjfanning pjfanning merged commit 8b2f60f into apache:main Sep 12, 2024
19 checks passed
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.

Incorrect OSGi metadata for Pekko 1.1.x artifacts
2 participants