[Bug 69615] Potential Regression in Tomcat 9.0.97+(Including Tomcat 10 and Tomcat 11) — NoClassDefFoundError for Dynamically Loaded Classes

2025-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69615 --- Comment #8 from Mark Thomas --- As long as you are obtaining a reference to the web application class loader then yes. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 69615] Potential Regression in Tomcat 9.0.97+(Including Tomcat 10 and Tomcat 11) — NoClassDefFoundError for Dynamically Loaded Classes

2025-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69615 --- Comment #7 from Dushyant Shinde --- We are using the URLClassLoader class to dynamically load JARs using reflection (see the code below). Will your fix work with URLClassLoader? URLClassLoader webappClassLoader = (URLClassLoader) Thread

[Bug 69621] SPAM SPAM SPAM SPAM

2025-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69621 Chuck Caldarale changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 69621] http://www.shripada.com

2025-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69621 --- Comment #2 from Chuck Caldarale --- The content of attachment 40009 has been deleted for the following reason: Spam -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 69621] http://www.shripada.com

2025-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69621 --- Comment #1 from binarytutorial2...@gmail.com --- Created attachment 40009 --> https://bz.apache.org/bugzilla/attachment.cgi?id=40009&action=edit https://www.shripada.com/ -- You are receiving this mail because: You are the assignee for

[Bug 69621] New: http://www.shripada.com

2025-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69621 Bug ID: 69621 Summary: http://www.shripada.com Product: Taglibs Version: unspecified Hardware: PC OS: Windows XP Status: NEW Severity: normal

[Bug 69617] Add a reminder about potential high heap memory usage in description of maxHttpRequestHeaderSize

2025-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69617 --- Comment #2 from Maggie Zhang --- Created attachment 40008 --> https://bz.apache.org/bugzilla/attachment.cgi?id=40008&action=edit Details of recycledProcessors There are multiple recycled processors (40 processors in the attachment), each

[Bug 69617] Add a reminder about potential high heap memory usage in description of maxHttpRequestHeaderSize

2025-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69617 --- Comment #3 from Maggie Zhang --- We have previously encountered OutOfMemoryError (OOM). We use G1 GC with its default configuration. Since the processors are retained by the Acceptor thread, they remain reachable, preventing GC from reclaim

(tomcat) branch 9.0.x updated: Cleanups for EL and JSP

2025-03-20 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 ce8dd7cb7c Cleanups for EL and JSP ce8dd7cb7c is des

(tomcat) branch 10.1.x updated: Cleanups for EL and JSP

2025-03-20 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 92e7e3b788 Cleanups for EL and JSP 92e7e3b788 is d

(tomcat) 02/02: Java 17 fix

2025-03-20 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit beac6b0157d2187b7e0c8d4455b0be6dc1c03072 Author: remm AuthorDate: Thu Mar 20 22:17:27 2025 +0100 Java 17 fix --- jav

(tomcat) 01/02: Cleanups for EL and JSP

2025-03-20 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit ea8e7f4b18fc3c690da3c020be4b3cb4aca848fb Author: remm AuthorDate: Thu Mar 20 22:10:45 2025 +0100 Cleanups for EL and

(tomcat) branch 11.0.x updated (0ac2126609 -> beac6b0157)

2025-03-20 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 0ac2126609 Add missing logic to set the allowPostAsGet initialisation parameter new ea8e7f4b18 Cleanups for EL and

(tomcat) branch main updated: Cleanups for EL and JSP

2025-03-20 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 05a72ef525 Cleanups for EL and JSP 05a72ef525 is descr

Re: Fwd: Existing version: 7.0.82

2025-03-20 Thread Christopher Schultz
Josh, Sorry, we don't provide support for Avaya One X Portal, only for Apache Tomcat itself. We also can't help you upgrade Tomcat inside your product because we don't know how it's been integrated into the product itself and our instructions may cause unexpected behavior or failure. You sho

