(tomcat) branch main updated: Correct JPMS and OSGi meta-data for tomcat-enbed-core.jar

2024-01-15 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 4802008e11 Correct JPMS and OSGi meta-data for

Re: Supposed to provide performance at daemon thread in tomcat

2024-01-15 Thread koteswara Rao Gundapaneni
On Sun, 14 Jan 2024, 18:13 koteswara Rao Gundapaneni, < koti.gundapan...@gmail.com> wrote: > hi > > Daemon threads have identified the performance issue inorder to complete . > Thread which is set as daemon by default has performance bottleneck I explain that as below myeg.setDaemon(true);

Re: Supposed to provide performance at daemon thread in tomcat

2024-01-15 Thread Mark Thomas
On 14/01/2024 12:43, koteswara Rao Gundapaneni wrote: hi Daemon threads have identified the performance issue inorder to complete . so bootstrap has its performance issue as this loader thread is using daemon thread. inorder to resolve the issue we will yield the corresponding thread That

Tomcat 10.1.x uploaded to Coverity for analysis

2024-01-15 Thread Mark Thomas
Hi all, I have just uploaded the latest 10.1.x to Coverity scan for analysis. It is going to take a while to process the Coverity build results. I'm expecting the new results to be available in the UI in a few hours or so. Mark

Re: [PR] Remove org.apache.catalina.ssi from tomcat-embed-core.jar.tmp.bnd [tomcat]

2024-01-15 Thread via GitHub
markt-asf commented on PR #684: URL: https://github.com/apache/tomcat/pull/684#issuecomment-1891608646 Fixed manually in main for 11.0.x (with change log entry) and then back-ported (cherry-picked) to 10.1.x and 9.0.x. -- This is an automated message from the Apache Git Service. To

Re: [PR] Remove org.apache.catalina.ssi from tomcat-embed-core.jar.tmp.bnd [tomcat]

2024-01-15 Thread via GitHub
markt-asf closed pull request #684: Remove org.apache.catalina.ssi from tomcat-embed-core.jar.tmp.bnd URL: https://github.com/apache/tomcat/pull/684 -- 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

Re: Supposed to provide performance at daemon thread in tomcat

2024-01-15 Thread Romain Manni-Bucau
Hi Koti, There is not much between a daemon and not daemon thread in the JVM so until you: * start tomcat in an already (over)loaded environment (OSGi, multi-server instances) or * have some agent or plugin using AttachCurrentThreadAsDaemon extension point there is no reason using yield would

(tomcat) branch 8.5.x updated: Align with 9.0.x onwards

2024-01-15 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 705838d34c Align with 9.0.x onwards 705838d34c is

(tomcat) branch 10.1.x updated: Correct JPMS and OSGi meta-data for tomcat-enbed-core.jar

2024-01-15 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 25ca8a03bf Correct JPMS and OSGi meta-data for

(tomcat) branch 9.0.x updated: Correct JPMS and OSGi meta-data for tomcat-enbed-core.jar

2024-01-15 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 acd55aba0a Correct JPMS and OSGi meta-data for

[Bug 68480] New: Add cipher alias for TLSv1.3

2024-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68480 Bug ID: 68480 Summary: Add cipher alias for TLSv1.3 Product: Tomcat 10 Version: unspecified Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal

[Bug 68480] Add cipher alias for TLSv1.3

2024-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68480 Hui Li changed: What|Removed |Added CC||lidot...@gmail.com -- You are receiving

(tomcat) branch main updated: Code clean-up. Formatting. No functional change.

2024-01-15 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 99754a3941 Code clean-up. Formatting. No functional

(tomcat) branch main updated: Fix typo

2024-01-15 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 896e5d8bc7 Fix typo 896e5d8bc7 is described below

(tomcat) branch 10.1.x updated: Fix typo

2024-01-15 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 9891eca1b0 Fix typo 9891eca1b0 is described

(tomcat) branch 9.0.x updated: Fix typo

2024-01-15 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 87f2834c25 Fix typo 87f2834c25 is described below

(tomcat) branch 8.5.x updated: Fix typo

2024-01-15 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 2a04744c13 Fix typo 2a04744c13 is described below

(tomcat) branch main updated: Avoid NPE

2024-01-15 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 b42a0e508c Avoid NPE b42a0e508c is described below

(tomcat) branch 8.5.x updated: Avoid NPE

2024-01-15 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 d2559510c9 Avoid NPE d2559510c9 is described below

(tomcat-tck) branch main created (now 4d1b1e7)

2024-01-15 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 at 4d1b1e7 Initial setup. Should work for EL and WebSocket. This branch includes the following new commits: new

(tomcat-tck) 01/01: Initial setup. Should work for EL and WebSocket.

2024-01-15 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 4d1b1e7b31c2c9c67e20433180470e540e761ae7 Author: Mark Thomas AuthorDate: Mon Jan 15 14:23:03 2024 + Initial

(tomcat) 02/02: Align with 9.0.x onwards

2024-01-15 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 commit 886c988a25872eec14766e89e0a9a19f309381bb Author: Mark Thomas AuthorDate: Mon Jan 15 13:33:59 2024 + Align with

