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
A brand new Micronaut 4.4.2 application using GCP Tracing should run successfully.
Actual Behaviour
There is a runtime type error due to the StackdriverSender class from zipkin-sender-stackdriver v1.1.1 which has an incompatible method getEncoding that conflicts with BytesMessageSender.
Maybe a conflict with the Zipkin reporter library?
Steps To Reproduce
Create a new MN application and attempt to use the GCP tracing library.
Environment Information
No response
Example Application
No response
Version
4.4.2
The text was updated successfully, but these errors were encountered:
Same problem here with micronaut 4.5.0 and micronaut-gcp-tracing 5.6.0. Looks similar to this one in spring boot spring-projects/spring-boot#40914. There it is suggested to upgrade to brave 6 but the transitive dependency with those versions is already 6.0.3
Expected Behavior
A brand new Micronaut 4.4.2 application using GCP Tracing should run successfully.
Actual Behaviour
There is a runtime type error due to the
StackdriverSender
class fromzipkin-sender-stackdriver
v1.1.1 which has an incompatible methodgetEncoding
that conflicts withBytesMessageSender
.Maybe a conflict with the Zipkin reporter library?
Steps To Reproduce
Create a new MN application and attempt to use the GCP tracing library.
Environment Information
No response
Example Application
No response
Version
4.4.2
The text was updated successfully, but these errors were encountered: