Commit c0696d2
committed
Fix kuberntes-client exclusion
This patch fixes the following operator warning:
2025-09-19 09:38:34 WARN HttpClientUtils:188 - The following httpclient factories were detected on your classpath: [io.fabric8.kubernetes.client.vertx.VertxHttpClientFactory, io.fabric8.kubernetes.client.jdkhttp.JdkHttpClientFactory], multiple of which had the same priority (0) so one was chosen randomly. You should exclude dependencies that aren't needed or use an explicit association of the HttpClient.Factory.
In 0.45.1 we upgraded kubernets-client from 6.13.4 to 7.2.0, skipping the upgrade to 7.0.0 that brings a runtime dependency on kubernetes-httpclient-vertx and required to update our exclusion.
https://github.com/strimzi/strimzi-kafka-operator/pull/10907/files
Signed-off-by: Federico Valeri <fedevaleri@gmail.com>1 parent 7332acb commit c0696d2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments