We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(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..
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
Update release notes wrt #133
b1a3bd2
No branches or pull requests
(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..
The text was updated successfully, but these errors were encountered: