-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds deprecated functions for old Sender (#246)
@anuraaga was right as there is a link error otherwise, noticed in cassandra. ``` java.lang.NoSuchMethodError: zipkin2.reporter.brave.AsyncZipkinSpanHandler.create(Lzipkin2/reporter/Sender;)Lzipkin2/reporter/brave/AsyncZipkinSpanHandler; at brave.cassandra.Tracing.<init>(Tracing.java:75) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ``` Signed-off-by: Adrian Cole <[email protected]>
- Loading branch information
1 parent
ee8c0f1
commit 6e992f9
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters