You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Java library io.opentelemetry:opentelemetry-context:1.13.0, if I try to resolve makeCurrent (source) in class io.opentelemetry.context.ImplicitContextKeyed I got a MemberNotFoundException: Member google not found in PackageRef(com). That's because makeCurrent is annotated with com.google.errorprone.annotations.MustBeClosed which is not in the classpath (pom file).
The text was updated successfully, but these errors were encountered:
In the Java library
io.opentelemetry:opentelemetry-context:1.13.0
, if I try to resolvemakeCurrent
(source) in classio.opentelemetry.context.ImplicitContextKeyed
I got aMemberNotFoundException: Member google not found in PackageRef(com)
. That's becausemakeCurrent
is annotated withcom.google.errorprone.annotations.MustBeClosed
which is not in the classpath (pom file).The text was updated successfully, but these errors were encountered: