This is an automated email from the ASF dual-hosted git repository.
mgrigorov 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 cf5130a 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 )
cf5130a is described below
commit cf5130a39348e20966faf89f4c3e2183f37ad73a
Author: Martin Tzvetanov Grigorov <[email protected]>
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 )
---
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 577c660..3c8d079 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 55c7a7f..0e182f2 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: [email protected]
For additional commands, e-mail: [email protected]