[Bug 66508] Tomcat after a GC pause causes the HTTP threads to be blocked to acquire a semaphore to process WebSockets connection closure.

2023-03-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66508 --- Comment #1 from Venkata Manda --- In my below issue description, I mentioned the test environment java version is 1.8. The issue is reproducible with Java 11. Based on my reading and analysis of the issue, any time a socket is closed at

[Bug 66508] New: Tomcat after a GC pause causes the HTTP threads to be blocked to acquire a semaphore to process WebSockets connection closure.

2023-03-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66508 Bug ID: 66508 Summary: Tomcat after a GC pause causes the HTTP threads to be blocked to acquire a semaphore to process WebSockets connection closure. Product: Tomcat 8

svn commit: r60439 - /dev/tomcat/tomcat-8/v8.5.87/ /release/tomcat/tomcat-8/v8.5.87/

2023-03-03 Thread schultz
Author: schultz Date: Sat Mar 4 00:13:05 2023 New Revision: 60439 Log: Promote r8.5.87 to released. Added: release/tomcat/tomcat-8/v8.5.87/ - copied from r60438, dev/tomcat/tomcat-8/v8.5.87/ Removed: dev/tomcat/tomcat-8/v8.5.87/

svn commit: r60438 - /dev/tomcat/tomcat-10/v10.1.7/ /release/tomcat/tomcat-10/v10.1.7/

2023-03-03 Thread schultz
Author: schultz Date: Sat Mar 4 00:12:43 2023 New Revision: 60438 Log: Promote r10.1.7 to released. Added: release/tomcat/tomcat-10/v10.1.7/ - copied from r60437, dev/tomcat/tomcat-10/v10.1.7/ Removed: dev/tomcat/tomcat-10/v10.1.7/

[VOTE][RESULT] Release Apache Tomcat 10.1.7

2023-03-03 Thread Christopher Schultz
All, The following votes were cast: Binding: +1 remm, markt, schultz, kkolinko Non-binding: +1 lihan, Dimitris Soumis No other votes were cast. The vote therefore passes. Thanks to everyone who contributed toward this release. -chris On 2/27/23 15:56, Christopher Schultz wrote: The

[VOTE][RESULT] Release Apache Tomcat 8.5.87

2023-03-03 Thread Christopher Schultz
All, The following votes were cast: Binding: +1 kkolinko, markt, schultz No other votes were cast. The vote therefore passes. Thanks to everyone who contributed toward this release. -chris On 2/27/23 15:11, Christopher Schultz wrote: The proposed Apache Tomcat 8.5.87 release is now

[tomcat] branch 8.5.x updated: Fix IDE warnings

2023-03-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 0df94e05b0 Fix IDE warnings 0df94e05b0 is

[tomcat] branch 10.1.x updated: Fix IDE warnings

2023-03-03 Thread markt
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: new eb11c5c6c2 Fix IDE warnings eb11c5c6c2 is

[tomcat] branch main updated: Fix IDE warnings

2023-03-03 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 fc9272fe5a Fix IDE warnings fc9272fe5a is described

[tomcat] branch 9.0.x updated: Fix IDE warnings

2023-03-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 0229e5905e Fix IDE warnings 0229e5905e is

[tomcat] branch main updated: Delete unused terms

2023-03-03 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 39f66e45ee Delete unused terms 39f66e45ee is

[tomcat] branch main updated: Remove deprecated code

2023-03-03 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 11574ef85f Remove deprecated code 11574ef85f is

[tomcat] branch 8.5.x updated: Refactor code using MD5Encoder to use HexUtils.toHexString()

2023-03-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 fdb651d604 Refactor code using MD5Encoder to use

[tomcat] branch 9.0.x updated: Refactor code using MD5Encoder to use HexUtils.toHexString()

2023-03-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 f5ef9fc3d3 Refactor code using MD5Encoder to use

[tomcat] branch main updated: Refactor code using MD5Encoder to use HexUtils.toHexString()

2023-03-03 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 5518441992 Refactor code using MD5Encoder to use

[tomcat] branch 10.1.x updated: Refactor code using MD5Encoder to use HexUtils.toHexString()

2023-03-03 Thread markt
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: new f3997773d3 Refactor code using MD5Encoder to use

[tomcat] branch 8.5.x updated: Update reference to RFC for BASIC authentication to RFC 7617

2023-03-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 7efb3baf67 Update reference to RFC for BASIC

[tomcat] branch 9.0.x updated: Update reference to RFC for BASIC authentication to RFC 7617

2023-03-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 faaab45bcc Update reference to RFC for BASIC

[tomcat] branch 10.1.x updated: Update reference to RFC for BASIC authentication to RFC 7617

2023-03-03 Thread markt
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: new 59f552c31b Update reference to RFC for BASIC

[tomcat] branch main updated: Update reference to RFC for BASIC authentication to RFC 7617

