This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/test-java-25 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
commit 850941c8b3d7cb1b99d366e40ffa282224aaca32 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Sep 5 11:45:01 2025 +0200 SLING-12930 - XSS API fails to build and run with Java 25 due to missing Unsafe.ensureClassInitialized Test on Java 25 as well. --- .sling-module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.sling-module.json b/.sling-module.json index cfad4d2..5e3f1aa 100644 --- a/.sling-module.json +++ b/.sling-module.json @@ -1,5 +1,5 @@ { "jenkins": { - "jdks": [17, 21] + "jdks": [17, 21, 25] } -} \ No newline at end of file +}
