Incorrect OSGi metadata for Pekko 1.1.x artifacts
oheger opened this issue · 0 comments
oheger commented
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.0,1.1)"
This means that still the 1.0.x versions are referenced. If only pekko-actor
in version 1.1.0 is installed, those bundles cannot be resolved. The correct version range for the Import-Package
declarations would be "[1.1,1.2)".