This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 717a9b2c5b Bump Java needed to build to 25
717a9b2c5b is described below
commit 717a9b2c5b6da24ab642258f0f065db9068c12a9
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 a70a38d978..a7f4c35428 100644
--- a/build.xml
+++ b/build.xml
@@ -109,7 +109,7 @@
<property name="compile.release" value="8"/>
<property name="min.java.version" value="8"/>
<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]