From e0c21447286ff55e2182eac2bf3c02ca08f33cc4 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 21 May 2020 21:08:32 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/README.html | 8 ++++++++ reference/html/index.html | 4 ++-- reference/html/spring-cloud-commons.html | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/reference/html/README.html b/reference/html/README.html index 64e41448..b7261f77 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -277,6 +277,14 @@ a modified file in the correct place. Just commit it and push the change.

should also work without issue as long as they use Maven 3.3.3 or better.

+

Activate the Spring Maven profile

+
+

Spring Cloud projects require the 'spring' Maven profile to be activated to resolve +the spring milestone and snapshot repositories. Use your preferred IDE to set this +profile to be active, or you may experience build errors.

+
+
+

Importing into eclipse with m2eclipse

We recommend the m2eclipse eclipse plugin when working with diff --git a/reference/html/index.html b/reference/html/index.html index 1085e2d1..91913112 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -1600,7 +1600,7 @@ We suggest passing a DiscoveryClientServiceInstanceListSupplier del @Bean public ServiceInstanceListSupplier discoveryClientServiceInstanceListSupplier( ConfigurableApplicationContext context) { - return ServiceInstanceListSuppliers.builder() + return ServiceInstanceListSupplier.builder() .withDiscoveryClient() .withHealthChecks() .withCaching() @@ -1613,7 +1613,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/reference/html/spring-cloud-commons.html b/reference/html/spring-cloud-commons.html index 1085e2d1..91913112 100644 --- a/reference/html/spring-cloud-commons.html +++ b/reference/html/spring-cloud-commons.html @@ -1600,7 +1600,7 @@ We suggest passing a DiscoveryClientServiceInstanceListSupplier del @Bean public ServiceInstanceListSupplier discoveryClientServiceInstanceListSupplier( ConfigurableApplicationContext context) { - return ServiceInstanceListSuppliers.builder() + return ServiceInstanceListSupplier.builder() .withDiscoveryClient() .withHealthChecks() .withCaching() @@ -1613,7 +1613,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