[Bug 69617] Add a reminder about potential high heap memory usage in description of maxHttpRequestHeaderSize

2025-03-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69617 --- Comment #1 from Christopher Schultz --- Patches are always welcome. did you actually suffer an OOME or were you simply worried that an OOME might be possible? Tomcat should be allowing the GC to reclaim memory if necessary. -- You are r

Re: [PR] Expanding Parallel Deployment section of Tomcat Docs [tomcat]

2025-03-20 Thread via GitHub
usmazat commented on PR #832: URL: https://github.com/apache/tomcat/pull/832#issuecomment-2741217016 > If you mention one request attribute you should mention them all. You might need a table. I put together a table of attributes. wasn't sure where to put it so I created a separate x

(tomcat) branch main updated: Change the default for allowPostAsGet to false

2025-03-20 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 003e443185 Change the default for allowPostAsGet to f

(tomcat) branch main updated: Update error counts - formatting is reducing these slowly

2025-03-20 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 e59a32cf20 Update error counts - formatting is reduci

(tomcat) branch 11.0.x updated: Add missing logic to set the allowPostAsGet initialisation parameter

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 0ac2126609 Add missing logic to set the allowPost

(tomcat) branch 9.0.x updated: Add missing logic to set the allowPostAsGet initialisation parameter

2025-03-20 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 d781554e43 Add missing logic to set the allowPostAs

(tomcat) branch 10.1.x updated: Add missing logic to set the allowPostAsGet initialisation parameter

2025-03-20 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 daa0de18ea Add missing logic to set the allowPost

Fwd: Existing version: 7.0.82

2025-03-20 Thread Brian Proffitt
Forwarded from apa...@apache.org. If you reply, please respond to the original sender. BKP -- Forwarded message - From: Josh Miller Date: Thu, Mar 20, 2025 at 3:22 AM Subject: Existing version: 7.0.82 To: apa...@apache.org Hello, Sorry to bother you with this but I did try

(tomcat) branch 9.0.x updated: Add allowPostAsGet to default Servlet

2025-03-20 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 e430ce1340 Add allowPostAsGet to default Servlet e4

(tomcat) branch 10.1.x updated: Add allowPostAsGet to default Servlet

2025-03-20 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 266078c0ba Add allowPostAsGet to default Servlet

(tomcat) branch 11.0.x updated: Add allowPostAsGet to default Servlet

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 3133c38abd Add allowPostAsGet to default Servlet

(tomcat) branch main updated: Add allowPostAsGet to default Servlet

2025-03-20 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 b16689f0ed Add allowPostAsGet to default Servlet b166

(tomcat) 02/04: Don't reformat inserted code blocks.

2025-03-20 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 commit 598417131165e4e17fb8910e78ddd18928f163a8 Author: Mark Thomas AuthorDate: Thu Mar 20 15:03:04 2025 + Don't reform

(tomcat) branch 9.0.x updated (4b4022f5f9 -> 766777dae9)

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 4b4022f5f9 Fix IDE warnings new 7e210947d2 Improve Javadoc formatting new 555616e34a Don't reformat inserted c

(tomcat) 03/06: Code clean-up - formatting. No functional change.

2025-03-20 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 commit cef80e0c57de09c1ed581ef500b4eec1f3f8a11a Author: Mark Thomas AuthorDate: Thu Mar 20 15:05:42 2025 + Code clean-up

(tomcat) 03/04: Improve Javadoc formatting

2025-03-20 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 commit b7148ac33c49048cc1bbb822cf32d43cf290dd01 Author: Mark Thomas AuthorDate: Thu Mar 20 15:07:10 2025 + Improve Javad

(tomcat) 02/04: Don't reformat inserted code blocks.

2025-03-20 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 commit 555616e34a0ced68fb9ef99d62f7c72225ecbc5f Author: Mark Thomas AuthorDate: Thu Mar 20 15:03:04 2025 + Don't reforma

