From issues-return-136709-archive-asf-public=cust-asf.ponee.io@maven.apache.org Mon Aug 20 21:50:11 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2E579180677 for ; Mon, 20 Aug 2018 21:50:11 +0200 (CEST) Received: (qmail 68579 invoked by uid 500); 20 Aug 2018 19:50:09 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 68357 invoked by uid 99); 20 Aug 2018 19:50:09 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2018 19:50:09 +0000 From: GitBox To: issues@maven.apache.org Subject: [GitHub] michael-o commented on a change in pull request #37: [WAGON-526] making the retry handle of http client configurable Message-ID: <153479460902.14056.12928174692695552448.gitbox@gitbox.apache.org> Date: Mon, 20 Aug 2018 19:50:09 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit michael-o commented on a change in pull request #37: [WAGON-526] making the retry handle of http client configurable URL: https://github.com/apache/maven-wagon/pull/37#discussion_r211384576 ########## File path: wagon-providers/wagon-http/src/site/apt/index.apt ########## @@ -57,3 +57,22 @@ Features * <<>> = true/false (default false), ignore issues with certificate dates. * <<>> = time in ms (default 1800000), read time out. + + [] + + Since version 3.2, the retry handler can be configured as well with system properties: + + * <<>> supports this set of values: + + * which implementation to use. `auto` will use `DefaultHttpRequestRetryHandler.INSTANCE`. + * `default` will use a new instance of `DefaultHttpRequestRetryHandler` respecting `requestSentEnabled`, `count` and `nonRetryableClasses`. Review comment: Please link to it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services