This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 562762f jarsToSkip += derby-*.jar jaxws-rt-*.jar
562762f is described below
commit 562762f8c9dcabc92ae2601f59be808684f8add1
Author: Michael Osipov <[email protected]>
AuthorDate: Mon Jan 24 12:05:29 2022 +0100
jarsToSkip += derby-*.jar jaxws-rt-*.jar
---
conf/catalina.properties | 2 ++
webapps/docs/changelog.xml | 9 +++++++++
2 files changed, 11 insertions(+)
diff --git a/conf/catalina.properties b/conf/catalina.properties
index d73a8bf..9f0c046 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 cd3c9f9..b6647cf 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,15 @@
issues do not "pop up" wrt. others).
-->
<section name="Tomcat 10.0.17 (markt)" rtext="in development">
+ <subsection name="Catalina">
+ <changelog>
+ <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="Web applications">
<changelog>
<fix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]