Skip to content

Commit

Permalink
Updates to zipkin 1.14.4
Browse files Browse the repository at this point in the history
* Support for MySQL 5.7 with SQL_MODE=ONLY_FULL_GROUP_BY
* Includes support to store 128-bit trace ID (not yet implemented here)

See openzipkin/b3-propagation#6
  • Loading branch information
Adrian Cole committed Nov 5, 2016
1 parent 6f24c88 commit 1e0dbac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spring-cloud-sleuth-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<name>spring-cloud-sleuth-dependencies</name>
<description>Spring Cloud Sleuth Dependencies</description>
<properties>
<zipkin.version>1.13.1</zipkin.version>
<zipkin-reporter.version>0.6.1</zipkin-reporter.version>
<zipkin.version>1.14.4</zipkin.version>
<zipkin-reporter.version>0.6.6</zipkin-reporter.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-sleuth-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin</artifactId>
<version>1.13.1</version>
<version>1.14.4</version>
</dependency>
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-server</artifactId>
<version>1.13.1</version>
<version>1.14.4</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 1e0dbac

Please sign in to comment.