-
Couldn't load subscription status.
- Fork 170
Update to Apache Jena 4.2 #748
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
Conversation
|
@johnmay, one attention point is the support of Java8. Java11 was released in 2018 and is a LTS release, and last week Java17 was released the second LTS release after Java8. Dependencies are dropping Java8 support, maybe we should too? |
58e37be to
c5fe794
Compare
storage/iordf/pom.xml
Outdated
| <dependency> | ||
| <groupId>org.apache.jena</groupId> | ||
| <artifactId>jena-arq</artifactId> | ||
| <version>4.2.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@johnmay, is 2.8 going to be Java 11? |
|
Tricky as we use CDK in products at NextMove and a lot of customers will still be on older systems. I think maybe we do just make the jump though. Perhaps 2.8 -> Java 8 and 2.9 Java 11? That way I can make Java 11 advisable on the next NextMove product releases then required after that. Sound good? |
|
We can actually make just this module Java 11 right now, since I don't use RDF/JENA it wouldn't get in the way. |
|
@johnmay, ready to go into master. |
|
Can work out why the pipelines have not run, do we need Java 11? |
|
Yes, sorry, we did not migrate in the next upcoming release yet? Sorry, my bad! |
|
Part of #823 |
|
@egonw This is good to merge then can do a release |
|
The minor update doesn't fix anything...? This is a major update. |
This is the patch I have in mind, updating to the latest dependencies (to make it just a bit more future proof, and I'm sure they fixed stuff in those libs): |
|
Sorry not clear, make it 4.5.0 you mean? |
|
Yes, 4.5 was released very recently as an update to 4.2/4.4. See the PR #867 what I mean. |
|
Fixed |
|
Do you merge this in, or should I? |
|
Kudos, SonarCloud Quality Gate passed! |
No description provided.