From b74dd3e406e978d1f1ce0734c0b80a56d49098d3 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 19 Aug 2016 13:09:22 +0000 Subject: [PATCH] Sync docs from 1.0.x to gh-pages --- 1.0.x/index.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/1.0.x/index.html b/1.0.x/index.html index 8d450452b..9461b1dc3 100644 --- a/1.0.x/index.html +++ b/1.0.x/index.html @@ -482,7 +482,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
-

1.0.5.BUILD-SNAPSHOT

+

1.0.6.BUILD-SNAPSHOT

Spring Cloud Sleuth implements a distributed tracing solution for Spring Cloud.

@@ -2161,7 +2161,20 @@ wrap ThreadPoolTaskScheduler in a TraceAsyncListenableTaskExe
-
Unresolved directive in spring-cloud-sleuth.adoc - include::../../../../spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/client/TraceWebAsyncClientAutoConfigurationTest.java[tags=async_template_factories,indent=0]
+
@EnableAutoConfiguration
+@Configuration
+public static class TestConfiguration {
+
+	@Bean
+	ClientHttpRequestFactory mySyncClientFactory() {
+		return new MySyncClientHttpRequestFactory();
+	}
+
+	@Bean
+	AsyncClientHttpRequestFactory myAsyncClientFactory() {
+		return new MyAsyncClientHttpRequestFactory();
+	}
+}
@@ -2299,7 +2312,7 @@ To disable Zuul support set the spring.sleuth.zuul.enabled property