Re: Supposed to provide performance at daemon thread in tomcat

2024-01-05 Thread Mark Thomas
On 05/01/2024 05:15, koteswara Rao Gundapaneni wrote: It seems there are further permissions to be added at Github *Error received via Github is as : **Pull request creation failed. Validation failed: must be a collaborator* Anyone can submit a pull request to the Tomcat repository. The only

(tomcat) 01/01: Tag 9.0.85

2024-01-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to tag 9.0.85 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 012c7e28ee86df331d04d1523d0e892564aa31eb Author: remm AuthorDate: Fri Jan 5 09:49:42 2024 +0100 Tag 9.0.85 --- build.pr

(tomcat) tag 9.0.85 created (now 012c7e28ee)

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

svn commit: r66425 - in /dev/tomcat/tomcat-9/v9.0.85: ./ bin/ bin/embed/ src/

2024-01-05 Thread remm
Author: remm Date: Fri Jan 5 08:51:48 2024 New Revision: 66425 Log: Upload 9.0.85 for voting Added: dev/tomcat/tomcat-9/v9.0.85/ dev/tomcat/tomcat-9/v9.0.85/KEYS dev/tomcat/tomcat-9/v9.0.85/README.html dev/tomcat/tomcat-9/v9.0.85/RELEASE-NOTES dev/tomcat/tomcat-9/v9.0.85/bin/

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 Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-1474 It is still open with a signature error. Did you use the right key to sign ? Rémy ---

(tomcat) branch 9.0.x updated: Next is 9.0.86

2024-01-05 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 416a10ed56 Next is 9.0.86 416a10ed56 is described be

Re: [VOTE] Release Apache Tomcat 11.0.0-M16

2024-01-05 Thread Mark Thomas
On 05/01/2024 08:59, Rémy Maucherat wrote: On Thu, Jan 4, 2024 at 10:09 PM Mark Thomas wrote: The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1474 It is still open with a signature error. Did you use the right key to sign ? Odd. I saw no errors

Buildbot failure in on tomcat-9.0.x

