Skip to content

Commit

Permalink
Remove the entry for org.apache.tomcat.util.descriptor.tld.LocalStrings
Browse files Browse the repository at this point in the history
from tomcat-embed-core's GraalVM tomcat-resource.json. It no more part of the jar
since 3815b49
( Fix unwanted JPMS dependency of embed-core on embed-jasper )
  • Loading branch information
martin-g committed Oct 19, 2020
1 parent 854d56a commit cf5130a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down
6 changes: 6 additions & 0 deletions webapps/docs/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf5130a

Please sign in to comment.