Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

ThreadLocalScopeManager activeSpan method broken #355

Open
sebukoleth opened this issue Jun 28, 2019 · 0 comments
Open

ThreadLocalScopeManager activeSpan method broken #355

sebukoleth opened this issue Jun 28, 2019 · 0 comments

Comments

@sebukoleth
Copy link

sebukoleth commented Jun 28, 2019

@Override public Span activeSpan() { ThreadLocalScope scope = tlsScope.get(); return scope == null ? null : scope.span(); }

But Scope.span() method was deprecated in 0.32 and removed in 0.33.
So if we try to use, for example, opentracing-concurrent 0.4.0, NoSuchMethodError will be raised.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant