(tomcat) branch main updated: Update CXF

2024-03-27 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 7d19b0f92c Update CXF 7d19b0f92c is described below c

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

2024-03-27 Thread Romain Manni-Bucau
FYI here is the diff between servlet 5 and 6 API jars: New API: - jakarta.servlet.ServletConnection Deleted API: - jakarta.servlet.SingleThreadModel - jakarta.servlet.http.HttpSessionContext - jakarta.servlet.http.HttpUtils Changed API: jakarta.servlet.ServletContext Deleted methods: - public abst

(tomcat-tck) branch main updated: Servlet TCK 6.1.0 has been staged

2024-03-27 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-tck.git The following commit(s) were added to refs/heads/main by this push: new 4e0f906 Servlet TCK 6.1.0 has been staged 4e0f90

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

2024-03-27 Thread Romain Manni-Bucau
Ok, let see if we can maybe have an exceptional certification status with servlet 6 as an exception but I doubt (but would make everyone happy) :( Romain Manni-Bucau @rmannibucau | Blog | Old Blog

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 TomEE's notifications I realized Tomcat is in a weirdish > > > si

(tomcat) branch main updated: Fix Java release target

2024-03-27 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 6fe3dbf547 Fix Java release target 6fe3dbf547 is descr

svn commit: r1916579 - /tomcat/site/trunk/docs/tck/websocket-2.2.0-tomcat-11.0.0-M19-SNAPSHOT.txt

2024-03-27 Thread markt
Author: markt Date: Wed Mar 27 12:31:13 2024 New Revision: 1916579 URL: http://svn.apache.org/viewvc?rev=1916579&view=rev Log: TCK WebSocket 2.2.0 Tomcat 11.0.0-M19-SNAPSHOT Added: tomcat/site/trunk/docs/tck/websocket-2.2.0-tomcat-11.0.0-M19-SNAPSHOT.txt Added: tomcat/site/trunk/docs/tck/web

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

2024-03-27 Thread Romain Manni-Bucau
Hi Chris, Le mer. 27 mars 2024 à 13:13, Christopher Schultz < ch...@christopherschultz.net> a écrit : > Romain, > > On 3/27/24 06:13, 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: > >>

(tomcat-tck) branch main updated: Simplify

2024-03-27 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-tck.git The following commit(s) were added to refs/heads/main by this push: new 2c68773 Simplify 2c68773 is described below com

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

2024-03-27 Thread Christopher Schultz
Romain, On 3/27/24 06:13, 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 TomEE's notifications I realized Tomcat is in a weirdish situation where Tomcat 9 is Servlet 4 and "+1"

(tomcat-tck) branch main updated: List spec and platform dependencies explicitly

2024-03-27 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-tck.git The following commit(s) were added to refs/heads/main by this push: new 2a2ad02 List spec and platform dependencies expl

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

2024-03-27 Thread Romain Manni-Bucau
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 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 > >

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: Stop releasing Tomcat 9 or adding back Tomcat 10.0?

2024-03-27 Thread Romain Manni-Bucau
Hi Mark, I'm aware of these discussions but it let Tomcat in the state where Servlet 5.0 is not supported - but Servlet 4.0 is which is ultra weird but don't get me wrong I'm for keeping it for a moment. Concretely it prevents downstream consumers to be certified so > No interest in supporting 1

(tomcat-tck) branch main updated (3d009ff -> a5f4764)

2024-03-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git from 3d009ff Disable platform TCK tests by default new 7e3231c Servlet TCK now requires an slf4j implementation to

(tomcat-tck) 01/02: Servlet TCK now requires an slf4j implementation to be configured

2024-03-27 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-tck.git commit 7e3231c773c70caade82f91d3f1cdd55705c5363 Author: Mark Thomas AuthorDate: Wed Mar 27 09:31:51 2024 + Servlet TC

(tomcat-tck) 02/02: Add explicit dependency on tomcat-servlet-api for signature tests

2024-03-27 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-tck.git commit a5f4764887dcc7eb69fbced37d8f49cc11a2d9bf Author: Mark Thomas AuthorDate: Wed Mar 27 09:50:01 2024 + Add explic

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

2024-03-27 Thread Mark Thomas
On 27/03/2024 08:48, 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. I wonder if it means Tom

(tomcat-tck) branch main updated: Disable platform TCK tests by default

2024-03-27 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-tck.git The following commit(s) were added to refs/heads/main by this push: new 3d009ff Disable platform TCK tests by default 3d

Community Over Code NA 2024 Travel Assistance Applications now open!

2024-03-27 Thread Gavin McDonald
Hello to all users, contributors and Committers! [ You are receiving this email as a subscriber to one or more ASF project dev or user mailing lists and is not being sent to you directly. It is important that we reach all of our users and contributors/committers so that they may get a chance t

Stop releasing Tomcat 9 or adding back Tomcat 10.0?

2024-03-27 Thread Romain Manni-Bucau
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. I wonder if it means Tomcat < 10.1 should be stopped too or if Tomcat 10.