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