2024-01-05 Thread buildbot
Build status: BUILD FAILED: failed Snapshot deployed to ASF Maven snapshot repository (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/806 Blamelist: remm Build Text: failed Snapshot deployed to ASF Maven snapshot repository (failure) Status Detected: new f

Re: [VOTE] Release Apache Tomcat 11.0.0-M16

2024-01-05 Thread Mark Thomas
On 05/01/2024 09:15, Mark Thomas wrote: On 05/01/2024 08:59, Rémy Maucherat wrote: On Thu, Jan 4, 2024 at 10:09 PM Mark Thomas wrote: The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1474 It is still open with a signature error. Did you use the ri

[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 expl

Re: [VOTE] Release Apache Tomcat 11.0.0-M16

2024-01-05 Thread Mark Thomas
On 04/01/2024 21:08, Mark Thomas wrote: The proposed 11.0.0-M16 release is: [ ] -1 Broken - do not release [X] +1 Alpha  - go ahead and release as 11.0.0-M16 Tests pass on Linux for NIO and NIO2 with Tomcat Native 2.0.6 and OpenSSL 3.0.2 (locally built Tomcat Native with Ubuntu provided Open

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 Tomcat

(tomcat) branch main updated: Update version for next development cycle

2024-01-05 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.git The following commit(s) were added to refs/heads/main by this push: new 179a06bb55 Update version for next development cycle

Buildbot failure in on tomcat-11.0.x

2024-01-05 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/844 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main] 179a06bb55c25039035b71bbb5f1d835e85703

Re: Supposed to provide performance at daemon thread in tomcat

2024-01-05 Thread koteswara Rao Gundapaneni
Hi All, Somebody helps here It's daemon thread launch issue the problem I noticed here is it taking a long time to complete daemon.setDaemon(true); daemon.start(); line number 2 has the issue On Fri, 5 Jan 2024, 13:42 Mark Thomas, wrote: > On 05/01/2024 05:15, koteswara Rao Gundapaneni w

Re: [VOTE] Release Apache Tomcat 9.0.85

2024-01-05 Thread Mark Thomas
On 05/01/2024 09:25, Rémy Maucherat wrote: The proposed 9.0.85 release is: [ ] -1, Broken - do not release [X] +1, Stable - go ahead and release as 9.0.85 Tests pass on Linux for NIO, NIO2 and APR with Tomcat Native 1.2.39 and OpenSSL 3.0.2 (locally built Tomcat Native with Ubuntu provided O

[Bug 68449] New: session.maxInactiveInterval() is not working for SSO Users.

2024-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68449 Bug ID: 68449 Summary: session.maxInactiveInterval() is not working for SSO Users. Product: Tomcat 9 Version: 9.0.83 Hardware: PC Status: NEW Severi

(tomcat) 01/01: Tag 10.1.18

2024-01-05 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 10.1.18 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit dd75fed1ae949455531e6a1aae55fb6ea7615786 Author: schultz AuthorDate: Fri Jan 5 07:03:14 2024 -0800 Tag 10.1.18 ---

(tomcat) tag 10.1.18 created (now dd75fed1ae)

2024-01-05 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 10.1.18 in repository https://gitbox.apache.org/repos/asf/tomcat.git at dd75fed1ae (commit) This tag includes the following new commits: new dd75fed1ae Tag 10.1.18 The 1 revisions list

svn commit: r66435 - in /dev/tomcat/tomcat-10/v10.1.18: ./ bin/ bin/embed/ src/

2024-01-05 Thread schultz
Author: schultz Date: Fri Jan 5 15:05:02 2024 New Revision: 66435 Log: Upload v10.1.18 for voting Added: dev/tomcat/tomcat-10/v10.1.18/ dev/tomcat/tomcat-10/v10.1.18/KEYS dev/tomcat/tomcat-10/v10.1.18/README.html dev/tomcat/tomcat-10/v10.1.18/RELEASE-NOTES dev/tomcat/tomcat-1

(tomcat) branch main updated: Cleanup connector names in json

2024-01-05 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 0dc1d2a3af Cleanup connector names in json 0dc1d2a3af

(tomcat) branch 10.1.x updated: Cleanup connector names in json

2024-01-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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: new 2089597da1 Cleanup connector names in json 2089597

(tomcat) branch 9.0.x updated: Cleanup connector names in json

2024-01-05 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 7d3a116daf Cleanup connector names in json 7d3a116da

[VOTE] Release Apache Tomcat 10.1.18

2024-01-05 Thread Christopher Schultz
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 broke TLS key file parsing for PKCS#8 format keys that do not specify an e

Buildbot success in on tomcat-11.0.x

2024-01-05 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/845 Blamelist: Mark Thomas , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch main] 0dc1d2a3afb4ea06e6d2c1efd94387111534e654 Steps: worke

(tomcat) tag 8.5.98 created (now 8653b0fc34)

2024-01-05 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.98 in repository https://gitbox.apache.org/repos/asf/tomcat.git at 8653b0fc34 (commit) This tag includes the following new commits: new 8653b0fc34 Tag 8.5.98 The 1 revisions listed

(tomcat) 01/01: Tag 8.5.98

2024-01-05 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 8.5.98 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 8653b0fc34bdb2a673ec5c306b1a95a7d466eaf4 Author: schultz AuthorDate: Fri Jan 5 08:15:28 2024 -0800 Tag 8.5.98 --- bu

svn commit: r66436 [1/2] - in /dev/tomcat/tomcat-8/v8.5.98: ./ bin/ bin/embed/ bin/extras/ src/

2024-01-05 Thread schultz
Author: schultz Date: Fri Jan 5 16:16:59 2024 New Revision: 66436 Log: Upload x8.5.98 for voting Added: dev/tomcat/tomcat-8/v8.5.98/ dev/tomcat/tomcat-8/v8.5.98/KEYS dev/tomcat/tomcat-8/v8.5.98/README.html dev/tomcat/tomcat-8/v8.5.98/RELEASE-NOTES dev/tomcat/tomcat-8/v8.5.98/

svn commit: r66436 [2/2] - in /dev/tomcat/tomcat-8/v8.5.98: ./ bin/ bin/embed/ bin/extras/ src/

2024-01-05 Thread schultz
Added: dev/tomcat/tomcat-8/v8.5.98/bin/extras/catalina-ws.jar.asc == --- dev/tomcat/tomcat-8/v8.5.98/bin/extras/catalina-ws.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.5.98/bin/extras/catalina-ws.jar.asc Fri Jan 5 16:16:59

[VOTE] Release Apache Tomcat 8.5.98

2024-01-05 Thread Christopher Schultz
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 TLS key file parsing for PKCS#8 format keys that do not specify an exp

(tomcat) branch 8.5.x updated: Cleanup connector names in json

2024-01-05 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 060d0f2494 Cleanup connector names in json 060d0f249

Re: [VOTE] Release Apache Tomcat 8.5.98

2024-01-05 Thread Christopher Schultz
All, I jumped the gun a little bit on this voting announcement. The Maven repo isn't quite ready, but everything else is. I'll reply again when the Maven repo is ready. Thanks, -chris On 1/5/24 11:20, Christopher Schultz wrote: The proposed Apache Tomcat 8.5.98 release is now available for

[VOTE] Release Apache Tomcat 8.5.98

2024-01-05 Thread Christopher Schultz
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 TLS key file parsing for PKCS#8 format keys that do not specify an exp

Buildbot success in on tomcat-9.0.x

2024-01-05 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/807 Blamelist: remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 9.0.x] 7d3a116daf82b3c4ed387ab910a2af46e4d5a643 Steps: worker_preparation:

[Bug 67793] FORM authenticator does not remember original max inactive interval in all use-cases

2024-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67793 channa changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 67793] FORM authenticator does not remember original max inactive interval in all use-cases

2024-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67793 --- Comment #7 from Mircea Butmalai --- Dear Channa, I have just tested with tomcat 10.1.16 that contains the fix and after passing form authentication the session timeout reverts to default 30 minutes as calculated from application web.xml or

Re: Supposed to provide performance at daemon thread in tomcat

2024-01-05 Thread koteswara Rao Gundapaneni
Hi All, Somebody helps to give permissions to create the pull request as I have been trying to give the change at latest. regards, Koti On Fri, Jan 5, 2024 at 12:12 AM Mark Thomas wrote: > On 05/01/2024 05:15, koteswara Rao Gundapaneni wrote: > > It seems there are further permissions to be a