openzipkin-contrib / brave-opentracing

Bridge between OpenTracing and Brave
http://opentracing.io
Apache License 2.0
64 stars 39 forks source link

Moves src level to lowest common version: 1.6 #86

Closed codefromthecrypt closed 6 years ago

codefromthecrypt commented 6 years ago

the main source tree was arbitrarily higher than both brave and opentracing-api. Now, it is fine:

$ file ./target/classes/brave/opentracing/BraveSpan.class
./target/classes/brave/opentracing/BraveSpan.class: compiled Java class data, version 50.0 (Java 1.6)

Fixes #84