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 b33f4d4f8f Add OpenSSL FFM classes to tomcat-embed-core
b33f4d4f8f is described below
commit b33f4d4f8f9b4151c8d2fbe416368ba7ec4ee889
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 | 7 +++++++
2 files changed, 9 insertions(+)
diff --git a/res/bnd/tomcat-embed-core.jar.tmp.bnd
b/res/bnd/tomcat-embed-core.jar.tmp.bnd
index e3cce68d88..4dc0cda772 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 b380cb21e5..b28c567093 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,13 @@
issues do not "pop up" wrt. others).
-->
<section name="Tomcat 11.0.0-M20 (markt)" rtext="in development">
+ <subsection name="Coyote">
+ <changelog>
+ <fix>
+ Add OpenSSL FFM classes to <code>tomcat-embed-core.jar</code>. (remm)
+ </fix>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 11.0.0-M19 (markt)" rtext="release in progress">
<subsection name="Catalina">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]