Re: [tomcat] branch 9.0.x updated: Fix missing attributes

2022-09-22 Thread Rémy Maucherat
On Fri, Sep 23, 2022 at 5:43 AM Han Li wrote: > > > > > 2022年9月23日 05:17,r...@apache.org 写道: > > > > This is an automated email from the ASF dual-hosted git repository. > > > > remm pushed a commit to branch 9.0.x > > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > > > > The fol

Re: [VOTE] Release Apache Tomcat 9.0.66

2022-09-22 Thread jean-frederic clere
On 9/22/22 11:21, Rémy Maucherat wrote: [X] Stable - go ahead and release as 9.0.66 (stable) Tested on fedora 36 with tc-native 1.2.35 -- Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

Re: [tomcat] branch 9.0.x updated: Fix missing attributes

2022-09-22 Thread Han Li
> 2022年9月23日 05:17,r...@apache.org 写道: > > This is an automated email from the ASF dual-hosted git repository. > > remm 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: >

[tomcat] branch 8.5.x updated: Fix missing attributes

2022-09-22 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 2492ea2d60 Fix missing attributes 2492ea2d60 is desc

[tomcat] branch 9.0.x updated: Fix missing attributes

2022-09-22 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 7fda27272f Fix missing attributes 7fda27272f is desc

[tomcat] branch 10.0.x updated: Fix missing attributes

2022-09-22 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 96b6c773a5 Fix missing attributes 96b6c773a5 is de

[tomcat] branch 9.0.x updated: Increment version for next dev cycle

2022-09-22 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 259f0c7172 Increment version for next dev cycle 259f

[tomcat] branch 10.0.x updated: Increment version for next dev cycle

2022-09-22 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new d9dca7be35 Increment version for next dev cycle d9

[tomcat] branch main updated: Fix missing attributes

2022-09-22 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 7be7b01b8d Fix missing attributes 7be7b01b8d is descri

Re: [VOTE] Release Apache Tomcat 9.0.66

2022-09-22 Thread Rainer Jung
Am 22.09.2022 um 22:01 schrieb Rainer Jung: I see a problem and wanted to do a quick heads up before double checking: When looking at the MBeans via the jmxproxy in the manager webapp, especially the Catalina:type=RequestProcessor,worker="http-nio-",name=HttpRequest, version 9.0.66 misses lots

Re: [VOTE] Release Apache Tomcat 9.0.66

2022-09-22 Thread Rainer Jung
I see a problem and wanted to do a quick heads up before double checking: When looking at the MBeans via the jmxproxy in the manager webapp, especially the Catalina:type=RequestProcessor,worker="http-nio-",name=HttpRequest, version 9.0.66 misses lots of attributes we previously made available:

Re: [VOTE] Release Apache Tomcat 9.0.66

2022-09-22 Thread Mark Thomas
On 22/09/2022 10:21, Rémy Maucherat wrote: The proposed Apache Tomcat 9.0.66 release is now available for voting. The notable changes compared to 9.0.65 are: - Add support for authenticating WebSocket clients with an HTTP forward proxy when establishing a connection to a WebSocket endpoint

Re: [VOTE] Release Apache Tomcat 9.0.66

2022-09-22 Thread Han Li
> 2022年9月22日 17:21,Rémy Maucherat 写道: > > The proposed Apache Tomcat 9.0.66 release is now available for voting. > > The notable changes compared to 9.0.65 are: > > - Add support for authenticating WebSocket clients with an HTTP forward > proxy when establishing a connection to a WebSocket

Re: [VOTE] Release Apache Tomcat 10.0.25

2022-09-22 Thread Han Li
> 2022年9月22日 17:06,Mark Thomas 写道: > > The proposed Apache Tomcat 10.0.25 release is now available for > voting. > > Apache Tomcat 10.0.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to jakarta.* > > Applications that run

[VOTE] Release Apache Tomcat 9.0.66

2022-09-22 Thread Rémy Maucherat
The proposed Apache Tomcat 9.0.66 release is now available for voting. The notable changes compared to 9.0.65 are: - Add support for authenticating WebSocket clients with an HTTP forward proxy when establishing a connection to a WebSocket endpoint via a forward proxy that requires authentic

svn commit: r56937 - in /dev/tomcat/tomcat-9/v9.0.66: ./ bin/ bin/embed/ src/

2022-09-22 Thread remm
Author: remm Date: Thu Sep 22 09:08:30 2022 New Revision: 56937 Log: Upload 9.0.66 for voting Added: dev/tomcat/tomcat-9/v9.0.66/ dev/tomcat/tomcat-9/v9.0.66/KEYS dev/tomcat/tomcat-9/v9.0.66/README.html dev/tomcat/tomcat-9/v9.0.66/RELEASE-NOTES dev/tomcat/tomcat-9/v9.0.66/bin/

[VOTE] Release Apache Tomcat 10.0.25

2022-09-22 Thread Mark Thomas
The proposed Apache Tomcat 10.0.25 release is now available for voting. Apache Tomcat 10.0.x implements Jakarta EE 9 and, as such, the primary package for all the specification APIs has changed from javax.* to jakarta.* Applications that run on Tomcat 9 will not run on Tomcat 10 without changes

[tomcat] tag 9.0.66 created (now f4d5910ead)

2022-09-22 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to tag 9.0.66 in repository https://gitbox.apache.org/repos/asf/tomcat.git at f4d5910ead (commit) This tag includes the following new commits: new f4d5910ead Tag 9.0.66 The 1 revisions listed ab

[tomcat] 01/01: Tag 9.0.66

2022-09-22 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to tag 9.0.66 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f4d5910eadd7c7c1a3580258712f52c47aef9dea Author: remm AuthorDate: Thu Sep 22 10:56:27 2022 +0200 Tag 9.0.66 --- build.p

svn commit: r56936 - in /dev/tomcat/tomcat-10/v10.0.25: ./ bin/ bin/embed/ src/

2022-09-22 Thread markt
Author: markt Date: Thu Sep 22 08:56:28 2022 New Revision: 56936 Log: Upload 10.0.25 for voting Added: dev/tomcat/tomcat-10/v10.0.25/ dev/tomcat/tomcat-10/v10.0.25/KEYS dev/tomcat/tomcat-10/v10.0.25/README.html dev/tomcat/tomcat-10/v10.0.25/RELEASE-NOTES dev/tomcat/tomcat-10/v

[tomcat] 01/01: Tag 10.0.25

2022-09-22 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 10.0.25 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 570397299d8a1d2c84d1bc34625758d995b38b7f Author: Mark Thomas AuthorDate: Thu Sep 22 09:31:01 2022 +0100 Tag 10.0.25 --

[tomcat] tag 10.0.25 created (now 570397299d)

2022-09-22 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 10.0.25 in repository https://gitbox.apache.org/repos/asf/tomcat.git at 570397299d (commit) This tag includes the following new commits: new 570397299d Tag 10.0.25 The 1 revisions listed

[jira] [Created] (MTOMCAT-331) yset

2022-09-22 Thread Jeff Hollis (Jira)
Jeff Hollis created MTOMCAT-331: --- Summary: yset Key: MTOMCAT-331 URL: https://issues.apache.org/jira/browse/MTOMCAT-331 Project: Apache Tomcat Maven Plugin Issue Type: Test Components