This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new acd55aba0a Correct JPMS and OSGi meta-data for tomcat-enbed-core.jar
acd55aba0a is described below
commit acd55aba0adc83d7f7bad21765a8dd312bc5107b
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jan 15 08:40:38 2024 +0000
Correct JPMS and OSGi meta-data for tomcat-enbed-core.jar
Remove reference to org.apache.catalina.ssi package that is no longer
included in the JAR.
Based on pull request #684 by Jendrik Johannes
---
res/bnd/tomcat-embed-core.jar.tmp.bnd | 1 -
webapps/docs/changelog.xml | 10 ++++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/res/bnd/tomcat-embed-core.jar.tmp.bnd
b/res/bnd/tomcat-embed-core.jar.tmp.bnd
index 7b9966416b..60267c1c51 100644
--- a/res/bnd/tomcat-embed-core.jar.tmp.bnd
+++ b/res/bnd/tomcat-embed-core.jar.tmp.bnd
@@ -38,7 +38,6 @@ Export-Package: \
org.apache.catalina.security,\
org.apache.catalina.servlets,\
org.apache.catalina.session,\
- org.apache.catalina.ssi,\
org.apache.catalina.startup,\
org.apache.catalina.users,\
org.apache.catalina.util,\
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index f3eedf94ba..c5803e3d2f 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,16 @@
issues do not "pop up" wrt. others).
-->
<section name="Tomcat 9.0.86 (remm)" rtext="in development">
+ <subsection name="Catalina">
+ <changelog>
+ <fix>
+ Correct JPMS and OSGi meta-data for <code>tomcat-enbed-core.jar</code>
+ by removing reference to <code>org.apache.catalina.ssi</code> package
+ that is no longer included in the JAR. Based on pull request
+ <pr>684</pr> by Jendrik Johannes. (markt)
+ </fix>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 9.0.85 (remm)" rtext="2024-01-09">
<subsection name="Catalina">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]