(tomcat) 01/04: Improve Javadoc formatting

2025-03-20 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 commit c154918266f76b56370c37f3bf41d1d23d72d416 Author: Mark Thomas AuthorDate: Thu Mar 20 14:57:58 2025 + Improve Java

(tomcat) 03/04: Improve Javadoc formatting

2025-03-20 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 commit 4b9498a4097f1436fbc67b2ea1c8a16d6b552354 Author: Mark Thomas AuthorDate: Thu Mar 20 15:07:10 2025 + Improve Java

(tomcat) 01/04: Improve Javadoc formatting

2025-03-20 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 commit 7e210947d2c8d160305a5a6e4587f84cafdb3176 Author: Mark Thomas AuthorDate: Thu Mar 20 14:57:58 2025 + Improve Javad

(tomcat) branch 10.1.x updated (1ca1b5eae0 -> 77242b86b0)

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 1ca1b5eae0 Fix IDE warnings new c154918266 Improve Javadoc formatting new 5984171311 Don't reformat inserted

(tomcat) 01/04: Improve Javadoc formatting

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 1ebde0b7a1ac17a2874483ace2d85eb1113da630 Author: Mark Thomas AuthorDate: Thu Mar 20 14:57:58 2025 + Improve Java

(tomcat) branch 11.0.x updated (342767de1e -> ef343345ed)

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 342767de1e Remove deprecated code marked for removal in Tomcat 11 new 1ebde0b7a1 Improve Javadoc formatting n

(tomcat) 03/04: Improve Javadoc formatting

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6b0325fc787aa33b90dabb7a5dbb0252173e5fe6 Author: Mark Thomas AuthorDate: Thu Mar 20 15:07:10 2025 + Improve Java

(tomcat) 02/04: Don't reformat inserted code blocks.

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit e4ccd42f3c9bf1fd5f38a7d98bb115450e397c82 Author: Mark Thomas AuthorDate: Thu Mar 20 15:03:04 2025 + Don't reform

(tomcat) 02/06: Don't reformat inserted code blocks.

2025-03-20 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 commit d517c3598515ed64445c1beef95ab516ce3a4223 Author: Mark Thomas AuthorDate: Thu Mar 20 15:03:04 2025 + Don't reformat

(tomcat) 06/06: Code clean-up - formatting. No functional change.

2025-03-20 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 commit e27240ee2b453fd594492d21afb15a401ce01c0d Author: Mark Thomas AuthorDate: Thu Mar 20 15:12:31 2025 + Code clean-up

(tomcat) branch main updated (48c122b85b -> e27240ee2b)

2025-03-20 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.git from 48c122b85b Remove deprecated code marked for removal in Tomcat 12 or earlier new a76d0ef519 Improve Javadoc formatt

(tomcat) 04/06: Improve Javadoc formatting

2025-03-20 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 commit cf6f0bb0957a8e0081d2faff01b08eed558c2824 Author: Mark Thomas AuthorDate: Thu Mar 20 15:07:10 2025 + Improve Javado

(tomcat) 01/06: Improve Javadoc formatting

2025-03-20 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 commit a76d0ef519514f17852338f7f4d35401dba16af8 Author: Mark Thomas AuthorDate: Thu Mar 20 14:57:58 2025 + Improve Javado

(tomcat) branch 11.0.x updated: Remove deprecated code marked for removal in Tomcat 11

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 342767de1e Remove deprecated code marked for remo

Re: (tomcat) 02/02: Mostly revert changes

2025-03-20 Thread Rémy Maucherat
On Thu, Mar 20, 2025 at 2:16 PM wrote: > > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch 11.0.x > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > commit c49a53f1a1ad887cb19f431944a5e3c04c675ed2 > Author: remm > AuthorDate:

(tomcat) branch main updated: Remove deprecated code marked for removal in Tomcat 12 or earlier

2025-03-20 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 48c122b85b Remove deprecated code marked for removal

