Updates to latest Zipkin and avoids Endpoint factory method (#417)

Now that Endpoint has ipv6, the factory method is even worse than it
was before. This switches to a builder instead.

Note: Endpoint now has a nice toString which should help debugging.
This commit is contained in:
Adrian Cole
2016-10-06 19:05:20 +08:00
committed by GitHub
parent 4a3b346888
commit b2df9844db
7 changed files with 24 additions and 18 deletions

View File

@@ -59,12 +59,12 @@
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin</artifactId>
<version>1.11.1</version>
<version>1.13.1</version>
</dependency>
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-server</artifactId>
<version>1.11.1</version>
<version>1.13.1</version>
</dependency>
</dependencies>
</dependencyManagement>