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

rmaucher 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 6442f65cfa Update documentation for the switch to 25 for FFM
6442f65cfa is described below

commit 6442f65cfae9bbebb6a66f3c20f095f6274d4dab
Author: remm <[email protected]>
AuthorDate: Tue Sep 22 11:32:15 2026 +0200

    Update documentation for the switch to 25 for FFM
    
    There were explicit mentions of Java 22.
---
 webapps/docs/config/listeners.xml | 2 +-
 webapps/docs/ssl-howto.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/config/listeners.xml 
b/webapps/docs/config/listeners.xml
index 385ca44266..fc9f156c55 100644
--- a/webapps/docs/config/listeners.xml
+++ b/webapps/docs/config/listeners.xml
@@ -299,7 +299,7 @@
 
     <p>The <strong>OpenSSL Lifecycle Listener</strong> checks for the presence
     of the OpenSSL library and loads the library if it is present. This
-    uses the FFM API from Java 22 instead of additional native code. When
+    uses the FFM API from Java 25 instead of additional native code. When
     enabled and successfully loaded, NIO and NIO2 connector will then make use
     of OpenSSL for TLS functionality. This is a functional replacement to the
     <strong>APR Lifecycle Listener</strong> described above.</p>
diff --git a/webapps/docs/ssl-howto.xml b/webapps/docs/ssl-howto.xml
index 7d40b57f3f..4cd3070a32 100644
--- a/webapps/docs/ssl-howto.xml
+++ b/webapps/docs/ssl-howto.xml
@@ -477,7 +477,7 @@ configurations.</p>
       configuration.</li>
   <li>NIO or NIO2 HTTP connector with the
       
<code>org.apache.tomcat.util.net.openssl.panama.OpenSSLImplementation</code>,
-      and using the OpenSSL style configuration. This uses FFM so Java 22 or
+      and using the OpenSSL style configuration. This uses FFM so Java 25 or
       later is also required.</li>
 </ul>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to