[tomcat] branch master updated: Add documentation, changelog for new DefaultServlet options.

2019-05-05 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 3e1496c Add documentation, changelog for new

[tomcat] 01/02: Add sorting of file listings.

2019-05-05 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 888b7699fde58de00e839797c7038ee0b10aaff2 Author: Christopher Schultz AuthorDate: Sun May 5 14:30:26 2019 +0200 Add

[tomcat] 02/02: Add documentation, changelog for new DefaultServlet options.

2019-05-05 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 65cb0202b3d746609af1a432f909a662ac2aa171 Author: Christopher Schultz AuthorDate: Sun May 5 15:10:12 2019 +0200 Add

[tomcat] branch 8.5.x updated (96df339 -> 65cb020)

2019-05-05 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 96df339 Use spotbugs instead of findbugs new 888b769 Add sorting of file listings. new 65cb020 Add

[tomcat] branch master updated: Fix checkstyle complaint.

2019-05-05 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new ac4956f Fix checkstyle complaint. ac4956f is

[tomcat] branch 8.5.x updated: Fix checkstyle complaint.

2019-05-05 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 fbfcfdf Fix checkstyle complaint. fbfcfdf is

[tomcat] branch 8.5.x updated: Fetch WebResource objects directly, rather than fetching Strings and then looking-up the entries individually by name.

2019-05-05 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 72fb2ce Fetch WebResource objects directly

[tomcat] branch master updated: Remove custom split() method. String.split is already optimized for single-character splits and won't use a regex.

2019-05-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new bae1f02 Remove custom split() method

[tomcat] branch 8.5.x updated: Remove custom split() method. String.split is already optimized for single-character splits and won't use a regex.

2019-05-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 f295e8d Remove custom split() method

[tomcat] branch master updated: Replace uses of Vector with ArrayList.

2019-05-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new a5d2c73 Replace uses of Vector with ArrayList

[tomcat] branch master updated: Replace custom split(String, String) method with call to String.split.

