From af06086c3096e2885c91fae08e061467ba8a4b36 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Fri, 5 Jun 2020 16:28:25 +0200 Subject: [PATCH] Fix docs. --- docs/src/main/asciidoc/spring-cloud-openfeign.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/main/asciidoc/spring-cloud-openfeign.adoc b/docs/src/main/asciidoc/spring-cloud-openfeign.adoc index 8971f0c5..9fc54faf 100644 --- a/docs/src/main/asciidoc/spring-cloud-openfeign.adoc +++ b/docs/src/main/asciidoc/spring-cloud-openfeign.adoc @@ -130,6 +130,7 @@ You can customize the HTTP client used by providing a bean of either `org.apache Spring Cloud OpenFeign _does not_ provide the following beans by default for feign, but still looks up beans of these types from the application context to create the feign client: * `Logger.Level` +* `Retryer` * `ErrorDecoder` * `Request.Options` * `Collection`