(tomcat) 01/02: Code clean-up. Formatting. No functional change.

2024-01-15 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 commit 5d509be3ede12e9616b5b8549613dc50c2e3b16b Author: Mark Thomas AuthorDate: Mon Jan 15 13:23:30 2024 + Code

(tomcat) branch 8.5.x updated (5a2e706b92 -> 886c988a25)

2024-01-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 5a2e706b92 Fix logic bug spotted by Coverity Scan new 5d509be3ed Code clean-up. Formatting. No functional change.

(tomcat) branch 8.5.x updated: Align with 9.0.x onwards

2024-01-15 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 3f9950cd9c Align with 9.0.x onwards 3f9950cd9c is

(tomcat-tck) branch main updated: Fix numbering on GitHub

2024-01-15 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 59f20d2 Fix numbering on GitHub 59f20d2 is

Re: (tomcat-tck) branch main created (now 4d1b1e7)

2024-01-15 Thread Mark Thomas
On 15/01/2024 14:23, ma...@apache.org wrote: 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 at 4d1b1e7 Initial setup. Should work for EL and WebSocket. It would

Re: (tomcat) branch main updated: Fix logic bug spotted by Coverity Scan

2024-01-15 Thread Konstantin Kolinko
пн, 15 янв. 2024 г. в 13:16, : > > 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

(tomcat) branch 9.0.x updated: Code clean-up. Formatting. No functional change.

2024-01-15 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 cef002f0c0 Code clean-up. Formatting. No

(tomcat) branch 10.1.x updated: Code clean-up. Formatting. No functional change.

2024-01-15 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 62354dc8ac Code clean-up. Formatting. No

(tomcat) branch 10.1.x updated: Avoid NPE

2024-01-15 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 eca81d9607 Avoid NPE eca81d9607 is described

(tomcat) branch 9.0.x updated: Avoid NPE

2024-01-15 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 a8430c65b4 Avoid NPE a8430c65b4 is described below

Re: Supposed to provide performance at daemon thread in tomcat

2024-01-15 Thread Mark Thomas
On 15/01/2024 08:45, koteswara Rao Gundapaneni wrote: On Sun, 14 Jan 2024, 18:13 koteswara Rao Gundapaneni, < koti.gundapan...@gmail.com> wrote: hi Daemon threads have identified the performance issue inorder to complete . Thread which is set as daemon by default has performance

(tomcat) branch 9.0.x updated: Fix logic bug spotted by Coverity Scan

2024-01-15 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 e087a29cd4 Fix logic bug spotted by Coverity Scan

Re: Tomcat 10.1.x uploaded to Coverity for analysis

2024-01-15 Thread Rémy Maucherat
On Mon, Jan 15, 2024 at 9:30 AM Mark Thomas wrote: > > Hi all, > > I have just uploaded the latest 10.1.x to Coverity scan for analysis. > > It is going to take a while to process the Coverity build results. I'm > expecting the new results to be available in the UI in a few hours or so. It only

Re: Tomcat 10.1.x uploaded to Coverity for analysis

2024-01-15 Thread Mark Thomas
On 15/01/2024 09:43, Rémy Maucherat wrote: On Mon, Jan 15, 2024 at 9:30 AM Mark Thomas wrote: Hi all, I have just uploaded the latest 10.1.x to Coverity scan for analysis. It is going to take a while to process the Coverity build results. I'm expecting the new results to be available in the

Re: Supposed to provide performance at daemon thread in tomcat

2024-01-15 Thread koteswara Rao Gundapaneni
hi all, please find my sample example. On Mon, Jan 15, 2024 at 1:53 AM Mark Thomas wrote: > On 15/01/2024 08:45, koteswara Rao Gundapaneni wrote: > > On Sun, 14 Jan 2024, 18:13 koteswara Rao Gundapaneni, < > > koti.gundapan...@gmail.com> wrote: > > > >> hi > >> > >> Daemon threads have

(tomcat) branch 8.5.x updated: Fix logic bug spotted by Coverity Scan

2024-01-15 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 5a2e706b92 Fix logic bug spotted by Coverity Scan

Re: [PR] Remove org.apache.catalina.ssi from tomcat-embed-core.jar.tmp.bnd [tomcat]

2024-01-15 Thread via GitHub
jjohannes commented on PR #684: URL: https://github.com/apache/tomcat/pull/684#issuecomment-1891752142 Thanks @markt-asf! -- 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 comment.

(tomcat) branch 10.1.x updated: Fix logic bug spotted by Coverity Scan

2024-01-15 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 2f791cfeae Fix logic bug spotted by Coverity

(tomcat) branch main updated: Fix logic bug spotted by Coverity Scan

2024-01-15 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 bee714eb1d Fix logic bug spotted by Coverity Scan

Buildbot failure in on tomcat-9.0.x

2024-01-15 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/816 Blamelist: Mark Thomas , remm Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 9.0.x]

(tomcat) branch main updated: Additional changes to support the length property via ArrayELResolver

2024-01-15 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 a92a7a1d53 Additional changes to support the length