Fix headers in messaging (#335)

* Fix headers in messaging

with this change the span related headers are changed to be compatible with messaging specs. The change is backwards compatible so we accept the old ones as input, and as output we're producing both new and old headers.

fixes #332
This commit is contained in:
Marcin Grzejszczak
2016-07-14 11:57:09 +02:00
parent 795b7c8e81
commit 3ac3d41bad
8 changed files with 206 additions and 42 deletions

View File

@@ -195,7 +195,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>2.1.0</version>
<version>3.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>