(tomcat) branch 8.5.x updated: Should fix CI running TestSSLHostConfigCompat

2024-02-09 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 517e0966eb Should fix CI running

(tomcat) branch 9.0.x updated: Should fix CI running TestSSLHostConfigCompat

2024-02-09 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 4cc023ff17 Should fix CI running

[tomcat] 01/02: Fix BND warning spotting in CI system

2023-10-24 Thread markt
warning spotting in CI system --- res/bnd/websocket-api.jar.tmp.bnd| 2 +- res/bnd/websocket-client-api.jar.tmp.bnd | 2 +- webapps/docs/changelog.xml | 8 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/res/bnd/websocket-api.jar.tmp.bnd b/res/bnd

[tomcat] 02/02: Fix BND warning spotting in CI system

2023-10-24 Thread markt
warning spotting in CI system --- res/bnd/websocket-api.jar.tmp.bnd| 2 +- res/bnd/websocket-client-api.jar.tmp.bnd | 2 +- webapps/docs/changelog.xml | 8 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/res/bnd/websocket-api.jar.tmp.bnd b/res/bnd

[tomcat] branch 8.5.x updated: Fix race condition that was causing intermittent CI failures

2023-08-07 Thread markt
intermittent CI failures 5e5d14e772 is described below commit 5e5d14e7729fdea7dc5faa439b48fc18740370e1 Author: Mark Thomas AuthorDate: Mon Aug 7 17:13:55 2023 +0100 Fix race condition that was causing intermittent CI failures Ensure that, if there is no request body, the stream

[tomcat] branch 9.0.x updated: Fix race condition that was causing intermittent CI failures

2023-08-07 Thread markt
intermittent CI failures c7fb31ccb0 is described below commit c7fb31ccb0a1154ac7ad2d7e4696e2b1cf226796 Author: Mark Thomas AuthorDate: Mon Aug 7 17:13:55 2023 +0100 Fix race condition that was causing intermittent CI failures Ensure that, if there is no request body, the stream

[tomcat] branch 10.1.x updated: Fix race condition that was causing intermittent CI failures

2023-08-07 Thread markt
intermittent CI failures b2e1f5b0bb is described below commit b2e1f5b0bb0b6646efaf875cd45b9eb65a103a28 Author: Mark Thomas AuthorDate: Mon Aug 7 17:13:55 2023 +0100 Fix race condition that was causing intermittent CI failures Ensure that, if there is no request body, the stream

[tomcat] branch main updated: Fix race condition that was causing intermittent CI failures

2023-08-07 Thread markt
intermittent CI failures d3f3359d2b is described below commit d3f3359d2ba3abdd8b9719ab9e3c45c51610305d Author: Mark Thomas AuthorDate: Mon Aug 7 17:13:55 2023 +0100 Fix race condition that was causing intermittent CI failures Ensure that, if there is no request body, the stream

[tomcat] branch 9.0.x updated: Additional debug logging after CI test failure

2023-07-27 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 72125872fa Additional debug logging after CI test

[tomcat] branch 8.5.x updated: Additional debug logging after CI test failure

2023-07-27 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 50b61fd467 Additional debug logging after CI test

[tomcat] branch 10.1.x updated: Additional debug logging after CI test failure

2023-07-27 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 97ce7f957f Additional debug logging after CI

[tomcat] branch main updated: Additional debug logging after CI test failure

2023-07-27 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 5cd6da7dca Additional debug logging after CI test

Re: [tomcat] branch main updated: Revert "Refactor AmbiguousBean test after seeing failures in CI"

2023-03-31 Thread Christopher Schultz
Mark, On 3/30/23 19:10, ma...@apache.org wrote: +public static class AmbiguousBean { +public void setValue(@SuppressWarnings("unused") TypeA value) { +} + +public void setValue(@SuppressWarnings("unused") String value) { +} +} Best. Class. Name. Ever.

[tomcat] branch main updated: Address CI failures for potentially ambiguous bean methods.

2023-03-30 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 7690caf7dc Address CI failures for potentially

[tomcat] branch main updated: Revert "Refactor AmbiguousBean test after seeing failures in CI"

