File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<groupId >io.strimzi</groupId >
5
5
<artifactId >kafka-bridge</artifactId >
6
- <version >0.22.2 </version >
6
+ <version >0.22.3 </version >
7
7
8
8
<name >Strimzi Kafka Bridge</name >
9
9
<description >Bridge that allows HTTP- or AMQP-based clients to interact with Apache Kafka clusters.</description >
304
304
<artifactId >opentelemetry-exporter-jaeger</artifactId >
305
305
<version >${opentelemetry.version} </version >
306
306
</dependency >
307
+ <!--
308
+ Not used directly in the bridge code but brought by Vert.x which is using a pretty old version (1.13.0)
309
+ OpenTelemetry also introduced a breaking change in the API (SdkTraceBuilder.build() method) starting from 1.17.0
310
+ Need to override to a more recent version
311
+ -->
312
+ <dependency >
313
+ <groupId >io.opentelemetry</groupId >
314
+ <artifactId >opentelemetry-sdk-trace</artifactId >
315
+ <version >${opentelemetry.version} </version >
316
+ </dependency >
307
317
<dependency >
308
318
<groupId >io.vertx</groupId >
309
319
<artifactId >vertx-opentelemetry</artifactId >
560
570
<!-- Required to be able to use the Test Container on different platforms such as Arm based Macs -->
561
571
<!-- Can be removed once the Strimzi Test Container is using new Test Container version (should be in Strimzi Test Container 0.103) -->
562
572
<ignoredUnusedDeclaredDependency >net.java.dev.jna:jna:jar:5.8.0</ignoredUnusedDeclaredDependency >
573
+ <!-- OpenTelemetry - Vert.x using old version and OpenTelemetry breaking API compatibility. See dependency declaration for details. -->
574
+ <ignoredUnusedDeclaredDependency >io.opentelemetry:opentelemetry-sdk-trace</ignoredUnusedDeclaredDependency >
563
575
</ignoredUnusedDeclaredDependencies >
564
576
</configuration >
565
577
</execution >
Original file line number Diff line number Diff line change 1
- 0.22.2
1
+ 0.22.3
You can’t perform that action at this time.
0 commit comments