This is an automated email from the ASF dual-hosted git repository.
michaelo 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 e9eae92 jarsToSkip += derby-*.jar jaxws-rt-*.jar
e9eae92 is described below
commit e9eae92766e7471c229afd09e614f5653405d2a9
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 918f8f1..19f6718 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,\
@@ -150,6 +151,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 5cb306d..2e4f6fe 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 9.0.59 (remm)" 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]