2023-03-30 Thread markt
after seeing failures in CI" 2cd3c6b620 is described below commit 2cd3c6b620e9485694ed42e66896fa7f07885602 Author: Mark Thomas AuthorDate: Fri Mar 31 00:09:16 2023 +0100 Revert "Refactor AmbiguousBean test after seeing failures in CI"

Re: CI, Java 17 and Javadoc

2023-01-12 Thread Rémy Maucherat
On Thu, Jan 12, 2023 at 3:03 PM Mark Thomas wrote: > > On 12/01/2023 13:41, Rémy Maucherat wrote: > > On Thu, Jan 12, 2023 at 1:19 PM Mark Thomas wrote: > >> > >> I tried switching the CI over to use Java 17 last night. This exposed an > >> unexpected Javad

Re: CI, Java 17 and Javadoc

2023-01-12 Thread Christopher Schultz
Mark, On 1/12/23 07:19, Mark Thomas wrote: I tried switching the CI over to use Java 17 last night. This exposed an unexpected Javadoc behaviour that is currently breaking the 9.0.x and 8.5.x builds. Ant is configured to run Javadoc with failonwarning="true" When running the Ja

Re: CI, Java 17 and Javadoc

2023-01-12 Thread Mark Thomas
On 12/01/2023 13:41, Rémy Maucherat wrote: On Thu, Jan 12, 2023 at 1:19 PM Mark Thomas wrote: I tried switching the CI over to use Java 17 last night. This exposed an unexpected Javadoc behaviour that is currently breaking the 9.0.x and 8.5.x builds. Ant is configured to run Javadoc

Re: CI, Java 17 and Javadoc

2023-01-12 Thread Rémy Maucherat
On Thu, Jan 12, 2023 at 1:19 PM Mark Thomas wrote: > > I tried switching the CI over to use Java 17 last night. This exposed an > unexpected Javadoc behaviour that is currently breaking the 9.0.x and > 8.5.x builds. > > Ant is configured to run Javadoc with failonwarning="

CI, Java 17 and Javadoc

2023-01-12 Thread Mark Thomas
I tried switching the CI over to use Java 17 last night. This exposed an unexpected Javadoc behaviour that is currently breaking the 9.0.x and 8.5.x builds. Ant is configured to run Javadoc with failonwarning="true" When running the Javadoc task with Java 17: - if source="11&

[tomcat-connectors] branch main updated: Drop Travis CI support as per direction from infra

2023-01-10 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-connectors.git The following commit(s) were added to refs/heads/main by this push: new 38d154a3a Drop Travis CI support as per

[tomcat] branch main updated: Add current branches to GitHub actions CI

2022-10-28 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 c5290d08f0 Add current branches to GitHub actions CI

[tomcat] branch 8.5.x updated: Drop Travis CI

2022-10-28 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 8eeffd8934 Drop Travis CI 8eeffd8934 is described

[tomcat] branch 9.0.x updated: Drop Travis CI

2022-10-28 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 b1d7671b24 Drop Travis CI b1d7671b24 is described

[tomcat] branch 10.0.x updated: Drop Travis CI

2022-10-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new b4484fee2e Drop Travis CI b4484fee2e

[tomcat] branch 10.1.x updated: Drop Travis CI

2022-10-28 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 ab04c4429f Drop Travis CI ab04c4429f

[tomcat] branch main updated: Drop Travis CI

2022-10-28 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 2375e1cf0f Drop Travis CI 2375e1cf0f is described

Re: Migrating away from Travis CI

2022-10-25 Thread Rémy Maucherat
On Tue, Oct 25, 2022 at 10:01 AM Mark Thomas wrote: > > Hi all, > > Infra have notified us that we need to migrate off Travis CI. The > recommended replacement is GitHub actions. > > We are already using GitHub actions as a smoke test and we also have > BuiltBot and Gump

Migrating away from Travis CI

2022-10-25 Thread Mark Thomas
Hi all, Infra have notified us that we need to migrate off Travis CI. The recommended replacement is GitHub actions. We are already using GitHub actions as a smoke test and we also have BuiltBot and Gump providing CI. Travis provides access to ARM64, s390x and ppc64le which do not appear

[GitHub] [tomcat] markt-asf closed pull request #554: ci: add minimum GitHub token permissions for workflow

2022-10-05 Thread GitBox
markt-asf closed pull request #554: ci: add minimum GitHub token permissions for workflow URL: https://github.com/apache/tomcat/pull/554 -- 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] markt-asf commented on pull request #554: ci: add minimum GitHub token permissions for workflow

2022-10-05 Thread GitBox
markt-asf commented on PR #554: URL: https://github.com/apache/tomcat/pull/554#issuecomment-1265360483 Unnecessary. Handled by org level permissions. -- 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

[GitHub] [tomcat] boahc077 opened a new pull request, #554: ci: add minimum GitHub token permissions for workflow

2022-10-05 Thread GitBox
boahc077 opened a new pull request, #554: URL: https://github.com/apache/tomcat/pull/554 ### Description This PR adds minimum token permissions for the GITHUB_TOKEN in GitHub Actions workflows using [secure-workflows](https://github.com/step-security/secure-workflows). The GitHub

[tomcat] branch 9.0.x updated: Make test more robust (CI failure observed for 8.5.x)

2022-09-05 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 94aa3fca0c Make test more robust (CI failure

[tomcat] branch 8.5.x updated: Make test more robust (CI failure observed for 8.5.x)

2022-09-05 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 4d6f883fa4 Make test more robust (CI failure

[tomcat] branch 10.0.x updated: Make test more robust (CI failure observed for 8.5.x)

2022-09-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 3c0e408684 Make test more robust (CI failure

[tomcat] branch main updated: Make test more robust (CI failure observed for 8.5.x)

2022-09-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 0e099db5df Make test more robust (CI failure

[tomcat-jakartaee-migration] branch main updated: First attempt to configure CI at GitHub

2022-09-02 Thread markt
to configure CI at GitHub 2f936cd is described below commit 2f936cdc3708a57cd213e0b8946d6dae9d491ac2 Author: Mark Thomas AuthorDate: Fri Sep 2 18:00:05 2022 +0100 First attempt to configure CI at GitHub --- .github/workflows/ci.yml | 55 1 file changed

Re: git push ERROR wrt. CI

2022-04-21 Thread Rainer Jung
Am 21.04.2022 um 09:56 schrieb Mark Thomas: On 20/04/2022 22:52, Rainer Jung wrote: I currently see ERROR messages when doing git push. The push itself seems to work and triggers eg. travis, but the error seems related with CI. Example: Enumerating objects: 5, done. Counting objects: 100

Re: git push ERROR wrt. CI

2022-04-21 Thread Mark Thomas
On 20/04/2022 22:52, Rainer Jung wrote: I currently see ERROR messages when doing git push. The push itself seems to work and triggers eg. travis, but the error seems related with CI. Example: Enumerating objects: 5, done. Counting objects: 100% (5/5), done. Delta compression using up to 2

git push ERROR wrt. CI

2022-04-20 Thread Rainer Jung
I currently see ERROR messages when doing git push. The push itself seems to work and triggers eg. travis, but the error seems related with CI. Example: Enumerating objects: 5, done. Counting objects: 100% (5/5), done. Delta compression using up to 2 threads Compressing objects: 100% (3/3

[tomcat] branch 8.5.x updated: Increase timeout for CI

2021-11-24 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 f2d0400 Increase timeout for CI f2d0400

[tomcat] branch 9.0.x updated: Increase timeout for CI

2021-11-24 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 22314d7 Increase timeout for CI 22314d7

[tomcat] branch 8.5.x updated: Another test where the CI system seems to need longer

2021-11-24 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 7f68668 Another test where the CI system seems

[tomcat] branch 9.0.x updated: Another test where the CI system seems to need longer

2021-11-24 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 072fe5a Another test where the CI system seems

[tomcat] branch 10.0.x updated: Another test where the CI system seems to need longer

2021-11-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 46e9270 Another test where the CI system seems

[tomcat] branch main updated: Another test where the CI system seems to need longer

2021-11-24 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 49df1a2 Another test where the CI system seems

[tomcat] branch 8.5.x updated: Prompted by CI failures, run unit tests with TLSv1.2 as a minimum

2021-11-11 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 5b9729b Prompted by CI failures, run unit tests

[tomcat] branch 9.0.x updated: Prompted by CI failures, run unit tests with TLSv1.2 as a minimum

2021-11-11 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 49c6af0 Prompted by CI failures, run unit tests

[tomcat] branch main updated: Prompted by CI failures, run unit tests with TLSv1.2 as a minimum

2021-11-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 19dbd09 Prompted by CI failures, run unit tests

[tomcat] branch 10.0.x updated: Prompted by CI failures, run unit tests with TLSv1.2 as a minimum

2021-11-11 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new ccfc05c Prompted by CI failures, run unit tests

[tomcat] branch 8.5.x updated: Fix NPE observed investigating current CI failuers

2021-11-11 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 af9d7d4 Fix NPE observed investigating current CI

[tomcat] branch 9.0.x updated: Fix NPE observed investigating current CI failuers

2021-11-11 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 6d29ec5 Fix NPE observed investigating current CI

[tomcat] branch 10.0.x updated: Fix NPE observed investigating current CI failuers

2021-11-11 Thread markt
CI failuers 0e44119 is described below commit 0e44119742ff742cf2c0fadf81d742ecad749bce Author: Mark Thomas AuthorDate: Thu Nov 11 10:11:49 2021 + Fix NPE observed investigating current CI failuers --- java/org/apache/tomcat/util/net/AprEndpoint.java | 5 - 1 file changed, 4

[tomcat] branch 8.5.x updated: Attempt to avoid CI test failures

2021-11-07 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 df6e3ff Attempt to avoid CI test failures df6e3ff

[tomcat] branch 9.0.x updated: Attempt to avoid CI test failures

2021-11-07 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 16657d2 Attempt to avoid CI test failures 16657d2

[tomcat] branch 10.0.x updated: Attempt to avoid CI test failures

2021-11-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 9cb13a3 Attempt to avoid CI test failures

[tomcat] branch main updated: Attempt to avoid CI test failures

2021-11-07 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 0cd1299 Attempt to avoid CI test failures 0cd1299

[tomcat] 02/02: Update RAT excludes for new CI system

2021-11-06 Thread markt
excludes for new CI system --- res/rat/rat-excludes.txt | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/res/rat/rat-excludes.txt b/res/rat/rat-excludes.txt index a6ed2b1..38af1c6 100644 --- a/res/rat/rat-excludes.txt +++ b/res/rat/rat-excludes.txt @@ -30,7 +30,7

[tomcat] 02/02: Update RAT excludes for new CI system

2021-11-06 Thread markt
excludes for new CI system --- res/rat/rat-excludes.txt | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/res/rat/rat-excludes.txt b/res/rat/rat-excludes.txt index a6ed2b1..38af1c6 100644 --- a/res/rat/rat-excludes.txt +++ b/res/rat/rat-excludes.txt @@ -30,7 +30,7

[tomcat] 02/02: Update RAT excludes for new CI system

2021-11-06 Thread markt
excludes for new CI system --- res/rat/rat-excludes.txt | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/res/rat/rat-excludes.txt b/res/rat/rat-excludes.txt index 8d23f0f..450484e 100644 --- a/res/rat/rat-excludes.txt +++ b/res/rat/rat-excludes.txt @@ -30,7 +30,7

[tomcat] branch main updated: Add some debug logging as there are still some unexplained CI failures

2021-10-13 Thread markt
some unexplained CI failures afa370c is described below commit afa370c47dd0642ea41151e7499e2195fcf111c9 Author: Mark Thomas AuthorDate: Wed Oct 13 09:32:04 2021 +0100 Add some debug logging as there are still some unexplained CI failures --- .../servlet/http/TestHttpServletDoHead.java

[GitHub] [tomcat] markt-asf commented on pull request #445: Improve Travis CI build Performance

2021-08-17 Thread GitBox
markt-asf commented on pull request #445: URL: https://github.com/apache/tomcat/pull/445#issuecomment-900129327 It doesn't. It won't. -- 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

[GitHub] [tomcat] markt-asf closed pull request #445: Improve Travis CI build Performance

2021-08-17 Thread GitBox
markt-asf closed pull request #445: URL: https://github.com/apache/tomcat/pull/445 -- 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, e-mail:

[GitHub] [tomcat] martin-g commented on a change in pull request #445: Improve Travis CI build Performance

2021-08-17 Thread GitBox
martin-g commented on a change in pull request #445: URL: https://github.com/apache/tomcat/pull/445#discussion_r690180710 ## File path: .travis.yml ## @@ -90,3 +90,6 @@ after_failure: notifications: email: - dev@tomcat.apache.org +cache: + directories: + -

[GitHub] [tomcat] martin-g commented on a change in pull request #445: Improve Travis CI build Performance

2021-08-17 Thread GitBox
martin-g commented on a change in pull request #445: URL: https://github.com/apache/tomcat/pull/445#discussion_r690178459 ## File path: .travis.yml ## @@ -90,3 +90,6 @@ after_failure: notifications: email: - dev@tomcat.apache.org +cache: + directories: + -

[GitHub] [tomcat] martin-g commented on a change in pull request #445: Improve Travis CI build Performance

2021-08-17 Thread GitBox
martin-g commented on a change in pull request #445: URL: https://github.com/apache/tomcat/pull/445#discussion_r690177540 ## File path: .travis.yml ## @@ -80,7 +80,7 @@ install: script: - ant -q clean -- travis_wait 120 "./.travis/antTest.sh" +-

[GitHub] [tomcat] YunLemon commented on a change in pull request #445: Improve Travis CI build Performance

2021-08-17 Thread GitBox
YunLemon commented on a change in pull request #445: URL: https://github.com/apache/tomcat/pull/445#discussion_r690172550 ## File path: .travis.yml ## @@ -80,7 +80,7 @@ install: script: - ant -q clean -- travis_wait 120 "./.travis/antTest.sh" +-

[GitHub] [tomcat] YunLemon commented on a change in pull request #445: Improve Travis CI build Performance

2021-08-17 Thread GitBox
YunLemon commented on a change in pull request #445: URL: https://github.com/apache/tomcat/pull/445#discussion_r690167527 ## File path: .travis.yml ## @@ -90,3 +90,6 @@ after_failure: notifications: email: - dev@tomcat.apache.org +cache: + directories: + -

[GitHub] [tomcat] martin-g commented on a change in pull request #445: Improve Travis CI build Performance

2021-08-17 Thread GitBox
martin-g commented on a change in pull request #445: URL: https://github.com/apache/tomcat/pull/445#discussion_r690160756 ## File path: .travis.yml ## @@ -90,3 +90,6 @@ after_failure: notifications: email: - dev@tomcat.apache.org +cache: + directories: + -

[GitHub] [tomcat] markt-asf commented on pull request #445: Improve Travis CI build Performance

2021-08-17 Thread GitBox
markt-asf commented on pull request #445: URL: https://github.com/apache/tomcat/pull/445#issuecomment-900037585 The use of `travis_wait` is required. -- 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

[GitHub] [tomcat] YunLemon opened a new pull request #445: Improve Travis CI build Performance

2021-08-16 Thread GitBox
travis_wait, as it may make the build unstable and extend the build time. [Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. = If there are any

[tomcat] branch 8.5.x updated: Fix Javadoc (and CI build)

2021-06-23 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 701fa02 Fix Javadoc (and CI build) 701fa02

[tomcat] branch 9.0.x updated: Fix Javadoc (and CI build)

2021-06-23 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 17c3c21 Fix Javadoc (and CI build) 17c3c21

[tomcat] branch 10.0.x updated: Fix Javadoc (and CI build)

2021-06-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 9f2c041 Fix Javadoc (and CI build) 9f2c041

[tomcat] branch main updated: Fix Javadoc (and CI build)

2021-06-23 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 0ec9b4b Fix Javadoc (and CI build) 0ec9b4b

[tomcat] branch 7.0.x updated: Add Javadoc. Align with 8.5.x. Trivial commit to trigger CI.

2021-05-27 Thread markt
commit to trigger CI. d651c3e is described below commit d651c3eab8a05fc1fd4a661fed8e63971ffcc1a7 Author: Mark Thomas AuthorDate: Thu May 27 14:56:43 2021 +0100 Add Javadoc. Align with 8.5.x. Trivial commit to trigger CI. --- java/javax/annotation/security/DeclareRoles.java | 4 java/javax

Re: GitHub CI failures

2021-04-26 Thread Mark Thomas
On 21/04/2021 08:52, Mark Thomas wrote: Hi all, You may have noticed that the CI tests have started to failed for Java 8 on Windows at GitHub. This appears to have started when GitHub updated the JDK from Zulu 8.0.282 to 8.0.292. I have confirmed with local testing that I can recreate

Re: More CI issues

2021-04-22 Thread Mark Thomas
On 21/04/2021 19:53, Mark Thomas wrote: Both GitHUb CI and Travis CI have started to report failures due to hash mismatches for downloaded resources. I'm not sure what is going on at this point. It doesn't seem to be related to a faulty mirror or an incorrect download hash

[tomcat] branch 8.5.x updated: Code clean-up. No functional change. Primarily to trigger a CI build.

2021-04-22 Thread markt
. Primarily to trigger a CI build. d3a0122 is described below commit d3a012279f099706f9d746a3161d639a6f79456a Author: Mark Thomas AuthorDate: Thu Apr 22 07:58:22 2021 +0100 Code clean-up. No functional change. Primarily to trigger a CI build. --- .../catalina/ant/jmx/JMXAccessorQueryTask.java

[tomcat] branch master updated: Code clean-up. No functional change. Primarily to trigger a CI build.

2021-04-22 Thread markt
. Primarily to trigger a CI build. e663ab0 is described below commit e663ab075f73876adcb5172ebb332e79f6d0ee22 Author: Mark Thomas AuthorDate: Thu Apr 22 07:57:22 2021 +0100 Code clean-up. No functional change. Primarily to trigger a CI build. --- .../catalina/ant/jmx/JMXAccessorQueryTask.java

More CI issues

2021-04-21 Thread Mark Thomas
Both GitHUb CI and Travis CI have started to report failures due to hash mismatches for downloaded resources. I'm not sure what is going on at this point. It doesn't seem to be related to a faulty mirror or an incorrect download hash in build.properties. Still looking (although I might

GitHub CI failures

2021-04-21 Thread Mark Thomas
Hi all, You may have noticed that the CI tests have started to failed for Java 8 on Windows at GitHub. This appears to have started when GitHub updated the JDK from Zulu 8.0.282 to 8.0.292. I have confirmed with local testing that I can recreate the failure with Zulu 8.0.292 on Windows

[tomcat] 01/03: Trivial clean-up commit to trigger CI build

2021-04-08 Thread markt
-up commit to trigger CI build --- java/org/apache/catalina/ant/jmx/JMXAccessorGetTask.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/org/apache/catalina/ant/jmx/JMXAccessorGetTask.java b/java/org/apache/catalina/ant/jmx/JMXAccessorGetTask.java index 5f1bc83

[tomcat] 01/03: Trivial clean-up commit to trigger CI build

2021-04-08 Thread markt
-up commit to trigger CI build --- java/org/apache/catalina/ant/jmx/JMXAccessorGetTask.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/org/apache/catalina/ant/jmx/JMXAccessorGetTask.java b/java/org/apache/catalina/ant/jmx/JMXAccessorGetTask.java index 5f1bc83

[tomcat] branch master updated: Trivial clean-up commit to trigger CI build

2021-04-08 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new f2bbf04 Trivial clean-up commit to trigger CI

[tomcat] branch master updated: Update Java versions used by GitHub CI

2021-04-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new d42777a Update Java versions used by GitHub CI

[tomcat] branch 8.5.x updated: Switch test to use localhost as possible fix for CI instability

2021-04-07 Thread markt
fix for CI instability 63a9470 is described below commit 63a947041c9ae5a620a15a396c044ace908d4f87 Author: Mark Thomas AuthorDate: Wed Apr 7 17:17:38 2021 +0100 Switch test to use localhost as possible fix for CI instability --- .../org/apache/catalina/session

[tomcat] branch 9.0.x updated: Switch test to use localhost as possible fix for CI instability

2021-04-07 Thread markt
fix for CI instability af4562d is described below commit af4562d1362cfd2ed822e766f9b7121caa682f6e Author: Mark Thomas AuthorDate: Wed Apr 7 17:17:38 2021 +0100 Switch test to use localhost as possible fix for CI instability --- .../org/apache/catalina/session

[tomcat] branch master updated: Switch test to use localhost as possible fix for CI instability

2021-04-07 Thread markt
as possible fix for CI instability 9242148 is described below commit 9242148372d6059cfacc2f4ffa81c886c3ed095e Author: Mark Thomas AuthorDate: Wed Apr 7 17:17:38 2021 +0100 Switch test to use localhost as possible fix for CI instability --- .../org/apache/catalina/session

[tomcat] branch 9.0.x updated: Trivial reformat to trigger a CI build

2021-03-29 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 dfc4bbd Trivial reformat to trigger a CI build

[tomcat] branch 8.5.x updated: Trivial reformat to trigger a CI build

2021-03-29 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 b68b7c0 Trivial reformat to trigger a CI build

[tomcat] branch master updated: Trivial reformat to trigger a CI build

2021-03-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 8623d4b Trivial reformat to trigger a CI build

[tomcat] 02/02: Enable debug logging for intermittently failing tests on CI systems

2021-03-26 Thread markt
logging for intermittently failing tests on CI systems --- .../interceptors/TestNonBlockingCoordinator.java | 100 +++-- 1 file changed, 55 insertions(+), 45 deletions(-) diff --git a/test/org/apache/catalina/tribes/group/interceptors/TestNonBlockingCoordinator.java b/test

[tomcat] 01/02: Add additional debug logging - required to investigate CI failures

2021-03-26 Thread markt
additional debug logging - required to investigate CI failures --- .../tribes/group/interceptors/NonBlockingCoordinator.java| 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/java/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java b/java/org

[tomcat] 02/02: Enable debug logging for intermittently failing tests on CI systems

2021-03-26 Thread markt
debug logging for intermittently failing tests on CI systems --- .../interceptors/TestNonBlockingCoordinator.java | 100 +++-- 1 file changed, 55 insertions(+), 45 deletions(-) diff --git a/test/org/apache/catalina/tribes/group/interceptors/TestNonBlockingCoordinator.java b/test

[tomcat] 01/02: Add additional debug logging - required to investigate CI failures

2021-03-26 Thread markt
additional debug logging - required to investigate CI failures --- .../tribes/group/interceptors/NonBlockingCoordinator.java | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/java/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java b/java/org

[tomcat] 02/02: Fix intermittent CI failure

2021-03-25 Thread markt
intermittent CI failure If the complete/dispatch is on a new thread there is a race condition between the new thread and the container thread. The COMPLETE_PENDIND and DISPATCH_PENDING states were created to handle this scenario so use them. --- java/org/apache/coyote

[tomcat] 02/02: Fix intermittent CI failure

2021-03-25 Thread markt
intermittent CI failure If the complete/dispatch is on a new thread there is a race condition between the new thread and the container thread. The COMPLETE_PENDIND and DISPATCH_PENDING states were created to handle this scenario so use them. --- java/org/apache/coyote

[tomcat] 02/02: Enable debug logging for a test that is failing intermittently in CI

2021-03-24 Thread markt
logging for a test that is failing intermittently in CI --- .../apache/catalina/core/TestAsyncContextImpl.java | 39 +- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/test/org/apache/catalina/core/TestAsyncContextImpl.java b/test/org/apache/catalina/core

[tomcat] 02/02: Enable debug logging for a test that is failing intermittently in CI

2021-03-24 Thread markt
debug logging for a test that is failing intermittently in CI --- .../apache/catalina/core/TestAsyncContextImpl.java | 39 +- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/test/org/apache/catalina/core/TestAsyncContextImpl.java b/test/org/apache/catalina/core

  1   2   3   >