This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 42197e99b7 Remove remaining deprecated code from the o.a.t.jni package new 4b124cb400 Enable the use of Tomcat Native with OpenSSL 3 using the FIPS provider new 22d196bb9f Ensure version error is reported correctly for Native 1.2.33 and earlier The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/catalina/core/AprLifecycleListener.java | 81 +++++++++++++++------- .../apache/catalina/core/LocalStrings.properties | 2 + .../tomcat/jni/{Buffer.java => FileInfo.java} | 21 +++--- .../tomcat/jni/{Buffer.java => Sockaddr.java} | 21 +++--- webapps/docs/config/listeners.xml | 22 +++--- 5 files changed, 87 insertions(+), 60 deletions(-) copy java/org/apache/tomcat/jni/{Buffer.java => FileInfo.java} (68%) copy java/org/apache/tomcat/jni/{Buffer.java => Sockaddr.java} (68%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org