Fix kuberntes-client exclusion#11892
Merged
ppatierno merged 1 commit intostrimzi:release-0.45.xfrom Sep 24, 2025
Merged
Conversation
scholzj
approved these changes
Sep 22, 2025
im-konge
approved these changes
Sep 22, 2025
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>
Member
|
/azp run regression |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
/azp run migration |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch fixes the following operator warning:
We upgraded
kubernets-clientfrom6.13.4to7.2.0, skipping the upgrade to7.0.0that brings a runtime dependency onkubernetes-httpclient-vertxand required to update our exclusion.https://github.com/strimzi/strimzi-kafka-operator/pull/10907/files