This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 85d9d0e  jarsToSkip += derby-*.jar jaxws-rt-*.jar
85d9d0e is described below

commit 85d9d0e1eb9aad3b1dc22139db18e1658ae22d17
Author: Michael Osipov <micha...@apache.org>
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 a3f7349..a6c423a 100644
--- a/conf/catalina.properties
+++ b/conf/catalina.properties
@@ -142,6 +142,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 d16f9b6..8ba5867 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 8.5.76 (schultz)" 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to