This is an automated email from the ASF dual-hosted git repository.

rmaucher pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 638c6a8390 Bump Java needed to build to 25
638c6a8390 is described below

commit 638c6a83906604a9fefc6e14ef9995b9f965be09
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 3c922bcbf5..dd1281e1b7 100644
--- a/build.xml
+++ b/build.xml
@@ -109,7 +109,7 @@
   <property name="compile.release" value="11"/>
   <property name="min.java.version" value="11"/>
   <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]

Reply via email to