-
Notifications
You must be signed in to change notification settings - Fork 131
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
Migration to Java 11 from Java 8 #3834
Migration to Java 11 from Java 8 #3834
Comments
For many of my assignments it is better to work with the new version (11 or 17). and also, all task associated to "Jena TDB" |
from my point of view, as long as we have to do the work, I think it's better to go directly to Java 17 and thus avoid possible incompatibilities problems that could occur during a future transition from 11 to 17. I'm thinking in particular of the integration of the reasoner whose source code development has been stopped for a few years. It would be a bad thing to lose some developed functionalities because of an incompatibility between version 11 and 17 (or higher) |
I propose that this task be moved to "jena tdb". |
@chenejac @wwelling @litvinovg |
It looks as jdeps might be useful in the migration process @michel-heon did you already try to run those checks? |
Is your feature request related to a problem? Please describe.
Some libraries/dependences require JDK 11+, e.g. Jena 4.
Describe the solution you'd like
Migration to JDK 11 including upgrading some libraries/dependencies if that is needed.
Describe alternatives you've considered
Migration to JDK 17
The text was updated successfully, but these errors were encountered: