Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds deprecated functions for old Sender #246

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Conversation

codefromthecrypt
Copy link
Member

@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)

I will cut 3.2.1 right after!

@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 <adrian@tetrate.io>
@codefromthecrypt codefromthecrypt merged commit 6e992f9 into master Jan 14, 2024
3 checks passed
@codefromthecrypt codefromthecrypt deleted the link-error branch January 14, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant