This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new cfa012c Add missing OSGi export cfa012c is described below commit cfa012cd242ce885dca80e6a0b58dc25937ea672 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 20ae1e4..4ae7954 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 05aff5e..b1b836f 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 10.0.4 (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