fix(deps): update fabric8-kubernetes-client monorepo to v7.6.0#657
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update fabric8-kubernetes-client monorepo to v7.6.0#657renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
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 PR contains the following updates:
7.5.2→7.6.07.5.2→7.6.07.5.2→7.6.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
fabric8io/kubernetes-client (io.fabric8:kubernetes-httpclient-okhttp)
v7.6.0Compare Source
Bugs
Improvements
Dependency Upgrade
New Features
Note: Breaking changes
io.fabric8.kubernetes.api.builder.Editable. All model classes provided by the client already implement this interface. User-provided custom resources that use visitor-based editing will need to implementEditable(trivial when a builder already exists).Note: Vert.x HTTP Client Compatibility (Issue #7174)
The
kubernetes-httpclient-vertx(Vert.x 4.x) andkubernetes-httpclient-vertx-5(Vert.x 5.x) modules are mutually exclusive.They must not be included together in your project dependencies.
Both modules provide an implementation of
HttpClient.Factoryand use the sameio.vertxartifact coordinates but with incompatible major versions.Problem: If both modules are present on the classpath, Maven's dependency resolution may pick Vert.x 4.x JARs while the
Vertx5HttpClientFactoryis selected at runtime.This causes
NoClassDefFoundErrorfor Vert.x 5-specific classes likeio.vertx.core.impl.SysProps.Solution: Ensure your project includes only ONE of these modules:
kubernetes-httpclient-vertx(default, uses Vert.x 4.x) - included transitively viakubernetes-clientkubernetes-httpclient-vertx-5(optional, uses Vert.x 5.x) - requires explicit dependency and exclusion of vertx-4When using Vert.x 5, exclude the default Vert.x 4 client and set the
vertx.versionproperty:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.