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 9ee721d  Add missing OSGi export
9ee721d is described below

commit 9ee721dd191349623d6f86942bffd11df528442a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 16 08:34:35 2021 +0000

    Add missing OSGi export
---
 res/bnd/tomcat-embed-jasper.jar.tmp.bnd | 1 +
 webapps/docs/changelog.xml              | 9 +++++++++
 2 files changed, 10 insertions(+)

diff --git a/res/bnd/tomcat-embed-jasper.jar.tmp.bnd 
b/res/bnd/tomcat-embed-jasper.jar.tmp.bnd
index d9cf762..1d17da1 100644
--- a/res/bnd/tomcat-embed-jasper.jar.tmp.bnd
+++ b/res/bnd/tomcat-embed-jasper.jar.tmp.bnd
@@ -23,6 +23,7 @@ Export-Package: \
     org.apache.jasper.compiler,\
     org.apache.jasper.compiler.tagplugin,\
     org.apache.jasper.el,\
+    org.apache.jasper.optimizations,\
     org.apache.jasper.runtime,\
     org.apache.jasper.security,\
     org.apache.jasper.servlet,\
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 7557d37..9ae4b82 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -127,6 +127,15 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Jasper">
+    <changelog>
+      <fix>
+        Include the new <code>org.apache.jasper.optimizations</code> package in
+        the list of OSGi exported packages for the Jasper embedded JAR. Patch
+        provided by Sokratis Zappis. (markt)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 9.0.44 (markt)" rtext="2021-03-10">
   <subsection name="Catalina">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to