This is an automated email from the ASF dual-hosted git repository. markt 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 7eec47eeb2 Increase minimum Java version to 17 7eec47eeb2 is described below commit 7eec47eeb22d47ef4392f6f0468300a7b0c12748 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jan 19 09:50:18 2023 +0000 Increase minimum Java version to 17 --- build.xml | 6 +++--- webapps/docs/changelog.xml | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 9ed54055d5..b640f3a0a7 100644 --- a/build.xml +++ b/build.xml @@ -105,9 +105,9 @@ <!-- Jakarta EE 10 platform requires Java 11+ --> <!-- 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="compile.release" value="17"/> + <property name="min.java.version" value="17"/> + <property name="build.java.version" value="17"/> <!-- Locations to create the JAR artifacts --> <!-- Standard JARs --> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 31d232d01f..b89a5756ed 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -105,6 +105,16 @@ issues do not "pop up" wrt. others). --> <section name="Tomcat 11.0.0-M3 (markt)" rtext="in development"> + <subsection name="General"> + <changelog> + <update> + Increase the minimum supported Java version to Java 17. Note that + Jakarta EE 11 permits a minimum Java version of 21. The minimum Java + version for Tomcat 11 may be increased to Java 21 before the first + stable release. (markt) + </update> + </changelog> + </subsection> <subsection name="Catalina"> <changelog> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org