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 9e50f634a6 Update recommended Tomcat native version to 1.3.0
9e50f634a6 is described below
commit 9e50f634a67a57e5968f20609d7a977704b87aea
Author: Dimitrios Soumis <[email protected]>
AuthorDate: Wed May 29 14:43:30 2024 +0300
Update recommended Tomcat native version to 1.3.0
---
java/org/apache/catalina/core/AprLifecycleListener.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java
b/java/org/apache/catalina/core/AprLifecycleListener.java
index 498e5179d2..9a564af339 100644
--- a/java/org/apache/catalina/core/AprLifecycleListener.java
+++ b/java/org/apache/catalina/core/AprLifecycleListener.java
@@ -65,8 +65,8 @@ public class AprLifecycleListener implements
LifecycleListener {
protected static final int TCN_REQUIRED_MINOR = 2;
protected static final int TCN_REQUIRED_PATCH = 14;
protected static final int TCN_RECOMMENDED_MAJOR = 1;
- protected static final int TCN_RECOMMENDED_MINOR = 2;
- protected static final int TCN_RECOMMENDED_PV = 38;
+ protected static final int TCN_RECOMMENDED_MINOR = 3;
+ protected static final int TCN_RECOMMENDED_PV = 0;
// ---------------------------------------------- Properties
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]