This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 09f72a7b0e Plan likely package move
09f72a7b0e is described below
commit 09f72a7b0e78fea1c72be06dc03a78207267de2f
Author: remm <[email protected]>
AuthorDate: Thu Aug 3 10:20:29 2023 +0200
Plan likely package move
This is the AprLifecycleListener equivalent.
---
.../apache/tomcat/util/net/openssl/panama/OpenSSLLifecycleListener.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLLifecycleListener.java
b/modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLLifecycleListener.java
index 1ab172db1c..884e502937 100644
---
a/modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLLifecycleListener.java
+++
b/modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLLifecycleListener.java
@@ -41,6 +41,7 @@ import org.apache.tomcat.util.res.StringManager;
* initialization of OpenSSL according to specified configuration parameters.
* Using the listener is completely optional, but is needed for configuration
* and full cleanup of a few native memory allocations.
+ * TODO: Move to o.a.catalina.core along with AprLifecycleListener
*/
public class OpenSSLLifecycleListener implements LifecycleListener {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]