Closed codefromthecrypt closed 10 months ago
double-checked files inside zipkin's released 2.26.0 jar are correct, so the problem is here, not there
$ file zipkin2/CheckResult.class
zipkin2/CheckResult.class: compiled Java class data, version 50.0 (Java 1.6)
brave classes are busted also, so will follow-up there, too. This happened when we switched off retrolambda.
$ file brave/CurrentSpanCustomizer.class
brave/CurrentSpanCustomizer.class: compiled Java class data, version 52.0 (Java 1.8)
Describe the Bug
Using brave, I noticed the bytecode versions aren't assigned correctly. For example, the URLConnectionSender should be compiled java 6 and it isn't.
Steps to Reproduce
look here https://github.com/openzipkin/brave-example/pull/97
Expected Behaviour
We probably need to lift infrastructure from zipkin to correct this.