(tomcat) branch 9.0.x updated: Fix IDE warnings

2025-03-20 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 4b4022f5f9 Fix IDE warnings 4b4022f5f9 is described

(tomcat) 01/02: Mostly revert changes

2025-03-20 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 commit f6a1cd45528ad3998984591cad25e588da08b52e Author: remm AuthorDate: Thu Mar 20 12:47:16 2025 +0100 Mostly revert chang

(tomcat) 02/02: Fix IDE warnings

2025-03-20 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 commit 1ca1b5eae06bbf15c458d7826dc32cd2c936c51b Author: Mark Thomas AuthorDate: Thu Mar 20 13:16:50 2025 + Fix IDE warn

(tomcat) branch 10.1.x updated (02f6471044 -> 1ca1b5eae0)

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 02f6471044 Simplify registry method signature new f6a1cd4552 Mostly revert changes new 1ca1b5eae0 Fix IDE war

(tomcat) 02/02: Mostly revert changes

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit c49a53f1a1ad887cb19f431944a5e3c04c675ed2 Author: remm AuthorDate: Thu Mar 20 12:47:16 2025 +0100 Mostly revert chang

(tomcat) 01/02: Fix IDE warnings

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 985e96d1e803b230db9be5611e1dc9614152cac8 Author: Mark Thomas AuthorDate: Thu Mar 20 13:09:14 2025 + Fix IDE warn

(tomcat) branch 11.0.x updated (9363c74e1f -> c49a53f1a1)

2025-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 9363c74e1f Simplify registry method signature new 985e96d1e8 Fix IDE warnings new c49a53f1a1 Mostly revert ch

(tomcat) branch main updated (ffe5b8f196 -> 9c22fded0f)

2025-03-20 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.git from ffe5b8f196 Mostly revert changes new a1afa1cddf Remove deprecated code new 9c22fded0f Fix IDE warnings The 2 r

(tomcat) 02/02: Fix IDE warnings

2025-03-20 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 commit 9c22fded0f75334d02e8242cf03835e7e7dcea2c Author: Mark Thomas AuthorDate: Thu Mar 20 13:09:14 2025 + Fix IDE warnin

(tomcat) 01/02: Remove deprecated code

2025-03-20 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 commit a1afa1cddf848fc258ee7723dac40a49782b86cb Author: Mark Thomas AuthorDate: Thu Mar 20 13:05:08 2025 + Remove depreca

Re: (tomcat) branch main updated: Fix type related warnings

2025-03-20 Thread Mark Thomas
On 20/03/2025 11:24, Rémy Maucherat wrote: On Thu, Mar 20, 2025 at 12:11 PM Mark Thomas wrote: On 20/03/2025 10:09, r...@apache.org wrote: 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) branch main updated: Mostly revert changes

2025-03-20 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 ffe5b8f196 Mostly revert changes ffe5b8f196 is describ

(tomcat) branch 9.0.x updated: Mostly revert changes

2025-03-20 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 2d844f02bc Mostly revert changes 2d844f02bc is descr

(tomcat) branch 9.0.x updated: Simplify registry method signature

2025-03-20 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 99a5bb3c82 Simplify registry method signature 99a5bb

(tomcat) branch 10.1.x updated: Simplify registry method signature

2025-03-20 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 02f6471044 Simplify registry method signature 02f6

(tomcat) branch 11.0.x updated: Simplify registry method signature

2025-03-20 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 9363c74e1f Simplify registry method signature 9363

(tomcat) branch 9.0.x updated: Add test target that also recompiles all classes

2025-03-20 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 d554bc2ee3 Add test target that also recompiles all

(tomcat) branch 10.1.x updated: Add test target that also recompiles all classes

2025-03-20 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 4c32bf1686 Add test target that also recompiles al

(tomcat) branch 11.0.x updated: Add test target that also recompiles all classes

2025-03-20 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 076abc8e27 Add test target that also recompiles al

