From 57227f9544e145f76bcacc972a782054e5768bd8 Mon Sep 17 00:00:00 2001 From: "D. Can Celasun" Date: Thu, 16 Oct 2025 18:04:50 +0100 Subject: [PATCH 1/2] chore: Switch to GraalVM 25 JDK 25 is the new LTS after 21. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b437e55d..ebf476a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: env: - JAVA_VERSION: 21 + JAVA_VERSION: 25 DOCKER_BUILD_SUMMARY: false jobs: From 6349ae9e2bb5d04ad1e87301147d07055c12181f Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 23 Nov 2025 17:53:00 +0100 Subject: [PATCH 2/2] fix for java.lang.NoClassDefFoundError: Could not initialize class org.jboss.threads.JDKSpecific$ThreadAccess --- commafeed-server/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index ea5b0ca8..51c195a6 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -192,6 +192,8 @@ org.jboss.logmanager.LogManager ${build.database} + + --add-opens java.base/java.lang=ALL-UNNAMED