This is an automated email from the ASF dual-hosted git repository. markt 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 84aa7945ec Update minimum Java version for building 84aa7945ec is described below commit 84aa7945ec3483f835860691b84bb29027394a3e Author: Mark Thomas <ma...@apache.org> 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 68e288b613..916cb30989 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="11"/> <property name="min.java.version" value="11"/> - <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 286697900e..c338ed5071 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -195,7 +195,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org