(tomcat) branch main updated: Add test target that also recompiles all classes

2025-03-20 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 60894a2e4c Add test target that also recompiles all cl

(tomcat) branch main updated: Simplify registry method signature

2025-03-20 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 1a5ff2beee Simplify registry method signature 1a5ff2be

Re: (tomcat) branch main updated: Fix type related warnings

2025-03-20 Thread Rémy Maucherat
On Thu, Mar 20, 2025 at 12:11 PM Mark Thomas wrote: > > On 20/03/2025 10:09, r...@apache.org wrote: > > 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 f

Re: (tomcat) branch main updated: Fix type related warnings

2025-03-20 Thread Mark Thomas
On 20/03/2025 10:09, r...@apache.org wrote: 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 3ae844b

Re: (tomcat) branch main updated: Add new registry factory that does not return null

2025-03-20 Thread Rémy Maucherat
On Thu, Mar 20, 2025 at 11:49 AM Mark Thomas wrote: > > On 20/03/2025 10:22, Mark Thomas wrote: > > On 19/03/2025 09:51, r...@apache.org wrote: > >> This is an automated email from the ASF dual-hosted git repository. > >> > >> remm pushed a commit to branch main > >> in repository https://gitbox.a

Re: (tomcat) branch main updated: Add new registry factory that does not return null

2025-03-20 Thread Mark Thomas
On 20/03/2025 10:22, Mark Thomas wrote: On 19/03/2025 09:51, r...@apache.org wrote: 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/h

Re: (tomcat) branch main updated: Add new registry factory that does not return null

2025-03-20 Thread Mark Thomas
On 19/03/2025 09:51, r...@apache.org wrote: 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 e5de08a

(tomcat) branch 9.0.x updated: Fix type related warnings

2025-03-20 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 b6a06c7e06 Fix type related warnings b6a06c7e06 is d

(tomcat) branch 10.1.x updated: Fix type related warnings

2025-03-20 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 583d83f19a Fix type related warnings 583d83f19a is

(tomcat) branch 11.0.x updated: Fix type related warnings

2025-03-20 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new cb12818d13 Fix type related warnings cb12818d13 is

(tomcat) branch main updated: Fix type related warnings

2025-03-20 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 3ae844ba28 Fix type related warnings 3ae844ba28 is des

(tomcat-tck) branch main updated: Update Servlet TCK hash

2025-03-20 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 d03aebd Update Servlet TCK hash d03aebd is descr

(tomcat) 01/02: Add back getters

2025-03-20 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit ef6c99e11f9deee78f051b122cf9eee08f3a04db Author: remm AuthorDate: Thu Mar 20 09:04:04 2025 +0100 Add back getters

(tomcat) branch 11.0.x updated (d7fbff12d0 -> 2d45b62299)

2025-03-20 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from d7fbff12d0 Revert unwanted jakarta changes due to record new ef6c99e11f Add back getters new 2d45b62299 Add ba

(tomcat) 02/02: Add back other records

2025-03-20 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 2d45b622997610ee3d0a6b3c0678673d6cf0dcd4 Author: remm AuthorDate: Thu Mar 20 09:05:41 2025 +0100 Add back other recor

(tomcat) 02/02: Add back other records

2025-03-20 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 commit 5c3f5516db8a5c06ee66beddb2b320f7282841c2 Author: remm AuthorDate: Thu Mar 20 09:05:41 2025 +0100 Add back other records

(tomcat) 01/02: Add back getters

2025-03-20 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 commit 6b50cd8c8c22a1f3197f14f1e6722bd1605e75fe Author: remm AuthorDate: Thu Mar 20 09:04:04 2025 +0100 Add back getters

(tomcat) branch main updated (6f65b81e72 -> 5c3f5516db)

2025-03-20 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 6f65b81e72 Revert unwanted jakarta changes due to record new 6b50cd8c8c Add back getters new 5c3f5516db Add back