This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 59a517e68e Update minimum required Native versions
59a517e68e is described below
commit 59a517e68ef02e87cedd1442ca07f9e820b9cb41
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 16 17:55:46 2026 +0100
Update minimum required Native versions
There is new API in 1.3.8 / 2.0.15 that is required (part of PHA fixes)
---
java/org/apache/catalina/core/AprLifecycleListener.java | 6 +++---
webapps/docs/changelog.xml | 7 +++++++
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java
b/java/org/apache/catalina/core/AprLifecycleListener.java
index 004248c25e..8753346f87 100644
--- a/java/org/apache/catalina/core/AprLifecycleListener.java
+++ b/java/org/apache/catalina/core/AprLifecycleListener.java
@@ -65,20 +65,20 @@ public class AprLifecycleListener implements
LifecycleListener {
// ---------------------------------------------- Constants
private static final int TCN_1_REQUIRED_MINOR = 3;
- private static final int TCN_1_REQUIRED_PATCH = 4;
+ private static final int TCN_1_REQUIRED_PATCH = 8;
/** Required major version of Tomcat Native. */
protected static final int TCN_REQUIRED_MAJOR = 2;
/** Required minor version of Tomcat Native. */
protected static final int TCN_REQUIRED_MINOR = 0;
/** Required patch version of Tomcat Native. */
- protected static final int TCN_REQUIRED_PATCH = 12;
+ protected static final int TCN_REQUIRED_PATCH = 15;
/** Recommended major version of Tomcat Native. */
protected static final int TCN_RECOMMENDED_MAJOR = 2;
/** Recommended minor version of Tomcat Native. */
protected static final int TCN_RECOMMENDED_MINOR = 0;
/** Recommended patch version of Tomcat Native. */
- protected static final int TCN_RECOMMENDED_PV = 14;
+ protected static final int TCN_RECOMMENDED_PV = 15;
// ---------------------------------------------- Properties
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index b21a73a0c2..dd98994bdf 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -368,6 +368,13 @@
Add support for Brainpool TLS groups. Patch provided by YStankov.
(schultz)
</add>
+ <update>
+ Update both the minimum and recommended version for Tomcat Native 2.x
to
+ 2.0.15. (markt)
+ </update>
+ <update>
+ Update both the minimum version for Tomcat Native 1.x to 1.3.8. (markt)
+ </update>
</changelog>
</subsection>
<subsection name="Jasper">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]