Buildbot failure in on tomcat-11.0.x

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

[tomcat] 02/03: Suppress this warning as there is no other option at present

2023-05-11 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 a3057c8d9135b36f718163bef43d597098cb8e05 Author: Mark Thomas AuthorDate: Thu May 11 22:33:53 2023 +0100 Suppress this

[tomcat] 01/03: Remove support for using ^ rather than * as the separator in WAR URL

2023-05-11 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 0119904e57e4b5f4127193e7b6ec8ff3caea3abd Author: Mark Thomas AuthorDate: Thu May 11 22:25:54 2023 +0100 Remove

[tomcat] 03/03: Use URI.create(...) rather than new URI(...)

2023-05-11 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 e64a7f53489f9ea57a4c8edb4d83e8c3ea4e0b94 Author: Mark Thomas AuthorDate: Thu May 11 22:35:31 2023 +0100 Use

[tomcat] branch main updated (cf3fb9d59b -> e64a7f5348)

2023-05-11 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 cf3fb9d59b Fix typo. new 0119904e57 Remove support for using ^ rather than * as the separator in WAR URL new

[tomcat] branch main updated: Fix typo.

2023-05-11 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 cf3fb9d59b Fix typo. cf3fb9d59b is described below

[tomcat] branch main updated: Avoid deprecated method.

2023-05-11 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 37b86df3c1 Avoid deprecated method. 37b86df3c1 is

[tomcat] branch main updated: Replace Subject.doAs() with Subject.callAs()

2023-05-11 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 4b831e21ef Replace Subject.doAs() with

Re: [VOTE] Release Apache Tomcat 8.5.89

2023-05-11 Thread Igal Sapir
Mark, On Thu, May 11, 2023 at 11:23 AM Mark Thomas wrote: > On 11/05/2023 18:25, Igal Sapir wrote: > > On Thu, May 11, 2023 at 6:15 AM Mark Thomas wrote: > > > >> On 10/05/2023 22:26, Christopher Schultz wrote: > >>> On 5/10/23 17:05, Igal Sapir wrote: > >> > >> > >> > That was a

[tomcat] branch main updated: Suppress a couple of false positives

2023-05-11 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 2bd20e7026 Suppress a couple of false positives

[tomcat] branch main updated: Suppress a deprecation warning

2023-05-11 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 ead83cfd53 Suppress a deprecation warning ead83cfd53

[tomcat] branch main updated: Replace calls to Thread.getId() with Thread.threadId()

2023-05-11 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 7b30f69370 Replace calls to Thread.getId() with

[tomcat] branch main updated: Update @SuppressWarnings with correct warning type

2023-05-11 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 56400732b5 Update @SuppressWarnings with correct

[tomcat] branch main updated: Don't call Thread.stop() as it now throws an Exception

2023-05-11 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 341e818b1f Don't call Thread.stop() as it now throws

[tomcat] branch main updated: Remove references to ThreadDeath exception

2023-05-11 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 9efa28ae79 Remove references to ThreadDeath

Re: [VOTE] Release Apache Tomcat 8.5.89

2023-05-11 Thread Mark Thomas
On 11/05/2023 18:25, Igal Sapir wrote: On Thu, May 11, 2023 at 6:15 AM Mark Thomas wrote: On 10/05/2023 22:26, Christopher Schultz wrote: On 5/10/23 17:05, Igal Sapir wrote: That was a specific test case. I have the following entry in build.properties:

Re: [VOTE] Release Apache Tomcat 8.5.89

2023-05-11 Thread Igal Sapir
On Thu, May 11, 2023 at 6:15 AM Mark Thomas wrote: > On 10/05/2023 22:26, Christopher Schultz wrote: > > On 5/10/23 17:05, Igal Sapir wrote: > > > > >> That was a specific test case. I have the following entry in > >> build.properties: > >>

[tomcat] branch main updated: Remove Java 11-16 specific code

2023-05-11 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 c4ffcf56a6 Remove Java 11-16 specific code

[tomcat] branch main updated: Refactor JreCompat for minimum Java version of Java 21

2023-05-11 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 592bc75020 Refactor JreCompat for minimum Java

[tomcat] branch main updated: Increase minimum Java version to Java 21 - aligns with Jakarta EE 11

2023-05-11 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 dbd9fcae2c Increase minimum Java version to Java 21

[tomcat] branch main updated: Try not using multiple values in exclude

2023-05-11 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 029bb096ab Try not using multiple values in exclude

[tomcat] branch main updated: Another attempt to configure test matrix

2023-05-11 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 9766d5d834 Another attempt to configure test matrix

[tomcat] branch main updated: Fix syntax

2023-05-11 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 c740143926 Fix syntax c740143926 is described below

[tomcat] branch main updated: Doh. Fix logic.

2023-05-11 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 76c11c0191 Doh. Fix logic. 76c11c0191 is described

[tomcat] branch main updated: Update GitHub actions

2023-05-11 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 0e16e831e4 Update GitHub actions 0e16e831e4 is

Re: [VOTE] Release Apache Tomcat 8.5.89

2023-05-11 Thread Mark Thomas
On 10/05/2023 22:26, Christopher Schultz wrote: On 5/10/23 17:05, Igal Sapir wrote: That was a specific test case.  I have the following entry in build.properties: test.entry=org.apache.catalina.filters.TestMapperWebapps Confirmed with the following command: ❯ ant echoproperties | grep

[tomcat] branch 9.0.x updated: Use the container executor if available

2023-05-11 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 253641c728 Use the container executor if available

[tomcat] branch 10.1.x updated: Use the container executor if available

2023-05-11 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 5917d7db2c Use the container executor if

[tomcat] branch main updated: Use the container executor if available

2023-05-11 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 c0fff033a4 Use the container executor if available

[GitHub] [tomcat] kang-hl opened a new pull request, #615: Add a reset method to release reference

2023-05-11 Thread via GitHub
kang-hl opened a new pull request, #615: URL: https://github.com/apache/tomcat/pull/615 (no comment) -- 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. To unsubscribe,

[tomcat] branch 8.5.x updated: Update IDE configs

2023-05-11 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 d86253f2f2 Update IDE configs d86253f2f2 is

Re: [VOTE] Release Apache Tomcat 10.1.9

2023-05-11 Thread Han Li
> On May 10, 2023, at 00:12, Christopher Schultz > wrote: > > The proposed Apache Tomcat 10.1.9 release is now available for > voting. > > The notable changes compared to 10.1.8 are: > > - Many improvements to the JSON access log valve. > > - Deprecate support for the HTTP Connector