This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 4bc04483d6 Revert "Setting Java 21 as minimum version"
4bc04483d6 is described below
commit 4bc04483d6efb7890bbe1a7e765295044f51852c
Author: Andrea Del Bene <[email protected]>
AuthorDate: Wed Dec 4 12:11:24 2024 +0100
Revert "Setting Java 21 as minimum version"
This reverts commit a5e43aeed041e0366d01a1a35aa48ed1bf62a581.
---
.github/workflows/maven.yml | 1 +
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 20dc2cf68b..bec2235623 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
java:
+ - '17'
- '21'
- '23'
diff --git a/pom.xml b/pom.xml
index 6eb2ebbf95..556953b51e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,8 +136,8 @@
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
- <maven.compiler.source>21</maven.compiler.source>
- <maven.compiler.target>21</maven.compiler.target>
+ <maven.compiler.source>17</maven.compiler.source>
+ <maven.compiler.target>17</maven.compiler.target>
<!-- Project Versions -->
<asm.version>9.7.1</asm.version>