From b0d57b0a38923c223d9382d358c2f6ea093cf611 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 2 Feb 2018 00:13:38 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- multi/multi__spring_cloud_commons_common_abstractions.html | 4 +++- single/spring-cloud-commons.html | 4 +++- spring-cloud-commons.xml | 6 ++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/multi/multi__spring_cloud_commons_common_abstractions.html b/multi/multi__spring_cloud_commons_common_abstractions.html index db7fc6b8..11efe482 100644 --- a/multi/multi__spring_cloud_commons_common_abstractions.html +++ b/multi/multi__spring_cloud_commons_common_abstractions.html @@ -178,6 +178,8 @@ if the OK HTTP jar is on the classpath. In addition, Spring Cloud Commons provi the connection managers used by both clients, ApacheHttpClientConnectionManagerFactory for the Apache HTTP client and OkHttpClientConnectionPoolFactory for the OK HTTP client. You can provide your own implementation of these beans if you would like to customize how the HTTP clients are created -in downstream projects. You can also disable the creation of these beans by setting +in downstream projects. In addition, if you provide a bean of type HttpClientBuilder and/or OkHttpClient.Builder, +the default factories will use these builders as the basis for the builders returned to downstream projects. +You can also disable the creation of these beans by setting spring.cloud.httpclientfactories.apache.enabled or spring.cloud.httpclientfactories.ok.enabled to false.

\ No newline at end of file diff --git a/single/spring-cloud-commons.html b/single/spring-cloud-commons.html index 3d734c20..b3755e56 100644 --- a/single/spring-cloud-commons.html +++ b/single/spring-cloud-commons.html @@ -365,6 +365,8 @@ if the OK HTTP jar is on the classpath. In addition, Spring Cloud Commons provi the connection managers used by both clients, ApacheHttpClientConnectionManagerFactory for the Apache HTTP client and OkHttpClientConnectionPoolFactory for the OK HTTP client. You can provide your own implementation of these beans if you would like to customize how the HTTP clients are created -in downstream projects. You can also disable the creation of these beans by setting +in downstream projects. In addition, if you provide a bean of type HttpClientBuilder and/or OkHttpClient.Builder, +the default factories will use these builders as the basis for the builders returned to downstream projects. +You can also disable the creation of these beans by setting spring.cloud.httpclientfactories.apache.enabled or spring.cloud.httpclientfactories.ok.enabled to false.

\ No newline at end of file diff --git a/spring-cloud-commons.xml b/spring-cloud-commons.xml index c742d31a..4c0c1c0f 100644 --- a/spring-cloud-commons.xml +++ b/spring-cloud-commons.xml @@ -4,7 +4,7 @@ Cloud Native Applications -2018-02-01 +2018-02-02 @@ -598,7 +598,9 @@ if the OK HTTP jar is on the classpath. In addition, Spring Cloud Commons provi the connection managers used by both clients, ApacheHttpClientConnectionManagerFactory for the Apache HTTP client and OkHttpClientConnectionPoolFactory for the OK HTTP client. You can provide your own implementation of these beans if you would like to customize how the HTTP clients are created -in downstream projects. You can also disable the creation of these beans by setting +in downstream projects. In addition, if you provide a bean of type HttpClientBuilder and/or OkHttpClient.Builder, +the default factories will use these builders as the basis for the builders returned to downstream projects. +You can also disable the creation of these beans by setting spring.cloud.httpclientfactories.apache.enabled or spring.cloud.httpclientfactories.ok.enabled to false.