Re: WebDAV and Microsoft clients

2024-05-23 Thread Rémy Maucherat
On Wed, May 22, 2024 at 7:21 PM Mark Thomas wrote: > > All, > > I've been looking at the WebDav Servlet for the last few days and in > particular how it interacts with Microsoft clients. > > Basic operations including: > - directory listings > - create new file > - create new directory > - rename

Re: ServiceBindingPropertySource

2024-05-22 Thread Rémy Maucherat
On Wed, May 22, 2024 at 9:06 AM Mark Thomas wrote: > > On 21/05/2024 18:50, Christopher Schultz wrote: > > > > > 1. Allow ServiceBindingPropertySource to use the SERVICE_BINDING_ROOT > > environment variable *or* a system property with an appropriate name > > such as service.binding.root, with

Re: Buildbot failure in on tomcat-10.1.x

2024-05-16 Thread Rémy Maucherat
On Thu, May 16, 2024 at 12:20 PM Mark Thomas wrote: > > On 16/05/2024 11:17, Mark Thomas wrote: > > On 16/05/2024 10:34, Rémy Maucherat wrote: > >> On Thu, May 16, 2024 at 10:57 AM wrote: > >>> > >>> Build status: BUILD FAILED: failed compile (

Re: Buildbot failure in on tomcat-10.1.x

2024-05-16 Thread Rémy Maucherat
On Thu, May 16, 2024 at 10:57 AM wrote: > > Build status: BUILD FAILED: failed compile (failure) > Worker used: bb_worker2_ubuntu > URL: https://ci2.apache.org/#builders/44/builds/1265 > Blamelist: remm > Build Text: failed compile (failure) > Status Detected: new failure > Build Source Stamp:

Re: [tcnative] switch from using ERR_error_string to ERR_error_string_n

2024-05-15 Thread Rémy Maucherat
On Tue, May 14, 2024 at 11:15 PM Christopher Schultz wrote: > > All, > > I'd like to basically globally-search-and-replace ERR_error_string for > ERR_error_string_n and use a #define constant for both the > initialization of all > > char err[256]; > > and similar strings and use that same

Re: [VOTE] Release Apache Tomcat 10.1.24

2024-05-09 Thread Rémy Maucherat
On Thu, May 9, 2024 at 8:12 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 10.1.24 release is now available for > voting. > > The notable changes compared to 10.1.23 are: > > - Correct error handling for asynchronous requests > > - Refactor HTTP header parsing to use common parsing

[ANN] Apache Tomcat 9.0.89 available

2024-05-07 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.89. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.89 is a bugfix and

[VOTE][RESULT] Release Apache Tomcat 9.0.89

2024-05-07 Thread Rémy Maucherat
The following votes were cast: Binding: +1: isapir, rjung, remm, jfclere +0: markt No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Rémy - To unsubscribe, e-mail:

Re: [VOTE] Release Apache Tomcat 9.0.89

2024-05-06 Thread Rémy Maucherat
On Fri, May 3, 2024 at 10:37 PM Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.89 release is now available for voting. > > The notable changes compared to 9.0.88 are: > > - Refactor HTTP header parsing to use common parsing code and fix >non-blocking reads of c

Re: [VOTE] Release Apache Tomcat 11.0.0-M20

2024-05-06 Thread Rémy Maucherat
On Fri, May 3, 2024 at 6:22 PM Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M20 release is now available for > voting. > > Apache Tomcat 11.0.0-M20 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.89

2024-05-06 Thread Rémy Maucherat
On Mon, May 6, 2024 at 4:57 AM Rainer Jung wrote: > > Am 03.05.24 um 22:37 schrieb Rémy Maucherat: > > The proposed Apache Tomcat 9.0.89 release is now available for voting. > > > > The notable changes compared to 9.0.88 are: > > > > - Refactor HTTP heade

[VOTE] Release Apache Tomcat 9.0.89

2024-05-03 Thread Rémy Maucherat
The proposed Apache Tomcat 9.0.89 release is now available for voting. The notable changes compared to 9.0.88 are: - Refactor HTTP header parsing to use common parsing code and fix non-blocking reads of chunked request bodies including trailer fields - Add more timescale options to

Re: Tagging May releases

2024-05-03 Thread Rémy Maucherat
On Thu, May 2, 2024 at 7:26 PM Mark Thomas wrote: > > Hi all, > > Things are looking good for the May releases. I have a few things to > back-port to 10.1.x and 9.0.x and then I'll start running my pre-release > tests. Providing everything passes (and CI runs suggest they will) I'll > tag 11.0.x

Re: Refactoring heads up

2024-04-26 Thread Rémy Maucherat
On Fri, Apr 26, 2024 at 7:20 PM Mark Thomas wrote: > > On 24/04/2024 17:52, Mark Thomas wrote: > > > > > My plan is to commit these changes to 11.0.x with the low risk parts > > (e.g. new methods) back-ported. Then, once we can see what is left, we > > can decide how quickly/slowly we want to

Re: [VOTE] Release Apache Tomcat 10.1.23

2024-04-21 Thread Rémy Maucherat
On Sun, Apr 21, 2024 at 11:52 AM Rainer Jung wrote: > > Am 16.04.24 um 15:11 schrieb Christopher Schultz: > > The proposed Apache Tomcat 10.1.23 release is now available for > > voting. Apache Tomcat 10.1.21 was canceled due to a release-build > > mistake and Apache Tomcat 10.1.22 was cancelled

Re: Panama modules: inconsistency between 9.0.x, 10.1.x and main?

2024-04-18 Thread Rémy Maucherat
On Thu, Apr 18, 2024 at 1:52 PM Rainer Jung wrote: > > Hi all, > > I noticed, that in main and 9.0.x we have a panama module, but not in > 10.1.x. > > More precisely I see: > > main and 10.1.x do have java/org/apache/tomcat/util/net/openssl/panama. > That is probably due to the existence of Java

Re: [VOTE] Release Apache Tomcat 10.1.23

2024-04-16 Thread Rémy Maucherat
On Tue, Apr 16, 2024 at 3:11 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 10.1.23 release is now available for > voting. Apache Tomcat 10.1.21 was canceled due to a release-build > mistake and Apache Tomcat 10.1.22 was cancelled due to an option in > startup scripts which would

[ANN] Apache Tomcat 9.0.88 available

2024-04-16 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.88. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.88 is a bugfix and

[ANN] Apache Tomcat 11.0.0-M19 (alpha) available

2024-04-16 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 11.0.0-M19 (alpha). Apache Tomcat 11 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations

[VOTE][RESULT] Release Apache Tomcat 9.0.88

2024-04-16 Thread Rémy Maucherat
The following votes were cast: Binding: +1: schultz, remm, lihan Non-binding +1: Dimitris Soumis No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Rémy - To

[VOTE][RESULT] Release Apache Tomcat 11.0.0-M19

2024-04-16 Thread Rémy Maucherat
The following votes were cast: Binding: +1: schultz, remm, lihan, rjung Non-binding +1: Dimitris Soumis No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Rémy - To

Re: [VOTE] Release Apache Tomcat 11.0.0-M19

2024-04-16 Thread Rémy Maucherat
On Tue, Apr 16, 2024 at 8:04 AM Rainer Jung wrote: > > Am 09.04.24 um 15:13 schrieb Rémy Maucherat: > > The proposed Apache Tomcat 11.0.0-M19 release is now available for > > voting. > > > > Apache Tomcat 11.0.0-M19 is a milestone release of the 11.0.x branch an

Re: [VOTE] Release Apache Tomcat 11.0.0-M19

2024-04-12 Thread Rémy Maucherat
On Tue, Apr 9, 2024 at 3:13 PM Rémy Maucherat wrote: > > The proposed Apache Tomcat 11.0.0-M19 release is now available for > voting. > > Apache Tomcat 11.0.0-M19 is a milestone release of the 11.0.x branch and > has been made to provide users with early access to the new fe

Re: [VOTE] Release Apache Tomcat 9.0.88

2024-04-12 Thread Rémy Maucherat
On Tue, Apr 9, 2024 at 3:54 PM Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.88 release is now available for voting. > > The notable changes compared to 9.0.87 are: > > - Cookies header generation enhancements. > > - Fix regression when reloading TLS

Re: [VOTE] Release Apache Tomcat 10.1.22

2024-04-12 Thread Rémy Maucherat
On Thu, Apr 11, 2024 at 7:22 PM Rainer Jung wrote: > > Am 10.04.24 um 20:51 schrieb Christopher Schultz: > > The proposed Apache Tomcat 10.1.22 release is now available for > > voting. Apache Tomcat 10.1.21 was canceled due to a release-build > > mistake. There are no source-level changes between

Re: (tomcat) branch 10.1.x updated: Add native access to the scripts

2024-04-11 Thread Rémy Maucherat
On Thu, Apr 11, 2024 at 7:21 PM Rainer Jung wrote: > > Hi Rémy, > > I think this breaks 10.1 on Java 11, since --enable-native-access was > introduced later. I was certain I tested it properly with 11, it worked and I thought it was added as a noop to a later build. Actually, it seems I made a

Re: [VOTE] Release Apache Tomcat 10.1.22

2024-04-11 Thread Rémy Maucherat
On Wed, Apr 10, 2024 at 8:52 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 10.1.22 release is now available for > voting. Apache Tomcat 10.1.21 was canceled due to a release-build > mistake. There are no source-level changes between 10.1.21 and 10.1.22. > > The notable changes

Re: [VOTE][CANCELLED] Release Apache Tomcat 10.1.21

2024-04-10 Thread Rémy Maucherat
On Wed, Apr 10, 2024 at 6:39 PM Christopher Schultz wrote: > > I am cancelling this release because it was built with the wrong JDK > version. > > I will re-build the release shortly as 10.1.22. Ok ! It was fine with me since it's not a regression, the feature was not included before in that

Re: [VOTE] Release Apache Tomcat 10.1.21

2024-04-10 Thread Rémy Maucherat
On Tue, Apr 9, 2024 at 9:42 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 10.1.21 release is now available for > voting. > > The notable changes compared to 10.1.21 are: > > - Add OpenSSL support when FFM is available This was built with Java 17 so there's no FFM. I'm ok with that

[VOTE] Release Apache Tomcat 9.0.88

2024-04-09 Thread Rémy Maucherat
The proposed Apache Tomcat 9.0.88 release is now available for voting. The notable changes compared to 9.0.87 are: - Cookies header generation enhancements. - Fix regression when reloading TLS configuration and files. For full details, see the changelog:

[VOTE] Release Apache Tomcat 11.0.0-M19

2024-04-09 Thread Rémy Maucherat
The proposed Apache Tomcat 11.0.0-M19 release is now available for voting. Apache Tomcat 11.0.0-M19 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 they may provide feedback. The notable changes

Re: Does Tomcat 8.5.90 and newer versions no longer support Java 1.7?

2024-04-09 Thread Rémy Maucherat
On Tue, Apr 9, 2024 at 1:36 PM 胡桥 wrote: > > My testing environment: > Tomcat version: 8.5.90 > Operating System: CentOS6.5 > JDK: 1.7.0_80 > > > I compiled JSVC using commons daemon-1.3.4-native src, and then started the > Tomcat service through JSVC. > > > Error: > Cannot find daemon loader

Re: April releases

2024-04-08 Thread Rémy Maucherat
On Sun, Apr 7, 2024 at 9:33 PM Mark Thomas wrote: > > On 07/04/2024 17:44, Rémy Maucherat wrote: > > On Sat, Apr 6, 2024 at 2:21 PM Mark Thomas wrote: > >> > >> 5 Apr 2024 14:18:49 Rémy Maucherat : > >> > >>> On Fri, Apr 5, 2024

Re: April releases

2024-04-07 Thread Rémy Maucherat
On Sat, Apr 6, 2024 at 2:21 PM Mark Thomas wrote: > > 5 Apr 2024 14:18:49 Rémy Maucherat : > > > On Fri, Apr 5, 2024 at 2:02 PM Mark Thomas wrote: > >> > >> Hi all, > >> > >> Just a heads up that I have a lot on my plate at the moment and the &

Re: April releases

2024-04-05 Thread Rémy Maucherat
On Fri, Apr 5, 2024 at 2:02 PM Mark Thomas wrote: > > Hi all, > > Just a heads up that I have a lot on my plate at the moment and the April > tag for 11.0.x is unlikely to happen for a couple of weeks. > > There are changes I'd like to see in a release but I don't think there is > anything

Re: (tomcat) branch main updated: Further locking harmonizations for main components

2024-04-04 Thread Rémy Maucherat
On Thu, Apr 4, 2024 at 3:58 PM Konstantin Kolinko wrote: > > чт, 4 апр. 2024 г. в 15:45, : > > > > 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

Re: Stop releasing Tomcat 9 or adding back Tomcat 10.0?

2024-03-27 Thread Rémy Maucherat
On Wed, Mar 27, 2024 at 11:13 AM Romain Manni-Bucau wrote: > > Le mer. 27 mars 2024 à 10:58, Rémy Maucherat a écrit : > > > On Wed, Mar 27, 2024 at 9:49 AM Romain Manni-Bucau > > wrote: > > > > > > Hi all, > > > > > > Checkout out

Re: Stop releasing Tomcat 9 or adding back Tomcat 10.0?

2024-03-27 Thread Rémy Maucherat
On Wed, Mar 27, 2024 at 9:49 AM Romain Manni-Bucau wrote: > > Hi all, > > Checkout out TomEE's notifications I realized Tomcat is in a weirdish > situation where Tomcat 9 is Servlet 4 and "+1" version is Tomcat 10.1 which > is Servlet 6. > It means Tomcat is no more a Servlet 5 friendly option. >

Re: (tomcat) branch main updated: Use server's ClassLoader instead of application's when loading XMLInputFactory.

2024-03-25 Thread Rémy Maucherat
On Mon, Mar 25, 2024 at 6:02 PM Christopher Schultz wrote: > > Rémy, > > On 3/25/24 10:21, Rémy Maucherat wrote: > > On Mon, Mar 25, 2024 at 2:32 PM Christopher Schultz > > wrote: > >> > >> Rémy, > >> > >> On 3/22/24 11:39, Rémy M

Re: (tomcat) branch main updated: Use server's ClassLoader instead of application's when loading XMLInputFactory.

2024-03-25 Thread Rémy Maucherat
On Mon, Mar 25, 2024 at 2:32 PM Christopher Schultz wrote: > > Rémy, > > On 3/22/24 11:39, Rémy Maucherat wrote: > > On Fri, Mar 22, 2024 at 2:40 PM wrote: > >> > >> This is an automated email from the ASF dual-hosted git repository. > >>

Re: (tomcat) branch main updated: Set context CL before calling XMLInputFactory.newFactory

2024-03-25 Thread Rémy Maucherat
On Mon, Mar 25, 2024 at 2:09 PM Christopher Schultz wrote: > > Rémy, > > On 3/25/24 05:45, r...@apache.org wrote: > > 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 >

Re: (tomcat) branch main updated: Use server's ClassLoader instead of application's when loading XMLInputFactory.

2024-03-22 Thread Rémy Maucherat
On Fri, Mar 22, 2024 at 2:40 PM wrote: > > 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: >

Re: FFM in Tomcat 10.1

2024-03-20 Thread Rémy Maucherat
On Fri, Feb 23, 2024 at 2:35 PM Rémy Maucherat wrote: > > Hi, > > I would like to propose backporting the OpenSSL FFM support to Tomcat 10.1. > > Java 22.0.0 should be released on March 19, and the next Java LTS > should still have no problem targeting Java 11. As a r

Re: [VOTE] Release Apache Tomcat 8.5.100

2024-03-19 Thread Rémy Maucherat
On Tue, Mar 19, 2024 at 3:24 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 8.5.100 release is now available for voting. > > The notable changes compared to 8.5.99 are: > > - Fix regression when reloading TLS configuration and files. > > - When restoring a saved POST request after a

Re: [VOTE] Release Apache Tomcat 8.5.100

2024-03-19 Thread Rémy Maucherat
On Tue, Mar 19, 2024 at 6:50 PM Mcalexander, Jon J. wrote: > > I know I'm not a tester, however is 8.5.100 relevant knowing that 8.5x is EOL > at the end of the month? I agree it's not relevant, its only real purpose is to make 8.5.99 relevant (and so on). Rémy > > Thank you! > > Dream *

Re: [VOTE] Release Apache Tomcat 10.1.20

2024-03-19 Thread Rémy Maucherat
On Tue, Mar 19, 2024 at 2:56 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 10.1.20 release is now available for > voting. > > The notable changes compared to 10.1.19 are: > > - Fix regression when reloading TLS configuration and files. > > - When restoring a saved POST request

Re: (tomcat) branch main updated: IDE says this is no longer required

2024-03-18 Thread Rémy Maucherat
On Mon, Mar 18, 2024 at 9:30 PM Mark Thomas wrote: > > On 18/03/2024 20:24, ma...@apache.org wrote: > > 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

Re: (tomcat) 01/04: Correct section title

2024-03-16 Thread Rémy Maucherat
On Fri, Mar 15, 2024 at 7:50 PM wrote: > > 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 > > commit 3e1113dcf764f90bf1720c752667641a6a972e1e > Author: Mark Thomas >

[ANN] Apache Tomcat 9.0.87 available

2024-03-14 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.87. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.87 is a bugfix and

[VOTE][RESULT] Release Apache Tomcat 9.0.87

2024-03-14 Thread Rémy Maucherat
The following votes were cast: Binding: +1: funkman, remm, schultz, lihan, markt Non-binding +1: Dimitris Soumis No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Rémy

Re: (tomcat) 02/02: Add checking for the age of the Tomcat version running and warn if it's getting old.

2024-03-13 Thread Rémy Maucherat
n Wed, Mar 13, 2024 at 2:55 PM Christopher Schultz wrote: > > Rémy, > > On 3/12/24 12:05, Rémy Maucherat wrote: > > On Tue, Mar 12, 2024 at 3:02 PM Christopher Schultz > > wrote: > >> > >> Mark, > >> > >> On 3/12/24 05:00, Mark Thoma

Re: (tomcat) 02/02: Add checking for the age of the Tomcat version running and warn if it's getting old.

2024-03-12 Thread Rémy Maucherat
On Tue, Mar 12, 2024 at 3:02 PM Christopher Schultz wrote: > > Mark, > > On 3/12/24 05:00, Mark Thomas wrote: > > On 11/03/2024 21:38, schu...@apache.org wrote: > >> This is an automated email from the ASF dual-hosted git repository. > >> > >> schultz pushed a commit to branch main > >> in

Re: [VOTE] Release Apache Tomcat 11.0.0-M18

2024-03-12 Thread Rémy Maucherat
On Sat, Mar 9, 2024 at 7:53 PM Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M18 release is now available for > voting. > > Apache Tomcat 11.0.0-M18 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

[VOTE] Release Apache Tomcat 9.0.87

2024-03-11 Thread Rémy Maucherat
The proposed Apache Tomcat 9.0.87 release is now available for voting. The notable changes compared to 9.0.86 are: - When restoring a saved POST request after a successful FORM authentication, ensure that neither the URI, the query string nor the protocol are corrupted when restoring the

Re: Very sporadic test failures in org.apache.catalina.core.TestAsyncContextImpl for TC 8.5 and 9

2024-03-08 Thread Rémy Maucherat
On Fri, Mar 8, 2024 at 9:28 PM Rainer Jung wrote: > > Again, this is not a new failure and it happens extremely infrequent. > Observed with JSSE on various Linux distributions and with various JVM > versions and vendors. Only observed for TC 8.5 and 9, but for 10.1 and > 11 the unit tests are run

Re: (tomcat) branch main updated: Add new valveSkip flag, also fix no rewrite rule match

2024-03-08 Thread Rémy Maucherat
On Fri, Mar 8, 2024 at 8:10 PM Christopher Schultz wrote: > > Rémy, > > On 3/8/24 09:46, r...@apache.org wrote: > > 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 > >

Re: March releases

2024-03-06 Thread Rémy Maucherat
On Tue, Mar 5, 2024 at 1:19 PM Mark Thomas wrote: > > On 27/02/2024 09:29, Christopher Schultz wrote: > > Mark, > > > > On 2/27/24 06:20, Mark Thomas wrote: > >> On 27/02/2024 10:57, Rémy Maucherat wrote: > >>> On Tue, Feb 27, 2024 at 1

Re: (tomcat) branch main updated: Performance tweaks for filter chain

2024-02-28 Thread Rémy Maucherat
On Wed, Feb 28, 2024 at 5:10 PM Konstantin Kolinko wrote: > > > diff --git a/java/org/apache/tomcat/util/descriptor/web/FilterDef.java > > b/java/org/apache/tomcat/util/descriptor/web/FilterDef.java > > index 3a208964e0..b742d5c19c 100644 > > ---

Re: TestSsl.testClientInitiatedRenegotiation fails for TC 9 and 8.5

2024-02-27 Thread Rémy Maucherat
On Tue, Feb 27, 2024 at 1:32 PM Rainer Jung wrote: > > Hi Mark, hi all, > > coming back to this: the reason, why you could not reproduce is, that I > explicitly set > > test.sslImplementation=org.apache.tomcat.util.net.jsse.JSSEImplementation > > when testing JSSE. It is not necessary but IMHO it

Re: March releases

2024-02-27 Thread Rémy Maucherat
On Tue, Feb 27, 2024 at 12:20 PM Mark Thomas wrote: > > On 27/02/2024 10:57, Rémy Maucherat wrote: > > On Tue, Feb 27, 2024 at 10:12 AM Mark Thomas wrote: > >> > >> All, > >> > >> When I look at the current change logs there isn't much there to

Re: March releases

2024-02-27 Thread Rémy Maucherat
On Tue, Feb 27, 2024 at 10:12 AM Mark Thomas wrote: > > All, > > When I look at the current change logs there isn't much there to justify > a March release. There are a couple of open bugs of which one looks > likely that there is an actual issue to be fixed. > > That said, I'm unlikely to be in

Re: FFM in Tomcat 10.1

2024-02-26 Thread Rémy Maucherat
On Mon, Feb 26, 2024 at 2:25 PM Christopher Schultz wrote: > > Rémy, > > On 2/23/24 08:35, Rémy Maucherat wrote: > > Hi, > > > > I would like to propose backporting the OpenSSL FFM support to Tomcat 10.1. > > > > Java 22.0.0 should be released on March

Re: FFM in Tomcat 10.1

2024-02-26 Thread Rémy Maucherat
> <https://www.packtpub.com/application-development/java-ee-8-high-performance> > > > Le ven. 23 févr. 2024 à 16:08, Mark Thomas a écrit : > > > On 23/02/2024 13:35, Rémy Maucherat wrote: > > > Hi, > > > > > > I would like to propose b

FFM in Tomcat 10.1

2024-02-23 Thread Rémy Maucherat
Hi, I would like to propose backporting the OpenSSL FFM support to Tomcat 10.1. Java 22.0.0 should be released on March 19, and the next Java LTS should still have no problem targeting Java 11. As a result, there should be no negative impact to the platform support, and users running on Java 22+

Re: Jakarta EE 11 may be changing minimum Java version to 17

2024-02-21 Thread Rémy Maucherat
On Wed, Feb 21, 2024 at 1:28 AM Paul Nicolucci wrote: > > Hi, > > At a minimum could the Expression Language be built to Java 17 bytecode? > There is nothing in the Expression Language that requires Java 21. > > I have a branch with some initial changes to get that working here: >

Re: Jakarta EE 11 may be changing minimum Java version to 17

2024-02-20 Thread Rémy Maucherat
> >> Can you expand on why you'd prefer Java 17? Ignoring how late in the > >> process this change is being made, I've yet to hear a logically > >> consistent argument for selecting Java 17 over Java 21. > >> > >>> As for the EL TCK issue, I'd be happy to tak

[ANN] Apache Tomcat 9.0.86 available

2024-02-19 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.86. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.86 is a bugfix and

[VOTE][RESULT] Release Apache Tomcat 9.0.86

2024-02-19 Thread Rémy Maucherat
The following votes were cast: Binding: +1: markt, jclere, schultz, fschumacher Non-binding +1: Dimitris Soumis No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Rémy -

Re: QUIC over TCP

2024-02-16 Thread Rémy Maucherat
On Fri, Feb 16, 2024 at 5:00 PM Mark Thomas wrote: > > Hi all, > > The IETF HTTP working group has received a draft for running QUIC over > TCP+TLS rather than UDP called QUIC on streams. There is also a draft > for running HTTP/3 on QUIC on streams. > >

Re: [VOTE] Release Apache Tomcat 8.5.99

2024-02-15 Thread Rémy Maucherat
On Thu, Feb 15, 2024 at 12:10 AM Christopher Schultz wrote: > > The proposed Apache Tomcat 8.5.99 release is now available for voting. > > The notable changes compared to 8.5.99 are: > > - Add improvements to the CSRF prevention filter including the ability >to skip adding nonces for resource

Re: [VOTE] Release Apache Tomcat 10.1.19

2024-02-15 Thread Rémy Maucherat
On Wed, Feb 14, 2024 at 11:43 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 10.1.19 release is now available for > voting. > > The notable changes compared to 10.1.18 are: > > - Add improvements to the CSRF prevention filter including the ability >to skip adding nonces for

Re: February release tagging

2024-02-14 Thread Rémy Maucherat
On Tue, Feb 13, 2024 at 6:49 PM Mark Thomas wrote: > > On 13/02/2024 16:57, Mark Thomas wrote: > > On 13/02/2024 14:14, Rémy Maucherat wrote: > > > > >> I tested a fresh build of trunk (3.3 dev) and it seems to work fine > >> for me on Linux. What is

Re: [VOTE] Release Apache Tomcat 11.0.0-M17

2024-02-14 Thread Rémy Maucherat
On Tue, Feb 13, 2024 at 11:51 PM Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M17 release is now available for > voting. > > Apache Tomcat 11.0.0-M17 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

[VOTE] Release Apache Tomcat 9.0.86

2024-02-14 Thread Rémy Maucherat
The proposed Apache Tomcat 9.0.86 release is now available for voting. The notable changes compared to 9.0.85 are: - Add improvements to the CSRF prevention filter including the ability to skip adding nonces for resource name and subtree URL patterns. - Add support for user provided

Re: February release tagging

2024-02-13 Thread Rémy Maucherat
On Tue, Feb 13, 2024 at 8:02 PM Mark Thomas wrote: > > On 13/02/2024 19:00, Rémy Maucherat wrote: > > On Tue, Feb 13, 2024 at 6:49 PM Mark Thomas wrote: > >> > >> On 13/02/2024 16:57, Mark Thomas wrote: > >>> On 13/02/2024 14:14, Rémy Maucherat wrot

Re: February release tagging

2024-02-13 Thread Rémy Maucherat
On Tue, Feb 13, 2024 at 6:49 PM Mark Thomas wrote: > > On 13/02/2024 16:57, Mark Thomas wrote: > > On 13/02/2024 14:14, Rémy Maucherat wrote: > > > > >> I tested a fresh build of trunk (3.3 dev) and it seems to work fine > >> for me on Linux. What is

Re: February release tagging

2024-02-13 Thread Rémy Maucherat
On Tue, Feb 13, 2024 at 3:28 PM Christopher Schultz wrote: > > Mark, > > On 2/13/24 08:11, Mark Thomas wrote: > > Hi all, > > > > Just a quick status update. > > > > I was hopping to have tagged 11.0.x by now but I have found a couple of > > issues. > > > > 1. FFM on MacOS is broken. This might

Re: February release tagging

2024-02-13 Thread Rémy Maucherat
On Tue, Feb 13, 2024 at 2:12 PM Mark Thomas wrote: > > Hi all, > > Just a quick status update. > > I was hopping to have tagged 11.0.x by now but I have found a couple of > issues. > > 1. FFM on MacOS is broken. This might be related to me updating OpenSSL > (via homebrew) from 3.2.0 to 3.2.1 I

Re: February release tagging

2024-02-13 Thread Rémy Maucherat
On Tue, Feb 13, 2024 at 2:12 PM Mark Thomas wrote: > > Hi all, > > Just a quick status update. > > I was hopping to have tagged 11.0.x by now but I have found a couple of > issues. > > 1. FFM on MacOS is broken. This might be related to me updating OpenSSL > (via homebrew) from 3.2.0 to 3.2.1

Re: (tomcat) 02/02: Reduce changes of crash on Library shutdown with OpenSSL connections

2024-02-12 Thread Rémy Maucherat
On Mon, Feb 12, 2024 at 4:05 PM Christopher Schultz wrote: > > Mark, > > On 2/8/24 16:10, ma...@apache.org wrote: > > 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 >

Re: (tomcat) branch main updated: Jextract library load refinements

2024-02-09 Thread Rémy Maucherat
On Thu, Feb 8, 2024 at 4:30 PM wrote: > > 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

Re: Test stability and tagging delayed

2024-02-09 Thread Rémy Maucherat
On Fri, Feb 9, 2024 at 12:46 PM Mark Thomas wrote: > > On 08/02/2024 17:07, Mark Thomas wrote: > > Hi all, > > > > TL;DR tagging likely delayed while APR/native stability issue is addressed > > > > We have had a couple of issues with test stability in the last few days. > > > > The issues with

Re: Test stability and tagging delayed

2024-02-09 Thread Rémy Maucherat
On Fri, Feb 9, 2024 at 12:46 PM Mark Thomas wrote: > > On 08/02/2024 17:07, Mark Thomas wrote: > > Hi all, > > > > TL;DR tagging likely delayed while APR/native stability issue is addressed > > > > We have had a couple of issues with test stability in the last few days. > > > > The issues with

Re: (tomcat) 04/04: Reduce changes of crash on Library shutdown with OpenSSL connections

2024-02-09 Thread Rémy Maucherat
On Thu, Feb 8, 2024 at 10:11 PM 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 > > commit e19fa66b8397194f421134debb1f71b590a1f0c0 > Author: Mark Thomas >

Re: [VOTE] Release Apache Tomcat Native 1.3.0

2024-02-08 Thread Rémy Maucherat
On Mon, Feb 5, 2024 at 9:43 PM Mark Thomas wrote: > > This is the first release of the 1.3.x branch. The main differences > compared to the 1.2.x branch are > > - Minimum OpenSSL version of 1.1.1 > - Minimum APR version of 1.6.3 > - Minimum LibreSSL version of 3.5.2 > - The windows binaries in

Re: [VOTE] Release Apache Tomcat Native 2.0.7

2024-02-06 Thread Rémy Maucherat
On Sun, Feb 4, 2024 at 9:42 PM Mark Thomas wrote: > > The key differences of version 2.0.7 compared to 2.0.6 are: > > - Align default pass phrase prompt with httpd on Windows > - The windows binaries in this release have been built with OpenSSL >3.0.13 and APR 1.7.4 > > The 2.0.x branch is

Re: Buildbot failure in on tomcat-8.5.x

2024-02-05 Thread Rémy Maucherat
On Mon, Feb 5, 2024 at 12:28 PM Konstantin Kolinko wrote: > > Running "release" target fails due to a typo in Javadoc. > Double ">>". > > [javadoc] Building tree for all the packages and classes... > [javadoc] >

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.8

2024-02-04 Thread Rémy Maucherat
On Fri, Feb 2, 2024 at 4:53 PM Mark Thomas wrote: > > The proposed Apache Tomcat migration tool for Jakarta EE 1.0.8 is now > available for voting. > > The significant changes since 1.0.7 are: > > - Recognize .ear files as archives > > - Include .jspf and .tagf files in the conversion process > >

Re: (tomcat) 02/03: Remove unused code

2024-02-04 Thread Rémy Maucherat
On Sun, Feb 4, 2024 at 5:24 PM wrote: > > 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 > > commit d08f9c55fd9c360a3e00737108ef7a1031142e35 > Author: Mark Thomas >

Re: JDK 22 RDP2 & Deprecate sun.misc.Unsafe Memory-Access Methods…

2024-01-26 Thread Rémy Maucherat
On Fri, Jan 26, 2024 at 12:17 PM David Delabassee wrote: > > Greetings! > > We are starting 2024 with JDK 22 as it has just entered Rampdown Phase 2 [1]. > And with the initial JDK 22 Release Candidates now less than 2 weeks away > (Feb. 8th) [2], it is time to shift our attention to JDK 23. >

Re: (tomcat) branch 10.1.x updated: Fix backport of BZ 66508 regression fix

2024-01-19 Thread Rémy Maucherat
On Fri, Jan 19, 2024 at 11:08 AM Mark Thomas wrote: > > > > On 19/01/2024 09:22, Rémy Maucherat wrote: > > On Thu, Jan 18, 2024 at 8:18 PM wrote: > >> > >> This is an automated email from the ASF dual-hosted git repository. > >> > >> mar

Re: (tomcat) branch 10.1.x updated: Fix backport of BZ 66508 regression fix

2024-01-19 Thread Rémy Maucherat
On Thu, Jan 18, 2024 at 8:18 PM 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: >

Re: Jakarta EE 11 may be changing minimum Java version to 17

2024-01-16 Thread Rémy Maucherat
On Tue, Jan 16, 2024 at 11:59 AM Mark Thomas wrote: > > Hi all, > > I'm not sure what is going on as there has been one significant change > in the announcement already but it looks to me as if the minimum Java > version for Jakarta EE 11 is changing to Java 17 rather than Java 21. > >

Re: Tomcat 10.1.x uploaded to Coverity for analysis

2024-01-15 Thread Rémy Maucherat
On Mon, Jan 15, 2024 at 9:30 AM Mark Thomas wrote: > > Hi all, > > I have just uploaded the latest 10.1.x to Coverity scan for analysis. > > It is going to take a while to process the Coverity build results. I'm > expecting the new results to be available in the UI in a few hours or so. It only

[ANN] Apache Tomcat 9.0.85 available

2024-01-09 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.85. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.85 is a bugfix and

[VOTE][RESULT] Release Apache Tomcat 9.0.85

2024-01-09 Thread Rémy Maucherat
The following votes were cast: Binding: +1: markt, remm, isapir, jclere No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Rémy - To unsubscribe, e-mail:

Re: [VOTE] Release Apache Tomcat 8.5.98

2024-01-08 Thread Rémy Maucherat
On Fri, Jan 5, 2024 at 5:54 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 8.5.98 release is now available for voting. > > The notable changes compared to 8.5.97 are: > > - Fix virtual thread support for the NIO2 connector. > > - Correct a regression in the fix for 67675 that broke

Re: [VOTE] Release Apache Tomcat 10.1.18

2024-01-08 Thread Rémy Maucherat
On Fri, Jan 5, 2024 at 4:25 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 10.1.18 release is now available for > voting. > > The notable changes compared to 10.1.17 are: > > - Fix virtual thread support for the NIO2 connector. > > - Correct a regression in the fix for 67675 that

Re: [VOTE] Release Apache Tomcat 11.0.0-M16

2024-01-05 Thread Rémy Maucherat
On Thu, Jan 4, 2024 at 10:09 PM Mark Thomas wrote: > > The proposed Apache Tomcat 11.0.0-M16 release is now available for > voting. > > Apache Tomcat 11.0.0-M16 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

[VOTE] Release Apache Tomcat 9.0.85

2024-01-05 Thread Rémy Maucherat
The proposed Apache Tomcat 9.0.85 release is now available for voting. The notable changes compared to 9.0.84 are: - Fix virtual thread support for the NIO2 connector - Correct a regression in the fix for 67675 that broke TLS key file parsing for PKCS#8 format keys that do not specify an

  1   2   3   4   5   6   7   8   9   10   >