This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 7375e47a0d Bump Java needed to build to 25
7375e47a0d is described below
commit 7375e47a0d45df6721ce49f4b80f3b86e982a2db
Author: remm <[email protected]>
AuthorDate: Tue Sep 22 10:33:33 2026 +0200
Bump Java needed to build to 25
FFM has some useful API tweaks in Java 25, so move up to the LTS
release.
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index f57887edd4..f7da20f25d 100644
--- a/build.xml
+++ b/build.xml
@@ -109,7 +109,7 @@
<property name="compile.release" value="17"/>
<property name="min.java.version" value="17"/>
<property name="build.java.version" value="17"/>
- <property name="release.java.version" value="22"/>
+ <property name="release.java.version" value="25"/>
<!-- Check Java Build Version -->
<fail message="Java version ${build.java.version} or newer is required
(${java.version} is installed)">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]