Currently in Docker images of RDF4J, JDK 17 is used:
|
FROM tomcat:9-jre17-temurin-jammy |
JDK 25 introduces a lot of performance improvements, especially since JDK 17/21. In our internal workloads RDF4J works completely fine on JDK 25.
See Oracle's talk from a month ago: https://www.youtube.com/watch?v=223_7r0H6OE&t=125s
Could we change the Docker images to ship with the latest LTS JDK?
Currently in Docker images of RDF4J, JDK 17 is used:
rdf4j/docker/Dockerfile-tomcat
Line 14 in f92d108
JDK 25 introduces a lot of performance improvements, especially since JDK 17/21. In our internal workloads RDF4J works completely fine on JDK 25.
See Oracle's talk from a month ago: https://www.youtube.com/watch?v=223_7r0H6OE&t=125s
Could we change the Docker images to ship with the latest LTS JDK?