Open
Description
Feature
Please release versions of zipkin-finagle compiled with Finagle 22.7.0 and 22.12.0
Rationale
When running zipkin-finagle-http (compiled against Finagle 22.4.0) with Finagle 22.7.0, we see errors like
java.lang.AbstractMethodError: Missing implementation of resolved method 'abstract com.twitter.finagle.Status status()' of abstract class com.twitter.finagle.ServiceFactory.
due to twitter/finagle@b2a7f4e.