2023-03-03 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 e8fb2de8d8 Update reference to RFC for BASIC

[tomcat] branch 8.5.x updated: Update format

2023-03-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 2784ea307b Update format 2784ea307b is described

[tomcat] branch main updated: Update format

2023-03-03 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 e775429ab3 Update format e775429ab3 is described

[tomcat] branch 9.0.x updated: Update format

2023-03-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 1794087c7b Update format 1794087c7b is described

[tomcat] branch 10.1.x updated: Update format

2023-03-03 Thread markt
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: new 4aa341bf1e Update format 4aa341bf1e is described

Buildbot success in on tomcat-8.5.x

2023-03-03 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/36/builds/415 Blamelist: remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 8.5.x] 4836e260f473d7d832b74a2cf1f1d1f7f0b9c8e2 Steps:

[tomcat] branch 8.5.x updated: Fix lambda

2023-03-03 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 4836e260f4 Fix lambda 4836e260f4 is described below

Buildbot failure in on tomcat-8.5.x

2023-03-03 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/36/builds/414 Blamelist: remm Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 8.5.x] 857286f8e23d2914e0f2f2e5e7bc74695024dadf

Buildbot success in on tomcat-9.0.x

2023-03-03 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/481 Blamelist: Mark Thomas , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 9.0.x] 659caf3f8274d78da119136a3982569b5e5dd319 Steps:

Buildbot success in on tomcat-10.1.x

2023-03-03 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/698 Blamelist: Mark Thomas , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 10.1.x] 76423153551f2c3c55cbb53871e95b2018f4bd7a Steps:

[ANN] Apache Tomcat 9.0.73 available

2023-03-03 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.73. 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.73 is a bugfix and

svn commit: r1908017 - in /tomcat/site/trunk/docs/tomcat-9.0-doc/META-INF: ./ context.xml

2023-03-03 Thread remm
Author: remm Date: Fri Mar 3 10:39:08 2023 New Revision: 1908017 URL: http://svn.apache.org/viewvc?rev=1908017=rev Log: Add new Tomcat config file. Not useful here but it will always be there. Added: tomcat/site/trunk/docs/tomcat-9.0-doc/META-INF/

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

2023-03-03 Thread remm
Author: remm Date: Fri Mar 3 10:37:25 2023 New Revision: 1908016 URL: http://svn.apache.org/viewvc?rev=1908016=rev Log: Update website for 9.0.73 Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-90.html

[GitHub] [tomcat] rmaucher closed pull request #539: JsonAccessLogValve: Add valve for structured logging

2023-03-03 Thread via GitHub
rmaucher closed pull request #539: JsonAccessLogValve: Add valve for structured logging URL: https://github.com/apache/tomcat/pull/539 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [tomcat] rmaucher commented on pull request #539: JsonAccessLogValve: Add valve for structured logging

2023-03-03 Thread via GitHub
rmaucher commented on PR #539: URL: https://github.com/apache/tomcat/pull/539#issuecomment-1453257058 I merged this with significant modifications. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[tomcat] branch 8.5.x updated: Add an access log valve that uses a json format

2023-03-03 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 857286f8e2 Add an access log valve that uses a json

[tomcat] branch 9.0.x updated: Add an access log valve that uses a json format

2023-03-03 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 659caf3f82 Add an access log valve that uses a json

[tomcat] branch 10.1.x updated: Add an access log valve that uses a json format

2023-03-03 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 7642315355 Add an access log valve that uses a

[tomcat] branch main updated: Add an access log valve that uses a json format

2023-03-03 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 00edb6d271 Add an access log valve that uses a json

svn commit: r1908013 - /tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/valves/rewrite/RandomizedTextRewriteMap.html

2023-03-03 Thread remm
Author: remm Date: Fri Mar 3 08:38:31 2023 New Revision: 1908013 URL: http://svn.apache.org/viewvc?rev=1908013=rev Log: Update docs for 9.0.73 Added: tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/valves/rewrite/RandomizedTextRewriteMap.html Added:

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

2023-03-03 Thread remm
Author: remm Date: Fri Mar 3 08:25:54 2023 New Revision: 1908011 URL: http://svn.apache.org/viewvc?rev=1908011=rev Log: Update docs for 9.0.73 [This commit notification would consist of 76 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r60429 - /dev/tomcat/tomcat-9/v9.0.73/ /release/tomcat/tomcat-9/v9.0.73/

2023-03-03 Thread remm
Author: remm Date: Fri Mar 3 08:13:53 2023 New Revision: 60429 Log: Release Apache Tomcat 9.0.73 Added: release/tomcat/tomcat-9/v9.0.73/ - copied from r60428, dev/tomcat/tomcat-9/v9.0.73/ Removed: dev/tomcat/tomcat-9/v9.0.73/

[VOTE][RESULT] Release Apache Tomcat 9.0.73

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