This is an automated email from the ASF dual-hosted git repository.

markt-asf 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 6899d5e7ef Update minimum required Native versions
6899d5e7ef is described below

commit 6899d5e7ef16fb1f824317f4f68ec08a9a40925e
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 | 4 ++--
 webapps/docs/changelog.xml                              | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java 
b/java/org/apache/catalina/core/AprLifecycleListener.java
index 31d5b56a73..63ce4bf29d 100644
--- a/java/org/apache/catalina/core/AprLifecycleListener.java
+++ b/java/org/apache/catalina/core/AprLifecycleListener.java
@@ -65,10 +65,10 @@ public class AprLifecycleListener implements 
LifecycleListener {
 
     protected static final int TCN_REQUIRED_MAJOR = 1;
     protected static final int TCN_REQUIRED_MINOR = 3;
-    protected static final int TCN_REQUIRED_PATCH = 4;
+    protected static final int TCN_REQUIRED_PATCH = 8;
     protected static final int TCN_RECOMMENDED_MAJOR = 1;
     protected static final int TCN_RECOMMENDED_MINOR = 3;
-    protected static final int TCN_RECOMMENDED_PV = 7;
+    protected static final int TCN_RECOMMENDED_PV = 8;
 
 
     // ---------------------------------------------- Properties
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 05c5a22a21..c824eb5e87 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -364,6 +364,10 @@
         Add support for Brainpool TLS groups. Patch provided by YStankov.
         (schultz)
       </add>
+      <update>
+        Update both the minimum and recommended 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]

Reply via email to