[Bug 66276] New: Intermittent ClassCastException with HTTP/2 streams

2022-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66276 Bug ID: 66276 Summary: Intermittent ClassCastException with HTTP/2 streams Product: Tomcat 9 Version: 9.0.55 Hardware: PC OS: Linux Status: NEW Severity

Re: [VOTE] Release Apache Tomcat 10.1.0

2022-09-26 Thread Mark Thomas
On 23/09/2022 10:44, Mark Thomas wrote: The proposed 10.1.0 release is: [ ] Broken - do not release [ ] Beta   - go ahead and release as 10.1.0 (beta) [X] Stable - go ahead and release as 10.1.0 (stable) Unit tests pass on Linux, Windows and MacOS. Mark --

Re: [VOTE] Release Apache Tomcat 10.0.26

2022-09-26 Thread Mark Thomas
On 23/09/2022 12:58, Mark Thomas wrote: The proposed 10.0.26 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 10.0.26 (stable) Unit tests pass on Linux, Windows and MacOS. Mark - To unsubscribe, e

Re: [VOTE] Release Apache Tomcat 9.0.67

2022-09-26 Thread Rémy Maucherat
On Fri, Sep 23, 2022 at 2:03 PM Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.67 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

[VOTE][RESULT] Release Apache Tomcat 10.1.0

2022-09-26 Thread Mark Thomas
The following votes were cast: Binding: +1 (stable): remm, jfclere, markt Non-Binding: +1 (stable): lihan The vote therefore passes. Thanks to everyone who contributed to this release. Mark On 23/09/2022 10:44, Mark Thomas wrote: The proposed Apache Tomcat 10.1.0 release is now available fo

svn commit: r56995 - /dev/tomcat/tomcat-10/v10.1.0/ /release/tomcat/tomcat-10/v10.1.0/

2022-09-26 Thread markt
Author: markt Date: Mon Sep 26 12:08:52 2022 New Revision: 56995 Log: Release Apache Tomcat 10.1.0 Added: release/tomcat/tomcat-10/v10.1.0/ - copied from r56994, dev/tomcat/tomcat-10/v10.1.0/ Removed: dev/tomcat/tomcat-10/v10.1.0/ --

[Bug 66209] CPU regression when classpath Bloom filters are active

2022-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66209 --- Comment #20 from Rahul Jaisimha --- We've realized the proposed change (updating useBloomFilterForArchives from boolean to String) is a breaking change, since the setter for this value is exposed publically. The two options to get around th

svn commit: r1904274 - in /tomcat/site/trunk/docs/tomcat-10.1-doc: ./ annotationapi/ annotationapi/jakarta/annotation/ annotationapi/jakarta/annotation/security/ annotationapi/jakarta/annotation/sql/

2022-09-26 Thread markt
Author: markt Date: Mon Sep 26 14:32:03 2022 New Revision: 1904274 URL: http://svn.apache.org/viewvc?rev=1904274&view=rev Log: Update docs for 10.1.0 release [This commit notification would consist of 147 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] -

svn commit: r1904275 - in /tomcat/site/trunk: ./ docs/ xdocs/

2022-09-26 Thread markt
Author: markt Date: Mon Sep 26 14:34:00 2022 New Revision: 1904275 URL: http://svn.apache.org/viewvc?rev=1904275&view=rev Log: Update site for Tomcat 10.1.0 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/downl

[Bug 66209] CPU regression when classpath Bloom filters are active

2022-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66209 --- Comment #21 from Mark Thomas --- 10.1.x is now stable so the plan needs to account for that too. Given the context how about this: - leave useBloomFilterForArchives as a boolean on the Context - deprecate this for all versions (to be re

[ANN] Apache Tomcat 10.1.0 (stable) available

2022-09-26 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.1.0 (stable). This is the first stable release of the 10.1.x branch. Apache Tomcat 10 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSo

svn commit: r1904276 - in /tomcat/site/trunk: docs/migration-10.1.html xdocs/migration-10.1.xml

2022-09-26 Thread markt
Author: markt Date: Mon Sep 26 14:46:08 2022 New Revision: 1904276 URL: http://svn.apache.org/viewvc?rev=1904276&view=rev Log: Tomcat 10.1.x implements Jakarta Authentication 3.0 Modified: tomcat/site/trunk/docs/migration-10.1.html tomcat/site/trunk/xdocs/migration-10.1.xml Modified: tom

Status of 10.0.x

2022-09-26 Thread Mark Thomas
Hi all, Now 10.1.x is stable, how to we want to handle 10.0.x? Than plan has always been that we would support 10.0.x until 10.1.x was stable. Assuming the vote passes (we need 1 more +1) then there will be a 10.0.26 release. Do we want that to be the last 10.0.x. release? If, not, how many

Re: Status of 10.0.x

2022-09-26 Thread Rémy Maucherat
On Mon, Sep 26, 2022 at 4:51 PM Mark Thomas wrote: > > Hi all, > > Now 10.1.x is stable, how to we want to handle 10.0.x? Than plan has > always been that we would support 10.0.x until 10.1.x was stable. > > Assuming the vote passes (we need 1 more +1) then there will be a > 10.0.26 release. Do we

[Bug 66209] CPU regression when classpath Bloom filters are active

2022-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66209 --- Comment #22 from Rahul Jaisimha --- (In reply to Mark Thomas from comment #21) > 10.1.x is now stable so the plan needs to account for that too. > > Given the context how about this: > > - leave useBloomFilterForArchives as a boolean on t

