From e5f84c07fd9bdf8535573425e311491551836f83 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 7 Nov 2019 14:35:15 +0100 Subject: [PATCH 1/3] Added maven flatten plugin --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index cb1ee2969..5f6db67f0 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,10 @@ + + org.codehaus.mojo + flatten-maven-plugin + org.apache.maven.plugins maven-compiler-plugin From e419f241d19f47c4c13d1fd10c9b0bb889bdf1d8 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 7 Nov 2019 15:20:15 +0000 Subject: [PATCH 2/3] Bumping versions --- benchmarks/pom.xml | 2 +- docs/src/main/asciidoc/_configprops.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index e35ab77ac..28dbf870b 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -33,7 +33,7 @@ true 1.8 1.8 - 2.2.0.RELEASE + 2.2.1.RELEASE 5.8.0 3.11.0 diff --git a/docs/src/main/asciidoc/_configprops.adoc b/docs/src/main/asciidoc/_configprops.adoc index 9864c06f1..be1301c80 100644 --- a/docs/src/main/asciidoc/_configprops.adoc +++ b/docs/src/main/asciidoc/_configprops.adoc @@ -11,7 +11,7 @@ |spring.sleuth.feign.processor.enabled | true | Enable post processor that wraps Feign Context in its tracing representations. |spring.sleuth.grpc.enabled | true | Enable span information propagation when using GRPC. |spring.sleuth.http.enabled | true | -|spring.sleuth.http.legacy.enabled | false | Enables the legacy Sleuth setup. +|spring.sleuth.http.legacy.enabled | false | |spring.sleuth.hystrix.strategy.enabled | true | Enable custom HystrixConcurrencyStrategy that wraps all Callable instances into their Sleuth representative - the TraceCallable. |spring.sleuth.hystrix.strategy.passthrough | false | When enabled the tracing information is passed to the Hystrix execution threads but spans are not created for each execution. |spring.sleuth.integration.enabled | true | Enable Spring Integration sleuth instrumentation. From 76ea7e9120515ac1adf16a950fbce054f4f7818e Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 8 Nov 2019 05:30:15 +0000 Subject: [PATCH 3/3] Bumping versions --- docs/src/main/asciidoc/_configprops.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/_configprops.adoc b/docs/src/main/asciidoc/_configprops.adoc index be1301c80..9864c06f1 100644 --- a/docs/src/main/asciidoc/_configprops.adoc +++ b/docs/src/main/asciidoc/_configprops.adoc @@ -11,7 +11,7 @@ |spring.sleuth.feign.processor.enabled | true | Enable post processor that wraps Feign Context in its tracing representations. |spring.sleuth.grpc.enabled | true | Enable span information propagation when using GRPC. |spring.sleuth.http.enabled | true | -|spring.sleuth.http.legacy.enabled | false | +|spring.sleuth.http.legacy.enabled | false | Enables the legacy Sleuth setup. |spring.sleuth.hystrix.strategy.enabled | true | Enable custom HystrixConcurrencyStrategy that wraps all Callable instances into their Sleuth representative - the TraceCallable. |spring.sleuth.hystrix.strategy.passthrough | false | When enabled the tracing information is passed to the Hystrix execution threads but spans are not created for each execution. |spring.sleuth.integration.enabled | true | Enable Spring Integration sleuth instrumentation.