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

Manifest header for OSGi Import-Package of akka package should allow range up to next minor version #1097

Closed
michael-smith opened this issue May 5, 2017 · 0 comments
Labels
bug t:build Issues that affect the build
Milestone

Comments

@michael-smith
Copy link

The built akka-http libraries are incompatible with any akka library that is 2.5.0 and above because the generation of the Import-Package for akka defines a range that goes from the current dependent patch version up to (but not including) the next minor version.

This should be changed so that is allows a range from the current lowest dependent version up to, but not including, the next major version.

For example, instead of the range being [2.4.17, 2.5.0), it should be [2.4.17, 3.0.0)

michael-smith pushed a commit to ccadllc/akka-http that referenced this issue May 5, 2017
@jrudolph jrudolph added 3 - in progress Someone is working on this ticket bug t:build Issues that affect the build labels May 8, 2017
@ktoso ktoso added this to the 10.0.7 milestone May 8, 2017
@ktoso ktoso closed this as completed in 7bdec93 May 10, 2017
@ktoso ktoso removed the 3 - in progress Someone is working on this ticket label May 10, 2017
@ktoso ktoso removed the 3 - in progress Someone is working on this ticket label May 25, 2017
tomrf1 pushed a commit to tomrf1/akka-http that referenced this issue Aug 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug t:build Issues that affect the build
Projects
None yet
Development

No branches or pull requests

3 participants