You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/10/08 08:18:47 UTC

[camel] branch CAMEL-18582/set-non-retryable-classes created (now 31b9d653016)

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

nfilotto pushed a change to branch CAMEL-18582/set-non-retryable-classes
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 31b9d653016 CAMEL-18582: Remove SocketTimeoutException from non retryable classes

This branch includes the following new commits:

     new 31b9d653016 CAMEL-18582: Remove SocketTimeoutException from non retryable classes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: CAMEL-18582: Remove SocketTimeoutException from non retryable classes

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch CAMEL-18582/set-non-retryable-classes
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 31b9d653016b74e11542910669c853a7a459be4f
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Sat Oct 8 10:18:24 2022 +0200

    CAMEL-18582: Remove SocketTimeoutException from non retryable classes
---
 .mvn/jvm.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/jvm.config b/.mvn/jvm.config
index 55b240284c2..600d595d45b 100644
--- a/.mvn/jvm.config
+++ b/.mvn/jvm.config
@@ -1 +1 @@
--Xmx3584m -Djava.awt.headless=true -XX:+UseG1GC -XX:+UseStringDeduplication -Daether.syncContext.named.factory=rwlock-local -Daether.syncContext.named.time=900 -Dmaven.wagon.rto=300000
+-Xmx3584m -Djava.awt.headless=true -XX:+UseG1GC -XX:+UseStringDeduplication -Daether.syncContext.named.factory=rwlock-local -Daether.syncContext.named.time=900 -Dmaven.wagon.rto=300000 -Dmaven.wagon.http.retryHandler.class=default -Dmaven.wagon.http.retryHandler.nonRetryableClasses=java.net.UnknownHostException,java.net.ConnectException,javax.net.ssl.SSLException