Re: 回复: Tomcat 8.5.38

2021-12-02 Thread Mark Thomas
On 03/12/2021 07:23, wrote: package org.apache.tomcat.util.collections; public class SynchronizedQueue You are wrong. I suggest you use a debugger to create a queue of size 4 and then debug what happens when you do the following: - call offer() 3 times - call poll() 2 times - call offer

?????? Tomcat 8.5.38

2021-12-02 Thread ????
package org.apache.tomcat.util.collections; public class SynchronizedQueue

Re: Tomcat 8.5.38

2021-12-02 Thread Mark Thomas
On 03/12/2021 06:57, wrote: I think these two sentences should be transposed This list strips attachments. I suggest you provide a patch / PR to show the change you are suggesting. Don't forgot to explain why you think the change is necessary. Mark --

Tomcat 8.5.38

2021-12-02 Thread ????
I think these two sentences should be transposed

Tomcat 8.5.38

2021-12-02 Thread ????
I think these two sentences should be transposed

Re: Test Case Ciphers (was: Release Apache Tomcat 8.5.38)

2019-03-23 Thread Igal Sapir
Emmanuel, On Tue, Feb 5, 2019 at 11:45 AM Igal Sapir wrote: > On Tue, Feb 5, 2019 at 11:12 AM Emmanuel Bourg wrote: > >> Le 05/02/2019 à 19:02, Igal Sapir a écrit : >> >> > Do you get any "missing ciphers" errors or not even that? I always get >> > some test cases fail due to mismatching ciphe

[ANN] Apache Tomcat 8.5.38 available

2019-02-11 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.38. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and Java Authentication Service Provider Interface for Containers

[VOTE][RESULT] Release Apache Tomcat 8.5.38

2019-02-08 Thread Mark Thomas
The following votes were cast: Binding: +1: ebourg, fschumacher, remm, markt Non-binding: +1: isapir The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail: dev-un

Re: [VOTE] Release Apache Tomcat 8.5.38

2019-02-08 Thread Mark Thomas
On 05/02/2019 12:22, Mark Thomas wrote: > The proposed 8.5.38 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.38 Unit tests pass for NIO, NIO2 and APR/Native (Tomcat Native 1.2.21) on Linux, Windows and OSX. Mark --

Re: [VOTE] Release Apache Tomcat 8.5.38

2019-02-08 Thread Rémy Maucherat
On Tue, Feb 5, 2019 at 1:22 PM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.38 release is now available for voting. > > The major changes compared to the 8.5.37 release are: > > - Update the packaged version of the Tomcat Native Library to 1.2.21 >to pick up the

Re: [VOTE] Release Apache Tomcat 8.5.38

2019-02-07 Thread Felix Schumacher
Am 05.02.19 um 13:22 schrieb Mark Thomas: The proposed Apache Tomcat 8.5.38 release is now available for voting. The major changes compared to the 8.5.37 release are: - Update the packaged version of the Tomcat Native Library to 1.2.21 to pick up the memory leak fixes when using NIO

Re: Test Case Ciphers (was: Release Apache Tomcat 8.5.38)

2019-02-05 Thread Igal Sapir
On Tue, Feb 5, 2019 at 11:12 AM Emmanuel Bourg wrote: > Le 05/02/2019 à 19:02, Igal Sapir a écrit : > > > Do you get any "missing ciphers" errors or not even that? I always get > > some test cases fail due to mismatching ciphers, which I accept as false > > positives, so I wonder about that. > >

Re: Test Case Ciphers (was: Release Apache Tomcat 8.5.38)

2019-02-05 Thread Igal Sapir
On Tue, Feb 5, 2019 at 10:02 AM Igal Sapir wrote: > Emmanuel, > > On 2/5/2019 6:27 AM, Emmanuel Bourg wrote: > > > > > Tested on Debian with OpenJDK 11.0.2, OpenSSL 1.1.1a and Tomcat Native > > 1.2.21. No failure on the 3 test suites. > > Do you get any "missing ciphers" errors or not even that?

Re: Test Case Ciphers (was: Release Apache Tomcat 8.5.38)

2019-02-05 Thread Emmanuel Bourg
Le 05/02/2019 à 19:02, Igal Sapir a écrit : > Do you get any "missing ciphers" errors or not even that?  I always get > some test cases fail due to mismatching ciphers, which I accept as false > positives, so I wonder about that. Yes that's normal, some ciphers are disabled in Debian (IDEA and AR

Re: [VOTE] Release Apache Tomcat 8.5.38

2019-02-05 Thread Igal Sapir
On Tue, Feb 5, 2019 at 4:22 AM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.38 release is now available for voting. > > The major changes compared to the 8.5.37 release are: > > - Update the packaged version of the Tomcat Native Library to 1.2.21 >to pick up the

Test Case Ciphers (was: Release Apache Tomcat 8.5.38)

2019-02-05 Thread Igal Sapir
Emmanuel, On 2/5/2019 6:27 AM, Emmanuel Bourg wrote: Tested on Debian with OpenJDK 11.0.2, OpenSSL 1.1.1a and Tomcat Native 1.2.21. No failure on the 3 test suites. Do you get any "missing ciphers" errors or not even that?  I always get some test cases fail due to mismatching ciphers, which

Re: [VOTE] Release Apache Tomcat 8.5.38

2019-02-05 Thread Emmanuel Bourg
Le 05/02/2019 à 13:22, Mark Thomas a écrit : > The proposed 8.5.38 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.38 Tested on Debian with OpenJDK 11.0.2, OpenSSL 1.1.1a and Tomcat Native 1.2.21. No failure on the 3 test suites. Emmanuel Bourg -

[VOTE] Release Apache Tomcat 8.5.38

2019-02-05 Thread Mark Thomas
The proposed Apache Tomcat 8.5.38 release is now available for voting. The major changes compared to the 8.5.37 release are: - Update the packaged version of the Tomcat Native Library to 1.2.21 to pick up the memory leak fixes when using NIO/NIO2 with OpenSSL. - Correct a regression in the