Fix messaging and ribbon instrumentation for hex headers

It still feels brittle because it's up to the suthor of the
instrumentation. This patches all the places where we were still
using Long instead of Long.toHexString(..).

Fixes gh-125
This commit is contained in:
Dave Syer
2016-01-21 09:48:31 +00:00
parent 7f58eab435
commit 0bbd7cb70f
8 changed files with 67 additions and 65 deletions

View File

@@ -28,11 +28,6 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>