Skip to content

Incorrect OSGi metadata for Pekko 1.2.x artifacts #2312

@oheger

Description

@oheger

The OSGi metadata for the Pekko artifacts that depend on pekko-actor have Import-Package declarations like the following one:

Import-Package: org.apache.pekko;version ="[1.1,1.2)"

This means that still the 1.1.x versions are referenced. If only pekko-actor in version 1.2.x is installed, those bundles cannot be resolved. The correct version range for the Import-Package declarations would be "[1.2,1.3)" for this version.

This is basically a reincarnation of #1479. I am going to provide a PR to derive the version range for imports from the project version to prevent that this oversight happens again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions