This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 1710c7b jarsToSkip += derby-*.jar jaxws-rt-*.jar
1710c7b is described below
commit 1710c7ba940f114a11fbc7fe8f10b2c68d95d9b7
Author: Michael Osipov <[email protected]>
AuthorDate: Mon Jan 24 12:01:43 2022 +0100
jarsToSkip += derby-*.jar jaxws-rt-*.jar
---
conf/catalina.properties | 2 ++
webapps/docs/changelog.xml | 5 +++++
2 files changed, 7 insertions(+)
diff --git a/conf/catalina.properties b/conf/catalina.properties
index 2596547..6a31180 100644
--- a/conf/catalina.properties
+++ b/conf/catalina.properties
@@ -141,6 +141,7 @@ ecj-*.jar,\
el-api.jar,\
geronimo-spec-jaxrpc*.jar,\
h2*.jar,\
+ha-api-*.jar,\
hamcrest-*.jar,\
hibernate*.jar,\
httpclient*.jar,\
@@ -151,6 +152,7 @@ jasper.jar,\
jaspic-api.jar,\
jaxb-*.jar,\
jaxen-*.jar,\
+jaxws-rt-*.jar,\
jdom-*.jar,\
jetty-*.jar,\
jmx-tools.jar,\
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9ba81fb..2d13033 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -720,6 +720,11 @@
<pr>447</pr>. Correct JPMS metadata for catalina.jar. Pull request
provided by Hui Wang. (markt)
</fix>
+ <add>
+ Add <code>ha-api-*.jar</code> and <code>jaxws-rt-*.jar</code> to the
+ list of JARs to skip when scanning for TLDs, web fragments and
+ annotations. (michaelo)
+ </add>
</changelog>
</subsection>
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]