This is an automated email from the ASF dual-hosted git repository.
markt 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 a127ce46a5 Increment minimum recommended version to 1.3.5
a127ce46a5 is described below
commit a127ce46a5b9c6218e82c72a80cc476046eaefd6
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jan 19 22:26:05 2026 +0000
Increment minimum recommended version to 1.3.5
---
java/org/apache/catalina/core/AprLifecycleListener.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java
b/java/org/apache/catalina/core/AprLifecycleListener.java
index 2e8de8caaa..76e1278eb5 100644
--- a/java/org/apache/catalina/core/AprLifecycleListener.java
+++ b/java/org/apache/catalina/core/AprLifecycleListener.java
@@ -68,7 +68,7 @@ public class AprLifecycleListener implements
LifecycleListener {
protected static final int TCN_REQUIRED_PATCH = 4;
protected static final int TCN_RECOMMENDED_MAJOR = 1;
protected static final int TCN_RECOMMENDED_MINOR = 3;
- protected static final int TCN_RECOMMENDED_PV = 4;
+ protected static final int TCN_RECOMMENDED_PV = 5;
// ---------------------------------------------- Properties
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]