This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 515e856 Remove the entry for org.apache.tomcat.util.descriptor.tld.LocalStrings from tomcat-embed-core's GraalVM tomcat-resource.json. It no more part of the jar since https://github.com/apache/tomcat/commit/3815b4951eb3acd30a0b77aafa75fbdb928d5782 ( Fix unwanted JPMS dependency of embed-core on embed-jasper ) 515e856 is described below commit 515e85615e4f8bdbafae7c74da9f441aa1bfe515 Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org> AuthorDate: Mon Oct 19 10:25:59 2020 +0300 Remove the entry for org.apache.tomcat.util.descriptor.tld.LocalStrings from tomcat-embed-core's GraalVM tomcat-resource.json. It no more part of the jar since https://github.com/apache/tomcat/commit/3815b4951eb3acd30a0b77aafa75fbdb928d5782 ( Fix unwanted JPMS dependency of embed-core on embed-jasper ) (cherry picked from commit cf5130a39348e20966faf89f4c3e2183f37ad73a) --- res/graal/tomcat-embed-core/native-image/tomcat-resource.json | 1 - webapps/docs/changelog.xml | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/res/graal/tomcat-embed-core/native-image/tomcat-resource.json b/res/graal/tomcat-embed-core/native-image/tomcat-resource.json index d57c718..4b5cc5d 100644 --- a/res/graal/tomcat-embed-core/native-image/tomcat-resource.json +++ b/res/graal/tomcat-embed-core/native-image/tomcat-resource.json @@ -36,7 +36,6 @@ {"name":"org.apache.tomcat.util.codec.binary.LocalStrings"}, {"name":"org.apache.tomcat.util.compat.LocalStrings"}, {"name":"org.apache.tomcat.util.descriptor.LocalStrings"}, - {"name":"org.apache.tomcat.util.descriptor.tld.LocalStrings"}, {"name":"org.apache.tomcat.util.descriptor.web.LocalStrings"}, {"name":"org.apache.tomcat.util.digester.LocalStrings"}, {"name":"org.apache.tomcat.util.http.LocalStrings"}, diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 1cbbb49..90b6f97 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -63,6 +63,12 @@ retries are made on a new connection, just like with the single connection scenario. (remm) </fix> + <fix> + Remove the entry for <code>org.apache.tomcat.util.descriptor.tld.LocalStrings</code> + from tomcat-embed-core's GraalVM tomcat-resource.json. It no more part of the jar + since <a href="https://github.com/apache/tomcat/commit/3815b4951eb3acd30a0b77aafa75fbdb928d5782"> + Fix unwanted JPMS dependency of embed-core on embed-jasper</a>. (mgrigorov) + </fix> <add> Add <code>JsonErrorReportValve</code> that extends the <code>ErrorReportValve</code> that returns response as JSON instead of --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org