On Fri, Sep 3, 2021 at 10:03 AM <[email protected]> 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 <[email protected]> > 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: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
