This is an automated email from the ASF dual-hosted git repository.
remm 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 844ec7f9f6 Add OpenSSL FFM classes to tomcat-embed-core
844ec7f9f6 is described below
commit 844ec7f9f6fb4d0af8e2df296932c594ae6f784a
Author: remm <[email protected]>
AuthorDate: Thu Apr 11 11:53:49 2024 +0200
Add OpenSSL FFM classes to tomcat-embed-core
---
res/bnd/tomcat-embed-core.jar.tmp.bnd | 2 ++
webapps/docs/changelog.xml | 3 +++
2 files changed, 5 insertions(+)
diff --git a/res/bnd/tomcat-embed-core.jar.tmp.bnd
b/res/bnd/tomcat-embed-core.jar.tmp.bnd
index bf5f844e2f..067a86fd6f 100644
--- a/res/bnd/tomcat-embed-core.jar.tmp.bnd
+++ b/res/bnd/tomcat-embed-core.jar.tmp.bnd
@@ -82,6 +82,8 @@ Export-Package: \
org.apache.tomcat.util.net,\
org.apache.tomcat.util.net.openssl,\
org.apache.tomcat.util.net.openssl.ciphers,\
+ org.apache.tomcat.util.net.openssl.panama,\
+ org.apache.tomcat.util.openssl,\
org.apache.tomcat.util.res,\
org.apache.tomcat.util.scan,\
org.apache.tomcat.util.security,\
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 53ead63848..efef5c49bd 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -110,6 +110,9 @@
<fix>
Fix bnd jar descriptor to include the OpenSSL FFM support. (remm)
</fix>
+ <fix>
+ Add OpenSSL FFM classes to <code>tomcat-embed-core.jar</code>. (remm)
+ </fix>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]