[tomcat] tag 9.0.55 created (now 662cc91)

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

[tomcat] 01/01: Tag 9.0.55

2021-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to tag 9.0.55 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 662cc9171c22ac790532d38a2b59990faaa7b971 Author: remm AuthorDate: Wed Nov 10 09:15:16 2021 +0100 Tag 9.0.55 --- build.p

[tomcat] branch 9.0.x updated: Next build is 9.0.56

2021-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 6b0ba31 Next build is 9.0.56 6b0ba31 is described b

svn commit: r50865 - in /dev/tomcat/tomcat-9/v9.0.55: ./ bin/ bin/embed/ src/

2021-11-10 Thread remm
Author: remm Date: Wed Nov 10 08:33:25 2021 New Revision: 50865 Log: Upload 9.0.55 for voting Added: dev/tomcat/tomcat-9/v9.0.55/ dev/tomcat/tomcat-9/v9.0.55/KEYS dev/tomcat/tomcat-9/v9.0.55/README.html dev/tomcat/tomcat-9/v9.0.55/RELEASE-NOTES dev/tomcat/tomcat-9/v9.0.55/bin/

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

2021-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 c814990 Increment version for next dev cycle c81

Re: [VOTE] Release Apache Tomcat 10.0.13

2021-11-10 Thread Rémy Maucherat
On Tue, Nov 9, 2021 at 11:51 PM Mark Thomas wrote: > > The proposed Apache Tomcat 10.0.13 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to jakarta.* > > Applications

[VOTE] Release Apache Tomcat 9.0.55

2021-11-10 Thread Rémy Maucherat
The proposed Apache Tomcat 9.0.55 release is now available for voting. The notable changes compared to 9.0.55 are: - Experimental OpenSSL support through the Panama API incubating in Java 17, with support for OpenSSL 1.1+ The module is available here: https://github.com/apache/tomcat/tre

Re: [VOTE] Release Apache Tomcat 10.0.13

2021-11-10 Thread Mark Thomas
On 10/11/2021 08:54, Rémy Maucherat wrote: On Tue, Nov 9, 2021 at 11:51 PM Mark Thomas wrote: For full details, see the changelog: https://ci.apache.org/projects/tomcat/tomcat-10.0.x/docs/changelog.html With CI not running, this is not up to date. Good catch. The new version is here: h

[Bug 65677] New: InvalidMarkException in Http11InputBuffer.fill when socket read throws AsynchronousCloseException

2021-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65677 Bug ID: 65677 Summary: InvalidMarkException in Http11InputBuffer.fill when socket read throws AsynchronousCloseException Product: Tomcat 9 Version: 9.0.54 Hardware: PC

[Bug 65677] InvalidMarkException in Http11InputBuffer.fill when socket read throws AsynchronousCloseException

2021-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65677 --- Comment #1 from Andreas Grub --- The runtime where this was observed is (it's a dockerized Spring Boot 2.5.6 application): java -version Picked up JAVA_TOOL_OPTIONS: -XX:MinRAMPercentage=75 -XX:MaxRAMPercentage=75 -XX:-OmitStackTraceInFast

Re: [VOTE] Release Apache Tomcat 10.1.0-M7

2021-11-10 Thread Martin Grigorov
On Mon, Nov 8, 2021 at 11:59 PM Mark Thomas wrote: > The proposed Apache Tomcat 10.1.0-M7 release is now available for > voting. > > Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 > without changes. Java EE applications designed for Tomcat 9 and earlier > may be placed in

[tomcat] branch 8.5.x updated: Fix a typo in the changelog

2021-11-10 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 4130b95 Fix a typo in the changelog 4130b95 is

[tomcat] branch 9.0.x updated: Fix a typo in the changelog

2021-11-10 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 50be73f Fix a typo in the changelog 50be73f is

[tomcat] branch 10.0.x updated: Fix a typo in the changelog

2021-11-10 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 9c3dc57 Fix a typo in the changelog 9c3dc57

Re: [VOTE] Release Apache Tomcat 10.0.13

2021-11-10 Thread Martin Grigorov
On Wed, Nov 10, 2021 at 12:51 AM Mark Thomas wrote: > The proposed Apache Tomcat 10.0.13 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to > jakarta.* > > Application

Re: [VOTE] Release Apache Tomcat 9.0.55

2021-11-10 Thread Martin Grigorov
On Wed, Nov 10, 2021 at 10:55 AM Rémy Maucherat wrote: > The proposed Apache Tomcat 9.0.55 release is now available for voting. > > The notable changes compared to 9.0.55 are: > > - Experimental OpenSSL support through the Panama API incubating in Java >17, with support for OpenSSL 1.1+ >

[tomcat] branch 10.0.x updated: Improve error handling

2021-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 a8f3ea5 Improve error handling a8f3ea5 is descri

[tomcat] branch 9.0.x updated: Improve error handling

2021-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 24ca7c1 Improve error handling 24ca7c1 is describe

[tomcat] branch 8.5.x updated: Improve error handling

2021-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 6410818 Improve error handling 6410818 is describe

svn commit: r1894912 - in /tomcat/site/trunk: docs/ci.html xdocs/ci.xml

2021-11-10 Thread markt
Author: markt Date: Wed Nov 10 13:21:24 2021 New Revision: 1894912 URL: http://svn.apache.org/viewvc?rev=1894912&view=rev Log: Update links for new CI system Modified: tomcat/site/trunk/docs/ci.html tomcat/site/trunk/xdocs/ci.xml Modified: tomcat/site/trunk/docs/ci.html URL: http://svn.

[tomcat] branch 9.0.x updated: Improve error handling

2021-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 8749df7 Improve error handling 8749df7 is describe

[tomcat] branch 10.0.x updated: Improve error handling

2021-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 a932b6f Improve error handling a932b6f is descri

[tomcat] branch 8.5.x updated: Improve error handling

2021-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 c20f672 Improve error handling c20f672 is describe

[tomcat] branch main updated: Use segments instead of addresses

2021-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 41e348d Use segments instead of addresses 41e348d is