On 22/09/2026 09:33, [email protected] wrote:
This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new a8d6656804 Bump Java needed to build to 25
a8d6656804 is described below
commit a8d6656804ab7a3e3d54ae0cd4d65ba12bfb1261
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.
Does this mean we are raising the minimum Java to Java 25 if users want
to use FFM?
Mark
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index eeae5bdaca..1f7edb0510 100644
--- a/build.xml
+++ b/build.xml
@@ -109,7 +109,7 @@
<property name="compile.release" value="21"/>
<property name="min.java.version" value="21"/>
<property name="build.java.version" value="21"/>
- <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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]