From 98e182b1de25968a13d87577b08da6dfc7d6b0fc Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 21 May 2020 18:09:41 +0000 Subject: [PATCH] Sync docs from 2.2.x to gh-pages --- 2.2.x/reference/html/index.html | 4 ++-- 2.2.x/reference/html/spring-cloud-commons.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/2.2.x/reference/html/index.html b/2.2.x/reference/html/index.html index 1f1e1bca..7bb83132 100644 --- a/2.2.x/reference/html/index.html +++ b/2.2.x/reference/html/index.html @@ -1638,7 +1638,7 @@ We suggest passing a DiscoveryClientServiceInstanceListSupplier del @Bean public ServiceInstanceListSupplier discoveryClientServiceInstanceListSupplier( ConfigurableApplicationContext context) { - return ServiceInstanceListSuppliers.builder() + return ServiceInstanceListSupplier.builder() .withDiscoveryClient() .withHealthChecks() .withCaching() @@ -1651,7 +1651,7 @@ We suggest passing a DiscoveryClientServiceInstanceListSupplier del
TIP
-

In order to make working on your own LoadBalancer configuration easier, we have added some utility methods in ServiceInstanceListSuppliers class.

+

In order to make working on your own LoadBalancer configuration easier, we have added a builder() method to the ServiceInstanceListSupplier class.

TIP
diff --git a/2.2.x/reference/html/spring-cloud-commons.html b/2.2.x/reference/html/spring-cloud-commons.html index 1f1e1bca..7bb83132 100644 --- a/2.2.x/reference/html/spring-cloud-commons.html +++ b/2.2.x/reference/html/spring-cloud-commons.html @@ -1638,7 +1638,7 @@ We suggest passing a DiscoveryClientServiceInstanceListSupplier del @Bean public ServiceInstanceListSupplier discoveryClientServiceInstanceListSupplier( ConfigurableApplicationContext context) { - return ServiceInstanceListSuppliers.builder() + return ServiceInstanceListSupplier.builder() .withDiscoveryClient() .withHealthChecks() .withCaching() @@ -1651,7 +1651,7 @@ We suggest passing a DiscoveryClientServiceInstanceListSupplier del
TIP
-

In order to make working on your own LoadBalancer configuration easier, we have added some utility methods in ServiceInstanceListSuppliers class.

+

In order to make working on your own LoadBalancer configuration easier, we have added a builder() method to the ServiceInstanceListSupplier class.

TIP