From 0ec9648bdfe99768028c6166e9181ceb7636e161 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 12 Feb 2020 10:05:06 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/index.html | 16 +++------------- reference/html/spring-cloud-sleuth.html | 16 +++------------- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/reference/html/index.html b/reference/html/index.html index 8eb7b9e54..dda556801 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -196,7 +196,7 @@ $(addBlockSwitches);
-

2.2.2.BUILD-SNAPSHOT

+

3.0.0.BUILD-SNAPSHOT

@@ -2969,12 +2969,7 @@ To disable the custom Hystrix Concurrency Strategy, set the spring.sleuth.
-
HystrixCommand<String> hystrixCommand = new HystrixCommand<String>(setter) {
-    @Override
-    protected String run() throws Exception {
-        return someLogic();
-    }
-};
+
Unresolved directive in index.adoc - include::/opt/jenkins/data/workspace/spring-cloud-jdk11-spring-cloud-sleuth-master-ci/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/TraceCommandTests.java[tags=hystrix_command,indent=0]
@@ -2983,12 +2978,7 @@ To disable the custom Hystrix Concurrency Strategy, set the spring.sleuth.
-
TraceCommand<String> traceCommand = new TraceCommand<String>(tracer, setter) {
-    @Override
-    public String doRun() throws Exception {
-        return someLogic();
-    }
-};
+
Unresolved directive in index.adoc - include::/opt/jenkins/data/workspace/spring-cloud-jdk11-spring-cloud-sleuth-master-ci/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/TraceCommandTests.java[tags=trace_hystrix_command,indent=0]
diff --git a/reference/html/spring-cloud-sleuth.html b/reference/html/spring-cloud-sleuth.html index 8eb7b9e54..d81fd5c2f 100644 --- a/reference/html/spring-cloud-sleuth.html +++ b/reference/html/spring-cloud-sleuth.html @@ -196,7 +196,7 @@ $(addBlockSwitches);
-

2.2.2.BUILD-SNAPSHOT

+

3.0.0.BUILD-SNAPSHOT

@@ -2969,12 +2969,7 @@ To disable the custom Hystrix Concurrency Strategy, set the spring.sleuth.
-
HystrixCommand<String> hystrixCommand = new HystrixCommand<String>(setter) {
-    @Override
-    protected String run() throws Exception {
-        return someLogic();
-    }
-};
+
Unresolved directive in spring-cloud-sleuth.adoc - include::/opt/jenkins/data/workspace/spring-cloud-jdk11-spring-cloud-sleuth-master-ci/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/TraceCommandTests.java[tags=hystrix_command,indent=0]
@@ -2983,12 +2978,7 @@ To disable the custom Hystrix Concurrency Strategy, set the spring.sleuth.
-
TraceCommand<String> traceCommand = new TraceCommand<String>(tracer, setter) {
-    @Override
-    public String doRun() throws Exception {
-        return someLogic();
-    }
-};
+
Unresolved directive in spring-cloud-sleuth.adoc - include::/opt/jenkins/data/workspace/spring-cloud-jdk11-spring-cloud-sleuth-master-ci/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/TraceCommandTests.java[tags=trace_hystrix_command,indent=0]