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-starter.git
The following commit(s) were added to refs/heads/master by this push:
new 93b1298 SLING-12934 - Run Sling Starter ITs on Java 25 (#516)
93b1298 is described below
commit 93b12988e36b7f15ab68fc2f57b5a90a75d3606a
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Sep 9 10:45:41 2025 +0200
SLING-12934 - Run Sling Starter ITs on Java 25 (#516)
---
.sling-module.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.sling-module.json b/.sling-module.json
index a6df1e3..d1735e5 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -4,7 +4,8 @@
"sonarQubeEnabled": false,
"jdks": [
17,
- 21
+ 21,
+ 25
],
"operatingSystems": [
"linux"