This is an automated email from the ASF dual-hosted git repository.

mattyb149 pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new ee37bbbb3b NIFI-11908 Updated GitHub Build HTTP Settings
ee37bbbb3b is described below

commit ee37bbbb3b7e209a0cb8d74241b9b0de49b3dc81
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Aug 3 12:48:40 2023 -0500

    NIFI-11908 Updated GitHub Build HTTP Settings
    
    - Replaced Maven Wagon properties to Maven Native HTTP properties as 
required for Maven 3.9
    - Removed the deprecated disableXmlReport argument
    
    Signed-off-by: Matt Burgess <[email protected]>
---
 .github/workflows/ci-workflow.yml | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/ci-workflow.yml 
b/.github/workflows/ci-workflow.yml
index a2fcf01e92..fd23fef6c1 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -25,18 +25,12 @@ env:
     -XX:ReservedCodeCacheSize=1g
     -XX:+UseG1GC
     -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN
-    -Dmaven.wagon.http.retryHandler.class=standard
-    -Dmaven.wagon.http.retryHandler.count=5
-    -Dmaven.wagon.http.retryHandler.requestSentEnabled=true
-    -Dmaven.wagon.httpconnectionManager.maxPerRoute=5
-    -Dmaven.wagon.httpconnectionManager.ttlSeconds=30
+    -Daether.connector.http.retryHandler.count=5
+    -Daether.connector.http.connectionMaxTtl=30
   COMPILE_MAVEN_OPTS: >-
     -Xmx3g
-    -Dmaven.wagon.http.retryHandler.class=standard
-    -Dmaven.wagon.http.retryHandler.count=5
-    -Dmaven.wagon.http.retryHandler.requestSentEnabled=true
-    -Dmaven.wagon.httpconnectionManager.maxPerRoute=5
-    -Dmaven.wagon.httpconnectionManager.ttlSeconds=30
+    -Daether.connector.http.retryHandler.count=5
+    -Daether.connector.http.connectionMaxTtl=30
   MAVEN_COMPILE_COMMAND: >-
     test-compile
     --show-version
@@ -69,7 +63,6 @@ env:
     --no-transfer-progress
     --fail-fast
     -D dir-only
-    -D disableXmlReport
   MAVEN_BUILD_PROFILES: >-
     -P include-grpc
     -P skip-nifi-bin-assembly

Reply via email to