This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git


The following commit(s) were added to refs/heads/master by this push:
     new 30ee0fc  SLING-12931 - Build the XSS module on Jenkins with Java 25 
(#58)
30ee0fc is described below

commit 30ee0fce50246ef2afa587769513589ebffe4a14
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Sep 22 11:43:33 2025 +0200

    SLING-12931 - Build the XSS module on Jenkins with Java 25 (#58)
    
    Activate Java 25 on Jenkins, now that INFRA-27196 is fixed.
---
 .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
+}

Reply via email to