This is an automated email from the ASF dual-hosted git repository.
markt 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 0602353aa2 Update minimum Java version for building
0602353aa2 is described below
commit 0602353aa2ed3c2c9a594c3914482c8be3358a6e
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Nov 2 17:54:59 2023 +0000
Update minimum Java version for building
---
build.xml | 2 +-
webapps/docs/changelog.xml | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index efed0fd780..4f218a03a9 100644
--- a/build.xml
+++ b/build.xml
@@ -107,7 +107,7 @@
<!-- Keep in sync with webapps/docs/tomcat-docs.xsl -->
<property name="compile.release" value="8"/>
<property name="min.java.version" value="8"/>
- <property name="build.java.version" value="11"/>
+ <property name="build.java.version" value="17"/>
<!-- Check Java Build Version -->
<fail message="Java version ${build.java.version} or newer is required
(${java.version} is installed)">
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 0f425c1558..fe85d9e322 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -187,7 +187,11 @@
Update SpotBugs to 4.8.0. (markt)
</update>
<update>
- Update BDN to 7.0.0. (markt)
+ Update BND to 7.0.0. (markt)
+ </update>
+ <update>
+ The minimum Java version required to build Tomcat has been raised to
+ Java 17. (markt)
</update>
</changelog>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]