Moves to zipkin 2.7.1 which fixes EnableZipkinServer bug
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<name>spring-cloud-sleuth-dependencies</name>
|
||||
<description>Spring Cloud Sleuth Dependencies</description>
|
||||
<properties>
|
||||
<zipkin.version>2.7.0</zipkin.version>
|
||||
<zipkin.version>2.7.1</zipkin.version>
|
||||
<zipkin-reporter.version>1.1.2</zipkin-reporter.version>
|
||||
<zipkin-reporter2.version>2.5.0</zipkin-reporter2.version>
|
||||
</properties>
|
||||
@@ -69,7 +69,7 @@
|
||||
<groupId>io.zipkin.java</groupId>
|
||||
<artifactId>zipkin</artifactId>
|
||||
<!-- misaligned intentionally https://github.com/spring-projects/spring-boot/issues/10778-->
|
||||
<version>2.6.1</version>
|
||||
<version>2.7.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.zipkin.zipkin2</groupId>
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<dependency>
|
||||
<groupId>io.zipkin.zipkin2</groupId>
|
||||
<artifactId>zipkin</artifactId>
|
||||
<version>2.7.0</version>
|
||||
<version>2.7.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
@@ -21,7 +21,7 @@ import java.lang.annotation.Target;
|
||||
import org.springframework.cloud.sleuth.stream.SleuthSink;
|
||||
import org.springframework.cloud.stream.annotation.EnableBinding;
|
||||
import org.springframework.context.annotation.Import;
|
||||
import zipkin.server.internal.EnableZipkinServer;
|
||||
import zipkin.server.EnableZipkinServer;
|
||||
|
||||
/**
|
||||
* When enabled, instrumented apps will transport spans over a
|
||||
|
||||
Reference in New Issue
Block a user