[tomcat] branch 8.5.x updated: Updated changelog

2023-05-06 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 906e24d385 Updated changelog 906e24d385 is

[tomcat] branch 9.0.x updated: Updated changelog

2023-05-06 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 a5a9b61f9d Updated changelog a5a9b61f9d is

[tomcat] branch 10.1.x updated: Updated changelog

2023-05-06 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 05af068726 Updated changelog 05af068726 is

[tomcat] branch main updated: Updated changelog

2023-05-06 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 391925920e Updated changelog 391925920e is

Re: [VOTE] Release Apache Tomcat 11.0.0-M6

2023-05-06 Thread Igal Sapir
On Wed, May 3, 2023 at 11:39 AM Mark Thomas wrote: > The proposed Apache Tomcat 11.0.0-M6 release is now available for > voting. > > Apache Tomcat 11.0.0-M6 is a milestone release of the 11.0.x branch and > has been made to provide users with early access to the new features in > Apache Tomcat

Re: [VOTE] Release Apache Tomcat 9.0.75

2023-05-06 Thread Igal Sapir
On Thu, May 4, 2023 at 7:20 AM Rémy Maucherat wrote: > The proposed Apache Tomcat 9.0.75 release is now available for voting. > > The notable changes compared to 9.0.74 are: > > - Many improvements to the json access log valve. > > - Deprecate support for the HTTP Connector settings

[tomcat] branch 8.5.x updated: Added RateLimitFilter

2023-05-06 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 39f5f38a53 Added RateLimitFilter 39f5f38a53 is

[tomcat] branch ratelimit-filter deleted (was a69c081677)

2023-05-06 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir pushed a change to branch ratelimit-filter in repository https://gitbox.apache.org/repos/asf/tomcat.git was a69c081677 Addressed PR feedback and fixed Javadoc for RateLimitFilter The revisions that were on this

[tomcat] branch 9.0.x updated: Added RateLimitFilter

2023-05-06 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 836f603dd8 Added RateLimitFilter 836f603dd8 is

Re: Java 21 and virtual threads

2023-05-06 Thread koteswara Rao Gundapaneni
Hi Best choice is 3rd option Regards Koti On Sat, 6 May 2023, 15:32 Felix Schumacher, < felix.schumac...@internetallee.de> wrote: > > Am 04.05.23 um 14:37 schrieb Mark Thomas: > > Hi all, > > The latest Java 21 EA build has moved virtual threads (from project Loom) > out of preview. How do

Re: Java 21 and virtual threads

2023-05-06 Thread Felix Schumacher
Am 04.05.23 um 14:37 schrieb Mark Thomas: Hi all, The latest Java 21 EA build has moved virtual threads (from project Loom) out of preview. How do we want to handle this in Tomcat 11? Recall that Jakarta EE 11 has set Java 21 as the minimum version. I think we have the following options: