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-jaxp-configurator.git
The following commit(s) were added to refs/heads/master by this push:
new 0af2559 chore: build with Java 17 and 21
0af2559 is described below
commit 0af25596f296d604f2599e18be63402c10a830a0
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Jan 26 11:11:13 2026 +0100
chore: build with Java 17 and 21
---
.sling-module.json | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..1616419
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,8 @@
+{
+ "jenkins": {
+ "jdks" : [
+ 17,
+ 21
+ ]
+ }
+}