You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/09/03 08:03:04 UTC

[tomcat] branch main updated: jarsToSkip += derby-*.jar

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

markt 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 e9cbd4c  jarsToSkip += derby-*.jar
e9cbd4c is described below

commit e9cbd4c2cdb958930fed1cfeabdd3e911fc8b1e6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 3 09:02:05 2021 +0100

    jarsToSkip += derby-*.jar
---
 conf/catalina.properties   | 1 +
 webapps/docs/changelog.xml | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/conf/catalina.properties b/conf/catalina.properties
index 012d8fd..d73a8bf 100644
--- a/conf/catalina.properties
+++ b/conf/catalina.properties
@@ -134,6 +134,7 @@ commons-lang*.jar,\
 commons-logging*.jar,\
 commons-math*.jar,\
 commons-pool*.jar,\
+derby-*.jar,\
 dom4j-*.jar,\
 easymock-*.jar,\
 ecj-*.jar,\
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 6e55bef..36966ab 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -148,6 +148,10 @@
         contents, and add an option to have it be static, similar to the other
         realms. (remm)
       </fix>
+      <add>
+        Add <code>derby-*.jar</code> to the list of JARs to skip when scanning
+        for TLDs, web fragments and annotations. (markt)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Coyote">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [tomcat] branch main updated: jarsToSkip += derby-*.jar

Posted by Mark Thomas <ma...@apache.org>.
On 03/09/2021 15:02, Rémy Maucherat wrote:
> On Fri, Sep 3, 2021 at 10:03 AM <ma...@apache.org> wrote:
>>
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> markt 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 e9cbd4c  jarsToSkip += derby-*.jar
>> e9cbd4c is described below
>>
>> commit e9cbd4c2cdb958930fed1cfeabdd3e911fc8b1e6
>> Author: Mark Thomas <ma...@apache.org>
>> AuthorDate: Fri Sep 3 09:02:05 2021 +0100
>>
>>      jarsToSkip += derby-*.jar
> 
> Thanks, I always keep forgetting that ...

No worries. I only noticed it because I happened to see the stack traces 
related to the failed scan.

Mark
>>     <subsection name="Coyote">
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: dev-help@tomcat.apache.org
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [tomcat] branch main updated: jarsToSkip += derby-*.jar

Posted by Rémy Maucherat <re...@apache.org>.
On Fri, Sep 3, 2021 at 10:03 AM <ma...@apache.org> wrote:
>
> This is an automated email from the ASF dual-hosted git repository.
>
> markt 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 e9cbd4c  jarsToSkip += derby-*.jar
> e9cbd4c is described below
>
> commit e9cbd4c2cdb958930fed1cfeabdd3e911fc8b1e6
> Author: Mark Thomas <ma...@apache.org>
> AuthorDate: Fri Sep 3 09:02:05 2021 +0100
>
>     jarsToSkip += derby-*.jar

Thanks, I always keep forgetting that ...

Rémy

> ---
>  conf/catalina.properties   | 1 +
>  webapps/docs/changelog.xml | 4 ++++
>  2 files changed, 5 insertions(+)
>
> diff --git a/conf/catalina.properties b/conf/catalina.properties
> index 012d8fd..d73a8bf 100644
> --- a/conf/catalina.properties
> +++ b/conf/catalina.properties
> @@ -134,6 +134,7 @@ commons-lang*.jar,\
>  commons-logging*.jar,\
>  commons-math*.jar,\
>  commons-pool*.jar,\
> +derby-*.jar,\
>  dom4j-*.jar,\
>  easymock-*.jar,\
>  ecj-*.jar,\
> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
> index 6e55bef..36966ab 100644
> --- a/webapps/docs/changelog.xml
> +++ b/webapps/docs/changelog.xml
> @@ -148,6 +148,10 @@
>          contents, and add an option to have it be static, similar to the other
>          realms. (remm)
>        </fix>
> +      <add>
> +        Add <code>derby-*.jar</code> to the list of JARs to skip when scanning
> +        for TLDs, web fragments and annotations. (markt)
> +      </add>
>      </changelog>
>    </subsection>
>    <subsection name="Coyote">
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org