Re: Status of 10.0.x

2022-09-26 Thread Mark Thomas
On 26/09/2022 16:07, Rémy Maucherat wrote: On Mon, Sep 26, 2022 at 4:51 PM Mark Thomas wrote: Hi all, Now 10.1.x is stable, how to we want to handle 10.0.x? Than plan has always been that we would support 10.0.x until 10.1.x was stable. Assuming the vote passes (we need 1 more +1) then there

[VOTE][RESULT] Release Apache Tomcat 9.0.67

2022-09-26 Thread Rémy Maucherat
The following votes were cast: Binding: +1 (stable): ebourg, jfclere, remm Non-Binding: +1 (stable): lihan The vote therefore passes. Thanks to everyone who contributed to this release. Remy On Fri, Sep 23, 2022 at 2:03 PM Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.67 release i

svn commit: r57007 - /dev/tomcat/tomcat-9/v9.0.67/ /release/tomcat/tomcat-9/v9.0.67/

2022-09-26 Thread remm
Author: remm Date: Mon Sep 26 18:35:57 2022 New Revision: 57007 Log: Release Apache Tomcat 9.0.67 Added: release/tomcat/tomcat-9/v9.0.67/ - copied from r57006, dev/tomcat/tomcat-9/v9.0.67/ Removed: dev/tomcat/tomcat-9/v9.0.67/ --

svn commit: r1904283 - in /tomcat/site/trunk: ./ docs/ xdocs/

2022-09-26 Thread remm
Author: remm Date: Mon Sep 26 18:46:57 2022 New Revision: 1904283 URL: http://svn.apache.org/viewvc?rev=1904283&view=rev Log: Update site for Tomcat 9.0.67 Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-90.ht

svn commit: r1904284 - in /tomcat/site/trunk/docs/tomcat-9.0-doc: ./ annotationapi/ annotationapi/javax/annotation/ annotationapi/javax/annotation/security/ annotationapi/javax/annotation/sql/ api/ ap

2022-09-26 Thread remm
Author: remm Date: Mon Sep 26 18:56:04 2022 New Revision: 1904284 URL: http://svn.apache.org/viewvc?rev=1904284&view=rev Log: Update docs for 9.0.67 [This commit notification would consist of 411 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --

svn commit: r1904285 - in /tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache: el/util/ jasper/el/ juli/ tomcat/buildutil/ tomcat/websocket/

2022-09-26 Thread remm
Author: remm Date: Mon Sep 26 18:57:11 2022 New Revision: 1904285 URL: http://svn.apache.org/viewvc?rev=1904285&view=rev Log: Update docs for 9.0.67 Added: tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/el/util/ExceptionUtils.html tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apac

[ANN] Apache Tomcat 9.0.67 available

2022-09-26 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.67. 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.67 is a bugfix and feat

[tomcat] branch 9.0.x updated: Next dev cycle

2022-09-26 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 c874418115 Next dev cycle c874418115 is described be

svn commit: r57008 - /release/tomcat/tomcat-9/v9.0.65/

2022-09-26 Thread remm
Author: remm Date: Mon Sep 26 19:26:03 2022 New Revision: 57008 Log: Drop 9.0.65 Removed: release/tomcat/tomcat-9/v9.0.65/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h..

Re: Status of 10.0.x

2022-09-26 Thread Han Li
> 2022年9月26日 23:07,Rémy Maucherat 写道: > > On Mon, Sep 26, 2022 at 4:51 PM Mark Thomas wrote: >> >> Hi all, >> >> Now 10.1.x is stable, how to we want to handle 10.0.x? Than plan has >> always been that we would support 10.0.x until 10.1.x was stable. >> >> Assuming the vote passes (we need

[tomcat] branch main updated: Polishing TaskQueue & ThreadPoolExecutor

2022-09-26 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 6afb00b3d5 Polishing TaskQueue & ThreadPoolExecutor 6

[tomcat] branch 10.0.x updated: Polishing TaskQueue & ThreadPoolExecutor

2022-09-26 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 b458f32419 Polishing TaskQueue & ThreadPoolExecut

[tomcat] branch 9.0.x updated: Polishing TaskQueue & ThreadPoolExecutor

2022-09-26 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 ef7e3d48a5 Polishing TaskQueue & ThreadPoolExecutor

[tomcat] branch 8.5.x updated: Polishing TaskQueue & ThreadPoolExecutor

2022-09-26 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 4aeddee4cf Polishing TaskQueue & ThreadPoolExecutor

[tomcat] branch main updated: Remove meaningless code.

2022-09-26 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 42a8beda32 Remove meaningless code. 42a8beda32 is des

[tomcat] branch 10.0.x updated: Remove meaningless code.

2022-09-26 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 667e6cf509 Remove meaningless code. 667e6cf509 is

[tomcat] branch 9.0.x updated: Remove meaningless code.

2022-09-26 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 2558c1bcae Remove meaningless code. 2558c1bcae is d

[tomcat] branch 8.5.x updated: Remove meaningless code.

2022-09-26 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 d22be4e016 Remove meaningless code. d22be4e016 is d

[Bug 66277] New: The taglib file cannot be found with version 9.0.67

2022-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66277 Bug ID: 66277 Summary: The taglib file cannot be found with version 9.0.67 Product: Tomcat 9 Version: 9.0.67 Hardware: PC Status: NEW Severity: normal Priorit