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 6bfc5cb4f2 Minimum Tomcat Native version for 10.1.x is now 1.2.34 6bfc5cb4f2 is described below commit 6bfc5cb4f2412c992dfdb8f1f7f8a0dfef8a4a84 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jun 14 21:13:31 2022 +0100 Minimum Tomcat Native version for 10.1.x is now 1.2.34 --- java/org/apache/catalina/core/AprLifecycleListener.java | 4 ++-- webapps/docs/changelog.xml | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java b/java/org/apache/catalina/core/AprLifecycleListener.java index 6d2ef5df21..35c83facce 100644 --- a/java/org/apache/catalina/core/AprLifecycleListener.java +++ b/java/org/apache/catalina/core/AprLifecycleListener.java @@ -68,10 +68,10 @@ public class AprLifecycleListener implements LifecycleListener { protected static final int TCN_REQUIRED_MAJOR = 1; protected static final int TCN_REQUIRED_MINOR = 2; - protected static final int TCN_REQUIRED_PATCH = 14; + protected static final int TCN_REQUIRED_PATCH = 34; protected static final int TCN_RECOMMENDED_MAJOR = 1; protected static final int TCN_RECOMMENDED_MINOR = 2; - protected static final int TCN_RECOMMENDED_PV = 30; + protected static final int TCN_RECOMMENDED_PV = 34; // ---------------------------------------------- Properties diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 62c40fc409..ca925d19c3 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -165,7 +165,12 @@ </add> <update> Update the packaged version of the Tomcat Native Library to 1.2.34 to - improve the support for building with OpenSSL 3.0.x.(markt) + improve the support for building with OpenSSL 3.0.x.(markt) + </update> + <update> + Update the minimum supported version of Tomcat Native to 1.2.34 to allow + the removal of the deprecated Java API associated with features that + will be removed in Tomcat Native 2.0.x. (markt) </update> </changelog> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org