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

Update "org.osgi.core" dependency from one published in 2009 to something newer #133

Closed
cowtowncoder opened this issue Nov 20, 2021 · 1 comment
Labels
active Issue being actively investigated dependencies Pull requests that update a dependency file
Milestone

Comments

@cowtowncoder
Copy link
Member

(note: follow up on #110 )

Currently (Woodstox 6.2) minor OSGi-core dependency is to:

https://mvnrepository.com/artifact/org.apache.felix/org.osgi.core

version 1.4.0 from September 2009. It'd make sense to upgrade to a later version, skipping intermediate (https://mvnrepository.com/artifact/org.osgi/org.osgi.core -- released between 2009 and 2014) right to:

https://mvnrepository.com/artifact/org.osgi/osgi.core

with releases 4.0.0 (Nov 2016) to 8.0.0 (Dec 2020); perhaps using 7.0.0..

@cowtowncoder cowtowncoder added active Issue being actively investigated dependencies Pull requests that update a dependency file labels Nov 20, 2021
@cowtowncoder
Copy link
Member Author

Resolved by #151, moved from:

Old:

  <groupId>org.apache.felix</groupId>
  <artifactId>org.osgi.core</artifactId>
  <version>1.4.0</version>

to new:

  <groupId>org.osgi</groupId>
  <artifactId>osgi.core</artifactId>
  <version>5.0.0</version>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
active Issue being actively investigated dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant