This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 7c8af33103b0fd7d2ad1a3375d62f8c9afb83c8f Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Sun Apr 30 21:11:11 2023 +0200 Remove Wagon related configuration as Maven 3.9.0+ does not use Wagon for http by default --- .github/workflows/camel-master-cron.yaml | 2 +- .github/workflows/ci-build.yaml | 2 +- .github/workflows/generate-sbom-main.yml | 2 +- .github/workflows/pr-validate.yml | 2 +- .github/workflows/quarkus-master-cron.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/camel-master-cron.yaml b/.github/workflows/camel-master-cron.yaml index 8fbb622321..7c95f4c8e8 100644 --- a/.github/workflows/camel-master-cron.yaml +++ b/.github/workflows/camel-master-cron.yaml @@ -25,7 +25,7 @@ on: env: LANG: en_US.UTF-8 MAVEN_OPTS: -Xmx3000m - CQ_MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=30 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true -Dmaven.wagon.http.retryHandler.count=10 -e + CQ_MAVEN_ARGS: -V -ntp -e BRANCH_OPTIONS: -Papache-snapshots TESTCONTAINERS_RYUK_DISABLED: true ISSUE_ID: 2927 diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 56b9f98788..097a5c2686 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -53,7 +53,7 @@ concurrency: env: LANG: en_US.UTF-8 MAVEN_OPTS: -Xmx3000m - CQ_MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=30 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true -Dmaven.wagon.http.retryHandler.count=10 -e + CQ_MAVEN_ARGS: -V -ntp -e TESTCONTAINERS_RYUK_DISABLED: true CHECKOUT_REF: ${{ github.event_name == 'pull_request' && github.actor == 'dependabot[bot]' && github.head_ref || '' }} diff --git a/.github/workflows/generate-sbom-main.yml b/.github/workflows/generate-sbom-main.yml index ebdf26aa62..0fc8595582 100644 --- a/.github/workflows/generate-sbom-main.yml +++ b/.github/workflows/generate-sbom-main.yml @@ -47,7 +47,7 @@ jobs: java-version: ${{ matrix.java }} cache: 'maven' - name: mvn build and sbom generation - run: ./mvnw -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress -e -Psbom -Dquickly -DskipTests verify + run: ./mvnw -V --no-transfer-progress -e -Psbom -Dquickly -DskipTests verify - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml index 56a4067f0e..ee37632c04 100644 --- a/.github/workflows/pr-validate.yml +++ b/.github/workflows/pr-validate.yml @@ -38,7 +38,7 @@ concurrency: env: LANG: en_US MAVEN_OPTS: -Xmx3000m - CQ_MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=30 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true -Dmaven.wagon.http.retryHandler.count=10 -e + CQ_MAVEN_ARGS: -V -ntp -e jobs: check-format: diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml index 19a5c7f5fd..fa41989469 100644 --- a/.github/workflows/quarkus-master-cron.yaml +++ b/.github/workflows/quarkus-master-cron.yaml @@ -25,7 +25,7 @@ on: env: LANG: en_US.UTF-8 MAVEN_OPTS: -Xmx3000m - CQ_MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=30 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true -Dmaven.wagon.http.retryHandler.count=10 -e + CQ_MAVEN_ARGS: -V -ntp -e TESTCONTAINERS_RYUK_DISABLED: true ISSUE_ID: 2926