eclipse-vertx / vertx-tracing

Vertx integration with tracing libraries
Other
42 stars 34 forks source link

Bumped OpenTelemetry to latest 1.18.0 #46

Closed ppatierno closed 2 years ago

ppatierno commented 2 years ago

Starting from OpenTelemetry 1.17.0, they introduced an API change breaking backward compatibility. We faced this problem here in the Strimzi bridge https://github.com/strimzi/strimzi-kafka-bridge/pull/678 and needed to override one of the Vert.x dependencies. This PR bumps the OpenTelemetry version used by the Vert.x component for future releases.

tsegismont commented 2 years ago

Thank you!