-
Notifications
You must be signed in to change notification settings - Fork 61
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
Pushed Jena to v5.2.0 #184
Conversation
Pushed Jena version to 5.0.0 and updated Caching library
Couldn't figure out the changes in [655cd7e] but the rest seems fine. I tried Jena 5.2.0 on my private branch and works good |
That commit is mostly for code-style cleaning/refactoring. There were many code style warnings, i.e. using old Java versions syntax, using tabs instead of spaces, unused imports, mixed LF/CRLF, deprecated functions used. |
This PR contains the Jena migration from v4 to v5 (done by @jerdebsp, thanks @afs for the hints and code review).
I then pushed Jena to v5.2.0 and fixed all the code-deprecated warnings.
Also, the docker image is now built with Java v21 as the base image. Maven tests are run on both Java v17 and v21. The code is still compiled by the
maven-compiler-plugin
against Java v17.