diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index 4dbbf5e39..cc58186c6 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -28,7 +28,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.3.9.RELEASE
+ 2.3.10.RELEASE
@@ -41,7 +41,7 @@
4.9.0
0.2.0.RELEASE
1.21
- Horsham.SR11
+ Horsham.BUILD-SNAPSHOT
diff --git a/docs/src/main/asciidoc/_configprops.adoc b/docs/src/main/asciidoc/_configprops.adoc
index 7ea556945..0cc16825c 100644
--- a/docs/src/main/asciidoc/_configprops.adoc
+++ b/docs/src/main/asciidoc/_configprops.adoc
@@ -18,7 +18,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.
@@ -42,7 +42,7 @@
|spring.sleuth.propagation.tag.enabled | `true` | Enables a {@link TagPropagationFinishedSpanHandler} that adds extra propagated fields to span tags.
|spring.sleuth.propagation.tag.whitelisted-keys | | A list of keys to be put from extra propagation fields to span tags.
|spring.sleuth.reactor.decorate-on-each | `true` | When true decorates on each operator, will be less performing, but logging will always contain the tracing entries in each operator. When false decorates on last operator, will be more performing, but logging might not always contain the tracing entries. If {@link SleuthReactorProperties#decorateQueues} is used, this decoration mode will NOT be used.
-|spring.sleuth.reactor.decorate-queues | `true` | When true uses the new decorate queues feature from Project Reactor. Should allow the feature set of {@link SleuthReactorProperties#decorateOnEach} with the least impact on the performance.
+|spring.sleuth.reactor.decorate-queues | `false` | When true uses the new decorate queues feature from Project Reactor. Should allow the feature set of {@link SleuthReactorProperties#decorateOnEach} with the least impact on the performance.
|spring.sleuth.reactor.enabled | `true` | When true enables instrumentation for reactor.
|spring.sleuth.redis.enabled | `true` | Enable span information propagation when using Redis.
|spring.sleuth.redis.remote-service-name | `redis` | Service name for the remote Redis endpoint.
diff --git a/pom.xml b/pom.xml
index 4d018f908..e8fde035b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
org.springframework.cloud
spring-cloud-build
- 2.3.3.BUILD-SNAPSHOT
+ 2.3.4.RELEASE
@@ -254,7 +254,7 @@
2.2.8.BUILD-SNAPSHOT
2.2.8.BUILD-SNAPSHOT
1.0.4.RELEASE
- Horsham.SR11
+ Horsham.BUILD-SNAPSHOT
2.2.8.BUILD-SNAPSHOT
2.2.8.BUILD-SNAPSHOT
5.12.7
diff --git a/spring-cloud-sleuth-dependencies/pom.xml b/spring-cloud-sleuth-dependencies/pom.xml
index 5e1ca012f..838f33321 100644
--- a/spring-cloud-sleuth-dependencies/pom.xml
+++ b/spring-cloud-sleuth-dependencies/pom.xml
@@ -22,7 +22,7 @@
spring-cloud-dependencies-parent
org.springframework.cloud
- 2.3.3.BUILD-SNAPSHOT
+ 2.3.4.RELEASE
spring-cloud-sleuth-dependencies