2019-05-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new f7c41d1 Replace custom split(String,String

[tomcat] branch master updated: Adjust code comment.

2019-05-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5d7ab23 Adjust code comment. 5d7ab23 is

[tomcat] branch master updated: Use ArrayList instead of Vector.

2019-05-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 1b83f52 Use ArrayList instead of Vector

[tomcat] branch master updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=64023

2019-12-20 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new d9f243a Fix https://bz.apache.org/bugzilla

[tomcat] branch 8.5.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=64023

2019-12-20 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 50dacc5 Fix https://bz.apache.org/bugzilla

[tomcat] branch 7.0.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=64023

2019-12-20 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 9f98e71 Fix https://bz.apache.org/bugzilla

[tomcat] branch master updated: Fix SSI package description.

2020-01-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new a874a7c Fix SSI package description. a874a7c

[tomcat] branch master updated: Remove dependency on org.apache.coyote package.

2020-01-07 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 050d15c Remove dependency on

[tomcat] branch master updated: Do not throw NPE when MBean operation cannot be found.

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 4db28a4 Do not throw NPE when MBean operation

[tomcat] branch 8.5.x updated: Do not throw NPE when MBean operation cannot be found.

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 30e532f Do not throw NPE when MBean operation

[tomcat] branch 7.0.x updated: Do not throw NPE when MBean operation cannot be found.

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 76100f2 Do not throw NPE when MBean operation

[tomcat] branch master updated: Update changelog

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new fb5e34c Update changelog fb5e34c is described

[tomcat] branch 8.5.x updated: Update Changelog

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 07714ec Update Changelog 07714ec is described

[tomcat] branch 7.0.x updated: Update Changelog

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 2d53f10 Update Changelog 2d53f10 is described

[tomcat] branch master updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58577

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 7fc6d5a Fix https://bz.apache.org/bugzilla

[tomcat] branch 8.5.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58577

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 e16472f Fix https://bz.apache.org/bugzilla

[tomcat] branch 7.0.x updated (2d53f10 -> ab53d32)

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 2d53f10 Update Changelog new 5ebf410 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58577 new

[tomcat] 02/02: Fix changelog

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit ab53d32ea1f4f3cb19e7f74840160d5fb9412033 Author: Christopher Schultz AuthorDate: Wed Jan 8 09:57:24 2020 -0500 Fix

[tomcat] 01/02: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58577

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 5ebf4101808a5b3267846aaae8f851b11eee72a2 Author: Christopher Schultz AuthorDate: Wed Jan 8 09:53:52 2020 -0500 Fix

[tomcat] branch 8.5.x updated: Fix changelog

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 6171758 Fix changelog 6171758 is described

[tomcat] branch master updated: Fix changelog

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new ef3c0d1 Fix changelog ef3c0d1 is described

[tomcat] branch 8.5.x updated: Fix botched back-port.

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 0e60729 Fix botched back-port. 0e60729 is

[tomcat] branch 7.0.x updated: Fix botched back-port.

2020-01-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new ec80e07 Fix botched back-port. ec80e07 is

[tomcat] branch master updated: Added extension point for custom delta requests

2020-02-24 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new bf2447b Added extension point for custom

[tomcat] branch master updated: Add changelog entry.

2020-02-24 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 900ed3e Add changelog entry. 900ed3e is

svn commit: r49857 [2/2] - in /release/tomcat/tomcat-8/v8.5.71: ./ bin/ bin/embed/ bin/extras/ src/

2021-09-09 Thread schultz
Propchange: release/tomcat/tomcat-8/v8.5.71/bin/extras/catalina-jmx-remote.jar -- svn:mime-type = application/octet-stream Added: release/tomcat/tomcat-8/v8.5.71/bin/extras/catalina-jmx-remote.jar.asc =

svn commit: r49857 [1/2] - in /release/tomcat/tomcat-8/v8.5.71: ./ bin/ bin/embed/ bin/extras/ src/

2021-09-09 Thread schultz
Author: schultz Date: Thu Sep 9 19:01:21 2021 New Revision: 49857 Log: Upload v8.5.71 for voting Added: release/tomcat/tomcat-8/v8.5.71/ release/tomcat/tomcat-8/v8.5.71/KEYS release/tomcat/tomcat-8/v8.5.71/README.html release/tomcat/tomcat-8/v8.5.71/RELEASE-NOTES release

svn commit: r49858 - /dev/tomcat/tomcat-8/v8.5.71/ /release/tomcat/tomcat-8/v8.5.71/

2021-09-09 Thread schultz
Author: schultz Date: Thu Sep 9 19:19:30 2021 New Revision: 49858 Log: Move release to dev folder for vote Added: dev/tomcat/tomcat-8/v8.5.71/ - copied from r49857, release/tomcat/tomcat-8/v8.5.71/ Removed: release/tomcat/tomcat-8/v8.5.71

[tomcat] branch 8.5.x updated: Increment version number for next dev cycle

2021-09-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 ab0f3dc Increment version number for next dev

svn commit: r49920 - /dev/tomcat/tomcat-8/v8.5.71/ /release/tomcat/tomcat-8/v8.5.71/

2021-09-13 Thread schultz
Author: schultz Date: Mon Sep 13 15:13:00 2021 New Revision: 49920 Log: Vote passed; promote release. Added: release/tomcat/tomcat-8/v8.5.71/ - copied from r49919, dev/tomcat/tomcat-8/v8.5.71/ Removed: dev/tomcat/tomcat-8/v8.5.71

[tomcat] branch main updated: Fix typo

2021-09-14 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 d11cf77 Fix typo new 1988fad Merge pull

svn commit: r1893336 - in /tomcat/site/trunk: ./ docs/ xdocs/

2021-09-14 Thread schultz
Author: schultz Date: Tue Sep 14 15:29:24 2021 New Revision: 1893336 URL: http://svn.apache.org/viewvc?rev=1893336&view=rev Log: Update site to include new 8.5.71 version. Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/t

svn commit: r1893337 - in /tomcat/site/trunk/docs/tomcat-8.5-doc: ./ annotationapi/ annotationapi/javax/annotation/ annotationapi/javax/annotation/security/ annotationapi/javax/annotation/sql/ api/ ap

2021-09-14 Thread schultz
Author: schultz Date: Tue Sep 14 15:31:53 2021 New Revision: 1893337 URL: http://svn.apache.org/viewvc?rev=1893337&view=rev Log: Update Tomcat 8.5 documentation for 8.5.71 release. [This commit notification would consist of 73 parts, which exceeds the limit of 50 ones, so it was shortene

[tomcat] branch 8.5.x updated: Update release date

2021-09-14 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 2bbfa63 Update release date 2bbfa63 is

svn commit: r49936 - /release/tomcat/tomcat-8/v8.5.70/

2021-09-14 Thread schultz
Author: schultz Date: Tue Sep 14 15:38:16 2021 New Revision: 49936 Log: Drop old release attifacts Removed: release/tomcat/tomcat-8/v8.5.70/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

[tomcat] branch master created (now b7c1897)

2021-09-24 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. at b7c1897 Fix typo No new revisions were added by this update

[tomcat] tag 8.5.72 created (now a0d8df6)

2021-10-01 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.72 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at a0d8df6 (commit) This tag includes the following new commits: new a0d8df6 Tag 8.5.x The 1 revisions listed

[tomcat] 01/01: Tag 8.5.x

2021-10-01 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 8.5.72 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a0d8df67209812ec0d9d04f7d833b6467d110ca8 Author: schultz AuthorDate: Fri Oct 1 08:17:17 2021 -0700 Tag 8.5.x

[tomcat] tag 8.5.72 deleted (was a0d8df6)

2021-10-01 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.72 in repository https://gitbox.apache.org/repos/asf/tomcat.git. *** WARNING: tag 8.5.72 was deleted! *** was a0d8df6 Tag 8.5.x This change permanently discards the following revisions

[tomcat] tag 8.5.72 created (now 53c3940)

2021-10-01 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.72 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 53c3940 (commit) This tag includes the following new commits: new 53c3940 Tag 8.5.72 The 1 revisions listed

[tomcat] 01/01: Tag 8.5.72

2021-10-01 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 8.5.72 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 53c394049af76032bc7acab9de023013ad4fdc43 Author: schultz AuthorDate: Fri Oct 1 08:27:56 2021 -0700 Tag 8.5.72

svn commit: r50213 [1/2] - in /dev/tomcat/tomcat-8/v8.5.72: ./ bin/ bin/embed/ bin/extras/ src/

2021-10-01 Thread schultz
Author: schultz Date: Fri Oct 1 15:35:22 2021 New Revision: 50213 Log: Upload release for vote Added: dev/tomcat/tomcat-8/v8.5.72/ dev/tomcat/tomcat-8/v8.5.72/KEYS dev/tomcat/tomcat-8/v8.5.72/README.html dev/tomcat/tomcat-8/v8.5.72/RELEASE-NOTES dev/tomcat/tomcat-8/v8.5.72

svn commit: r50213 [2/2] - in /dev/tomcat/tomcat-8/v8.5.72: ./ bin/ bin/embed/ bin/extras/ src/

2021-10-01 Thread schultz
Added: dev/tomcat/tomcat-8/v8.5.72/bin/extras/catalina-jmx-remote.jar.asc == --- dev/tomcat/tomcat-8/v8.5.72/bin/extras/catalina-jmx-remote.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.5.72/bin/extras/catalina-jmx-remote.jar.

svn commit: r50303 - /dev/tomcat/tomcat-8/v8.5.72/ /release/tomcat/tomcat-8/v8.5.72/

2021-10-06 Thread schultz
Author: schultz Date: Wed Oct 6 19:17:24 2021 New Revision: 50303 Log: Promote release candidate Added: release/tomcat/tomcat-8/v8.5.72/ - copied from r50302, dev/tomcat/tomcat-8/v8.5.72/ Removed: dev/tomcat/tomcat-8/v8.5.72

svn commit: r1894105 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-8.5-doc/ docs/tomcat-8.5-doc/annotationapi/ docs/tomcat-8.5-doc/annotationapi/javax/annotation/ docs/tomcat-8.5-doc/annotationapi/jav

2021-10-10 Thread schultz
Author: schultz Date: Sun Oct 10 11:33:16 2021 New Revision: 1894105 URL: http://svn.apache.org/viewvc?rev=1894105&view=rev Log: Announce Tomcat 8.5.72. [This commit notification would consist of 65 parts, which exceeds the limit of 50 ones, so it was shortened to the sum

svn commit: r1894106 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2021-10-10 Thread schultz
Author: schultz Date: Sun Oct 10 11:39:58 2021 New Revision: 1894106 URL: http://svn.apache.org/viewvc?rev=1894106&view=rev Log: Fix release announcement. Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL:

svn commit: r50338 - /release/tomcat/tomcat-8/v8.5.71/

2021-10-10 Thread schultz
Author: schultz Date: Sun Oct 10 11:42:36 2021 New Revision: 50338 Log: Drop old release artifacts Removed: release/tomcat/tomcat-8/v8.5.71/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

[tomcat] tag 8.5.73 created (now 38fb8f1)

2021-11-11 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.73 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 38fb8f1 (commit) This tag includes the following new commits: new 38fb8f1 Tag 8.5.73 The 1 revisions listed

[tomcat] 01/01: Tag 8.5.73

2021-11-11 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 8.5.73 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 38fb8f1051b7e5e3ea8672cd35e44cf8819e0f7a Author: schultz AuthorDate: Thu Nov 11 05:17:02 2021 -0800 Tag 8.5.73

[tomcat] tag 8.5.73 deleted (was 38fb8f1)

2021-11-11 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.73 in repository https://gitbox.apache.org/repos/asf/tomcat.git. *** WARNING: tag 8.5.73 was deleted! *** was 38fb8f1 Tag 8.5.73 This change permanently discards the following

[tomcat] tag 8.5.73 created (now e8de852)

2021-11-11 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.73 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at e8de852 (commit) This tag includes the following new commits: new e8de852 Tag 8.5.73 The 1 revisions listed

[tomcat] 01/01: Tag 8.5.73

2021-11-11 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 8.5.73 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit e8de8521b0f88b452ac6bd79abad3aad3bcc18b6 Author: schultz AuthorDate: Thu Nov 11 05:35:09 2021 -0800 Tag 8.5.73

svn commit: r50879 [2/2] - in /dev/tomcat/tomcat-8/v8.5.73: ./ bin/ bin/embed/ bin/extras/ src/

2021-11-11 Thread schultz
Added: dev/tomcat/tomcat-8/v8.5.73/bin/extras/catalina-jmx-remote.jar.asc == --- dev/tomcat/tomcat-8/v8.5.73/bin/extras/catalina-jmx-remote.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.5.73/bin/extras/catalina-jmx-remote.jar.

svn commit: r50879 [1/2] - in /dev/tomcat/tomcat-8/v8.5.73: ./ bin/ bin/embed/ bin/extras/ src/

2021-11-11 Thread schultz
Author: schultz Date: Thu Nov 11 14:47:35 2021 New Revision: 50879 Log: Upload 8.5.73 for voting Added: dev/tomcat/tomcat-8/v8.5.73/ dev/tomcat/tomcat-8/v8.5.73/KEYS dev/tomcat/tomcat-8/v8.5.73/README.html dev/tomcat/tomcat-8/v8.5.73/RELEASE-NOTES dev/tomcat/tomcat-8/v8.5.73

[tomcat] branch main updated: Fail the build if GPG is not found in the expected location.

2021-11-11 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 aac8218 Fail the build if GPG is not found in the

[tomcat] branch 10.0.x updated: Fail the build if GPG is not found in the expected location.

2021-11-11 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 ffc39d9 Fail the build if GPG is not found in

[tomcat] branch 9.0.x updated: Fail the build if GPG is not found in the expected location.

2021-11-11 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 bd93b02 Fail the build if GPG is not found in

[tomcat] branch 8.5.x updated: Fail the build if GPG is not found in the expected location.

2021-11-11 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 ba2fcbb Fail the build if GPG is not found in

svn commit: r50980 - /dev/tomcat/tomcat-8/v8.5.73/ /release/tomcat/tomcat-8/v8.5.73/

2021-11-17 Thread schultz
Author: schultz Date: Wed Nov 17 16:32:21 2021 New Revision: 50980 Log: Promote release candidate to released. Added: release/tomcat/tomcat-8/v8.5.73/ - copied from r50979, dev/tomcat/tomcat-8/v8.5.73/ Removed: dev/tomcat/tomcat-8/v8.5.73

svn commit: r1895118 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-8.5-doc/ docs/tomcat-8.5-doc/annotationapi/ docs/tomcat-8.5-doc/annotationapi/javax/annotation/ docs/tomcat-8.5-doc/annotationapi/jav

2021-11-17 Thread schultz
Author: schultz Date: Wed Nov 17 19:40:40 2021 New Revision: 1895118 URL: http://svn.apache.org/viewvc?rev=1895118&view=rev Log: Update web site to announce Release 8.5.73 and include documentation. [This commit notification would consist of 64 parts, which exceeds the limit of 50 ones, s

[tomcat] branch 8.5.x updated: Update to include latest release date.

2021-11-17 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 53e4bbe Update to include latest release date

svn commit: r50983 - /release/tomcat/tomcat-8/v8.5.72/

2021-11-17 Thread schultz
Author: schultz Date: Wed Nov 17 19:50:30 2021 New Revision: 50983 Log: Remove previous release. Removed: release/tomcat/tomcat-8/v8.5.72/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands

svn commit: r1895119 - in /tomcat/site/trunk: docs/migration-10.1.html docs/migration-10.html docs/migration-85.html docs/migration-9.html xdocs/migration-10.1.xml xdocs/migration-10.xml xdocs/migrati

2021-11-17 Thread schultz
Author: schultz Date: Wed Nov 17 20:06:04 2021 New Revision: 1895119 URL: http://svn.apache.org/viewvc?rev=1895119&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=65513 Update "notable changes" to include information about changes to the "Expires" he

svn commit: r1895120 - in /tomcat/site/trunk: docs/migration-10.1.html docs/migration-10.html docs/migration-85.html docs/migration-9.html xdocs/migration-10.1.xml xdocs/migration-10.xml xdocs/migrati

2021-11-17 Thread schultz
Author: schultz Date: Wed Nov 17 20:08:42 2021 New Revision: 1895120 URL: http://svn.apache.org/viewvc?rev=1895120&view=rev Log: Use a link for BZ Modified: tomcat/site/trunk/docs/migration-10.1.html tomcat/site/trunk/docs/migration-10.html tomcat/site/trunk/docs/migration-85.

svn commit: r1895435 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2021-11-30 Thread schultz
Author: schultz Date: Tue Nov 30 19:51:11 2021 New Revision: 1895435 URL: http://svn.apache.org/viewvc?rev=1895435&view=rev Log: Fix link to 8.5 changelog. Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html

[tomcat] tag 8.5.74 created (now 2ea5055)

2022-01-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.74 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 2ea5055 (commit) This tag includes the following new commits: new 2ea5055 Tag 8.5.74 The 1 revisions listed

[tomcat] 01/01: Tag 8.5.74

2022-01-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 8.5.74 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 2ea50557ae05ccfca7f521ab328c238237aec8b1 Author: schultz AuthorDate: Wed Jan 12 12:59:34 2022 -0800 Tag 8.5.74

svn commit: r52051 [2/2] - in /dev/tomcat/tomcat-8/v8.5.74: ./ bin/ bin/embed/ bin/extras/ src/

2022-01-12 Thread schultz
Added: dev/tomcat/tomcat-8/v8.5.74/bin/extras/catalina-jmx-remote.jar.asc == --- dev/tomcat/tomcat-8/v8.5.74/bin/extras/catalina-jmx-remote.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.5.74/bin/extras/catalina-jmx-remote.jar.

svn commit: r52051 [1/2] - in /dev/tomcat/tomcat-8/v8.5.74: ./ bin/ bin/embed/ bin/extras/ src/

2022-01-12 Thread schultz
Author: schultz Date: Thu Jan 13 01:22:17 2022 New Revision: 52051 Log: Upload v8.5.74 for voting Added: dev/tomcat/tomcat-8/v8.5.74/ dev/tomcat/tomcat-8/v8.5.74/KEYS dev/tomcat/tomcat-8/v8.5.74/README.html dev/tomcat/tomcat-8/v8.5.74/RELEASE-NOTES dev/tomcat/tomcat-8/v8.5.74

[tomcat] branch 9.0.x updated: Add note about version numbering

2022-01-13 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 ea99f41 Add note about version numbering

[tomcat] branch 8.5.x updated: Increment version number for next release.

2022-01-13 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 749892c Increment version number for next

[tomcat] 01/01: Tag 8.5.75

2022-01-17 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 8.5.75 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit b5c9c3a25a17f777989408973013f5312acdb8e2 Author: schultz AuthorDate: Mon Jan 17 14:10:46 2022 -0800 Tag 8.5.75

[tomcat] tag 8.5.75 created (now b5c9c3a)

2022-01-17 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.75 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at b5c9c3a (commit) This tag includes the following new commits: new b5c9c3a Tag 8.5.75 The 1 revisions listed

svn commit: r52117 - /dev/tomcat/tomcat-8/v8.5.74/

2022-01-17 Thread schultz
Author: schultz Date: Mon Jan 17 22:19:08 2022 New Revision: 52117 Log: Remove failed releaae candidate. Removed: dev/tomcat/tomcat-8/v8.5.74/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

svn commit: r52118 [2/2] - in /dev/tomcat/tomcat-8/v8.5.75: ./ bin/ bin/embed/ bin/extras/ src/

2022-01-17 Thread schultz
Added: dev/tomcat/tomcat-8/v8.5.75/bin/extras/catalina-jmx-remote.jar.asc == --- dev/tomcat/tomcat-8/v8.5.75/bin/extras/catalina-jmx-remote.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.5.75/bin/extras/catalina-jmx-remote.jar.

svn commit: r52118 [1/2] - in /dev/tomcat/tomcat-8/v8.5.75: ./ bin/ bin/embed/ bin/extras/ src/

2022-01-17 Thread schultz
Author: schultz Date: Mon Jan 17 22:22:21 2022 New Revision: 52118 Log: Upload v8.5.75 for voting. Added: dev/tomcat/tomcat-8/v8.5.75/ dev/tomcat/tomcat-8/v8.5.75/KEYS dev/tomcat/tomcat-8/v8.5.75/README.html dev/tomcat/tomcat-8/v8.5.75/RELEASE-NOTES dev/tomcat/tomcat-8

svn commit: r52168 - /dev/tomcat/tomcat-8/v8.5.75/ /release/tomcat/tomcat-8/v8.5.75/

2022-01-20 Thread schultz
Author: schultz Date: Thu Jan 20 12:59:02 2022 New Revision: 52168 Log: Promote release candidate to release Added: release/tomcat/tomcat-8/v8.5.75/ - copied from r52167, dev/tomcat/tomcat-8/v8.5.75/ Removed: dev/tomcat/tomcat-8/v8.5.75

svn commit: r1897251 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-8.5-doc/ docs/tomcat-8.5-doc/annotationapi/ docs/tomcat-8.5-doc/annotationapi/javax/annotation/ docs/tomcat-8.5-doc/annotationapi/jav

2022-01-20 Thread schultz
Author: schultz Date: Thu Jan 20 13:32:41 2022 New Revision: 1897251 URL: http://svn.apache.org/viewvc?rev=1897251&view=rev Log: Update web site to announce Release 8.5.75 and include documentation. [This commit notification would consist of 76 parts, which exceeds the limit of 50 ones, s

[tomcat] branch 8.5.x updated: Update release date.

2022-01-20 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 8f34559 Update release date. 8f34559 is

svn commit: r52171 - /release/tomcat/tomcat-8/v8.5.73/

2022-01-20 Thread schultz
Author: schultz Date: Thu Jan 20 14:14:37 2022 New Revision: 52171 Log: Drop old release artifacts. Removed: release/tomcat/tomcat-8/v8.5.73/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

svn commit: r1897825 - /tomcat/site/trunk/xdocs/presentations.xml

2022-02-07 Thread schultz
Author: schultz Date: Mon Feb 7 20:28:54 2022 New Revision: 1897825 URL: http://svn.apache.org/viewvc?rev=1897825&view=rev Log: Add id to presentation. Modified: tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/trunk/xdocs/presentations.xml URL: http://svn.apache.org/vi

svn commit: r1897826 - /tomcat/site/trunk/docs/presentations.html

2022-02-07 Thread schultz
Author: schultz Date: Mon Feb 7 20:32:05 2022 New Revision: 1897826 URL: http://svn.apache.org/viewvc?rev=1897826&view=rev Log: Actually modify the html document and not just the xml. Modified: tomcat/site/trunk/docs/presentations.html Modified: tomcat/site/trunk/docs/presentations.

[tomcat] tag 8.5.76 created (now 6792839)

2022-02-23 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.76 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 6792839 (commit) This tag includes the following new commits: new 6792839 Tag 8.5.76 The 1 revisions listed

[tomcat] 01/01: Tag 8.5.76

2022-02-23 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 8.5.76 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 67928399251771271d95a1805001ba00e650adce Author: schultz AuthorDate: Wed Feb 23 10:05:02 2022 -0800 Tag 8.5.76

svn commit: r52711 [2/2] - in /dev/tomcat/tomcat-8/v8.5.76: ./ bin/ bin/embed/ bin/extras/ src/

2022-02-23 Thread schultz
Added: dev/tomcat/tomcat-8/v8.5.76/bin/extras/catalina-ws.jar.asc == --- dev/tomcat/tomcat-8/v8.5.76/bin/extras/catalina-ws.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.5.76/bin/extras/catalina-ws.jar.asc Wed Feb 23 18:39:05

svn commit: r52711 [1/2] - in /dev/tomcat/tomcat-8/v8.5.76: ./ bin/ bin/embed/ bin/extras/ src/

2022-02-23 Thread schultz
Author: schultz Date: Wed Feb 23 18:39:05 2022 New Revision: 52711 Log: Upload v8.5.76 for voting. Added: dev/tomcat/tomcat-8/v8.5.76/ dev/tomcat/tomcat-8/v8.5.76/KEYS dev/tomcat/tomcat-8/v8.5.76/README.html dev/tomcat/tomcat-8/v8.5.76/RELEASE-NOTES dev/tomcat/tomcat-8

svn commit: r52782 - /dev/tomcat/tomcat-8/v8.5.76/ /release/tomcat/tomcat-8/v8.5.76/

2022-02-28 Thread schultz
Author: schultz Date: Mon Feb 28 21:29:46 2022 New Revision: 52782 Log: Promote 8.5.76 Added: release/tomcat/tomcat-8/v8.5.76/ - copied from r52781, dev/tomcat/tomcat-8/v8.5.76/ Removed: dev/tomcat/tomcat-8/v8.5.76

svn commit: r52784 - /release/tomcat/tomcat-8/v8.5.75/

2022-02-28 Thread schultz
Author: schultz Date: Mon Feb 28 22:10:39 2022 New Revision: 52784 Log: Remove old release. Removed: release/tomcat/tomcat-8/v8.5.75/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e

svn commit: r1898489 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-8.5-doc/ docs/tomcat-8.5-doc/annotationapi/ docs/tomcat-8.5-doc/annotationapi/javax/annotation/ docs/tomcat-8.5-doc/annotationapi/jav

2022-02-28 Thread schultz
Author: schultz Date: Mon Feb 28 22:10:19 2022 New Revision: 1898489 URL: http://svn.apache.org/viewvc?rev=1898489&view=rev Log: Update site to include Tomcat release 8.5.76. [This commit notification would consist of 1226 parts, which exceeds the limit of 50 ones, so it was shortened to

[tomcat] tag 8.5.77 created (now 3931695)

2022-03-13 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.77 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 3931695 (commit) This tag includes the following new commits: new 3931695 Tag 8.5.77 The 1 revisions listed

<    5   6   7   8   9   10   11   12   13   14   >