On 24/04/2024 10:41, Rob @ DNR wrote:
Java versions are generally forwards compatible, so Fuseki should run fine on
Java 21, unless any of our dependencies have some previously unreported issues
with Java 21
If you do find any bugs then please file bugs as appropriate
Thanks,
Rob
The project has CI with Java21 (targeting java17 byte code) and Java latest.
https://ci-builds.apache.org/job/Jena/
Currently, the Java23-latest build breaks because of:
1. Removal of javascript name "js"
2. org.awaitility not liking "23-ea" as the JDK version number
3. (jena-permissions) mockito -> Byte Buddy - "Java 23 not supported".
(2) and (3) will "just happen".
Andy
From: Balduin Landolt <[email protected]>
Date: Wednesday, 24 April 2024 at 09:46
To: [email protected] <[email protected]>
Subject: Java 21 support for Jena Fuseki 5.0.0
Hi list,
me again... Does Jena Fuseki 5.0.0 support Java 21?
On https://jena.apache.org/download/ all I can see is "Jena5 requires Java
17".
Best,
Balduin