Open alextrs opened 5 years ago
Could you please try 0.2.6 version?
If the java-jms works we are probably using a wrong version? Are you interested in submitting a fix for this?
I tried 0.2.6 and also the latest version, but still getting the same error
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-spring-jaeger-cloud-starter</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-spring-cloud-starter</artifactId>
<version>0.3.2</version>
</dependency>
Yep, I will submit a fix once I know what's wrong with it
Using spring-integration and after added the opentracing starter:
started to get errors:
Accordingly to this (see at the bottom) all dashes should be replaced with $dash$ but this is not happening. When I try to use raw opentracing java-jms it works as expected
I created repo that can be used to reproduce this issue