You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This upgrade includes multiple high-risk changes, notably for io.fabric8:openshift-client and io.strimzi:api, which require significant developer action and migration steps. The jackson-databind upgrade also carries a medium risk due to a large version span.
This is a major version upgrade from 4.x to 6.x, introducing significant breaking changes. A direct upgrade requires migrating across two major versions (v5 and v6).
Key Breaking Changes:
Java 11 Required: The Java baseline was raised from 8 to 11 in version 6.0.
API and DSL Overhaul: The client instantiation and resource manipulation DSL have changed significantly. Direct instantiation with new DefaultOpenShiftClient() is discouraged. The create() method is deprecated in favor of a new resource(item).create() pattern.
API/Implementation Split: The library is now split into openshift-client-api and openshift-client modules. You should use the KubernetesClientBuilder for instantiation.
Package Structure: Some OpenShift configuration models have been moved to a new package (io.fabric8.openshift.api.model.config.v1).
Behavioral Changes: The delete() operation is now non-blocking by default.
Recommendation:
Developers must carefully follow the official v5 and v6 migration guides. Code must be refactored to use the new KubernetesClientBuilder, adapt to the new resource DSL, and verify compatibility with Java 11. This is a major effort that requires significant testing.
This upgrade requires a mandatory migration of Custom
Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.
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
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.
Snyk has created this PR to fix 1 vulnerabilities in the maven dependencies of this project.
Snyk changed the following file(s):
pom.xmldebezium-testing/debezium-testing-openshift/pom.xmlVulnerabilities that will be fixed with an upgrade:
SNYK-JAVA-COMFASTERXMLJACKSONCORE-19496766
2.10.0->2.18.10io.fabric8:openshift-client:
4.6.4->6.0.0io.strimzi:api:
0.16.2->0.23.0Major version upgradeNo Path FoundProof of ConceptBreaking Change Risk
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Deserialization of Untrusted Data