Re: [VOTE] Release Apache Tomcat 11.0.0-M15

2023-12-08 Thread Rémy Maucherat
On Thu, Dec 7, 2023 at 4:36 PM Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M15 release is now available for > voting. > > Apache Tomcat 11.0.0-M15 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 10.1.17

2023-12-08 Thread Rémy Maucherat
On Fri, Dec 8, 2023 at 4:18 AM Christopher Schultz wrote: > > The proposed Apache Tomcat 10.1.17 release is now available for > voting. > > The notable changes compared to 10.1.16 are: > > - Background processes for a Container no longer execute while lifecycle >operations are in progress for

(tomcat) branch main updated: Cleanups

2023-12-08 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 fb382b1552 Cleanups fb382b1552 is described below com

(tomcat) branch main updated: Fix NIO2 and virtual threads (NIO2 requires ExecutorService)

2023-12-08 Thread markt
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 f9fb4f443d Fix NIO2 and virtual threads (NIO2 require

(tomcat) branch 10.1.x updated: Improvements to French translations. (remm)

2023-12-08 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 2b3f0f0964 Improvements to French translations. (

Re: (tomcat) branch 10.1.x updated: Improvements to French translations. (remm)

2023-12-08 Thread Mark Thomas
On 08/12/2023 10:29, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt 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 2

(tomcat) branch 9.0.x updated: Fix NIO2 and virtual threads (NIO2 requires ExecutorService)

2023-12-08 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 81ff43e1e7 Fix NIO2 and virtual threads (NIO2 requi

(tomcat) branch 8.5.x updated: Fix NIO2 and virtual threads (NIO2 requires ExecutorService)

2023-12-08 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 bf1a093b63 Fix NIO2 and virtual threads (NIO2 requi

Re: [VOTE] Release Apache Tomcat 8.5.97

2023-12-08 Thread Rémy Maucherat
On Thu, Dec 7, 2023 at 7:16 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 8.5.97 release is now available for voting. > > The notable changes compared to 8.5.96 are: > > - Background processes for a Container no longer execute while lifecycle >operations are in progress for that

Re: [VOTE] Release Apache Tomcat 10.1.17

2023-12-08 Thread Mark Thomas
On 08/12/2023 03:17, Christopher Schultz wrote: The proposed 10.1.17 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 10.1.17 Unit tests on Linux, Windows, MacOS M1 and MacOS Intel Build is cross-platform repeatable apart from - The fulldocs package - This is due

Re: [VOTE] Release Apache Tomcat 10.1.17

2023-12-08 Thread Mark Thomas
On 08/12/2023 12:34, Mark Thomas wrote: On 08/12/2023 03:17, Christopher Schultz wrote: The proposed 10.1.17 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 10.1.17 Unit tests on Linux, Windows, MacOS M1 and MacOS Intel Build is cross-platform repeatable apart fr

Re: [tomcat] branch main updated: Add message when not using Java 22 for release

2023-12-08 Thread Rainer Jung
Hi Remy, I tried to build TC 11 with Java 22, but cuirrenttly it fails with errors like: [javac] .../java/org/apache/tomcat/util/openssl/openssl_h_Macros.java:469: error: MemorySegment is a preview API and is disabled by default. [javac] public static void OCSP_RESPONSE_free(Mem

Re: [tomcat] branch main updated: Add message when not using Java 22 for release

2023-12-08 Thread Rémy Maucherat
On Fri, Dec 8, 2023 at 3:01 PM Rainer Jung wrote: > > Hi Remy, > > I tried to build TC 11 with Java 22, but cuirrenttly it fails with > errors like: > > [javac] > .../java/org/apache/tomcat/util/openssl/openssl_h_Macros.java:469: > error: MemorySegment is a preview API and is disabled by defa

Re: [tomcat] branch main updated: Add message when not using Java 22 for release

2023-12-08 Thread Rainer Jung
Am 08.12.23 um 15:04 schrieb Rémy Maucherat: On Fri, Dec 8, 2023 at 3:01 PM Rainer Jung wrote: Hi Remy, I tried to build TC 11 with Java 22, but cuirrenttly it fails with errors like: [javac] .../java/org/apache/tomcat/util/openssl/openssl_h_Macros.java:469: error: MemorySegment is a p

Re: [tomcat] branch main updated: Add message when not using Java 22 for release

2023-12-08 Thread Rémy Maucherat
On Fri, Dec 8, 2023 at 3:16 PM Rainer Jung wrote: > > Am 08.12.23 um 15:04 schrieb Rémy Maucherat: > > On Fri, Dec 8, 2023 at 3:01 PM Rainer Jung wrote: > >> > >> Hi Remy, > >> > >> I tried to build TC 11 with Java 22, but cuirrenttly it fails with > >> errors like: > >> > >> [javac] > >> .

(tomcat) branch main updated: Document Java 22 version better

2023-12-08 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 8b6566613e Document Java 22 version better 8b6566613e

Re: [VOTE] Release Apache Tomcat 8.5.97

2023-12-08 Thread Christopher Schultz
All, On 12/7/23 13:16, Christopher Schultz wrote: The proposed Apache Tomcat 8.5.97 release is now available for voting. The notable changes compared to 8.5.96 are: - Background processes for a Container no longer execute while lifecycle   operations are in progress for that Container. - Cor

Re: [VOTE] Release Apache Tomcat 10.1.17

2023-12-08 Thread Christopher Schultz
Mark, On 12/8/23 7:34 AM, Mark Thomas wrote: On 08/12/2023 03:17, Christopher Schultz wrote: The proposed 10.1.17 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 10.1.17 Unit tests on Linux, Windows, MacOS M1 and MacOS Intel Build is cross-platform repeatable ap

Re: [VOTE] Release Apache Tomcat 10.1.17

2023-12-08 Thread Christopher Schultz
All, On 12/7/23 10:17 PM, Christopher Schultz wrote: The proposed Apache Tomcat 10.1.17 release is now available for voting. The notable changes compared to 10.1.16 are: - Background processes for a Container no longer execute while lifecycle   operations are in progress for that Container.

Re: [VOTE] Release Apache Tomcat 9.0.84

2023-12-08 Thread jean-frederic clere
On 12/7/23 20:44, Rémy Maucherat wrote: [X] +1, Stable - go ahead and release as 9.0.84 Tested on fedora fc38 with tc-native 1.2.39. -- Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For ad

Re: [VOTE] Release Apache Tomcat 10.1.17

2023-12-08 Thread jean-frederic clere
On 12/8/23 04:17, Christopher Schultz wrote: [X] Stable - go ahead and release as 10.1.17 Tested on fedora 38. -- Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-m

Re: [VOTE] Release Apache Tomcat 10.1.17

2023-12-08 Thread Mark Thomas
On 08/12/2023 14:41, Christopher Schultz wrote: Mark, On 12/8/23 7:34 AM, Mark Thomas wrote: On 08/12/2023 03:17, Christopher Schultz wrote: The proposed 10.1.17 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 10.1.17 Unit tests on Linux, Windows, MacOS M1 and M

Annoyances with Eclipse JDT compiler

2023-12-08 Thread Christopher Schultz
All, Tomcat has to be built, tested, and deployed in a variety of environments. Specifically, in a variety of Java Runtime Environments. I'm finding that my 8.5.x testing and execution requires some weird backflips due to JDT versioning. Would be make any sense to ship Tomcat with several v

[OT] Re: [VOTE] Release Apache Tomcat 10.1.17

2023-12-08 Thread Christopher Schultz
Mark, On 12/8/23 13:27, Mark Thomas wrote: On 08/12/2023 14:41, Christopher Schultz wrote: Mark, On 12/8/23 7:34 AM, Mark Thomas wrote: On 08/12/2023 03:17, Christopher Schultz wrote: The proposed 10.1.17 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 10.1.17

Re: [VOTE] Release Apache Tomcat 9.0.84

2023-12-08 Thread Mark Thomas
On 07/12/2023 19:44, Rémy Maucherat wrote: The proposed 9.0.84 release is: [ ] -1, Broken - do not release [X] +1, Stable - go ahead and release as 9.0.84 Unit tests on Linux, Windows, MacOS M1 and MacOS Intel Build is cross-platform repeatable apart from - The fulldocs package - This is du

Re: Annoyances with Eclipse JDT compiler

2023-12-08 Thread Mark Thomas
On 08/12/2023 18:46, Christopher Schultz wrote: All, Tomcat has to be built, tested, and deployed in a variety of environments. Specifically, in a variety of Java Runtime Environments. I'm finding that my 8.5.x testing and execution requires some weird backflips due to JDT versioning. Woul

Re: [VOTE] Release Apache Tomcat 8.5.97

2023-12-08 Thread Mark Thomas
On 07/12/2023 18:16, Christopher Schultz wrote: The proposed 8.5.97 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.5.97 (stable) Unit tests on Linux, Windows, MacOS M1 and MacOS Intel Build is cross-platform repeatable apart from - The fulldocs package - This

Re: [VOTE] Release Apache Tomcat 11.0.0-M15

2023-12-08 Thread Christopher Schultz
Mark, On 12/7/23 10:36, Mark Thomas wrote: The proposed Apache Tomcat 11.0.0-M15 release is now available for voting. Apache Tomcat 11.0.0-M15 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 11.0.x so that t

(tomcat) branch main updated: Fix issues with verify-release.

2023-12-08 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 4af68277fb Fix issues with verify-release. 4af68277

Re: [VOTE] Release Apache Tomcat 8.5.97

2023-12-08 Thread Christopher Schultz
Mark, On 12/8/23 14:47, Mark Thomas wrote: On 07/12/2023 18:16, Christopher Schultz wrote: The proposed 8.5.97 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.5.97 (stable) Unit tests on Linux, Windows, MacOS M1 and MacOS Intel Build is cross-platform repeatab