Skip to content

[Snyk] Security upgrade io.fabric8:openshift-client from 4.6.4 to 7.8.0 - #50

Open
snyk-io[bot] wants to merge 1 commit into
masterfrom
snyk-fix-fe98c07cca598ee257185dcd9fe858e8
Open

[Snyk] Security upgrade io.fabric8:openshift-client from 4.6.4 to 7.8.0#50
snyk-io[bot] wants to merge 1 commit into
masterfrom
snyk-fix-fe98c07cca598ee257185dcd9fe858e8

Conversation

@snyk-io

@snyk-io snyk-io Bot commented Jun 30, 2026

Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to fix 2 vulnerabilities in the maven dependencies of this project.

Snyk changed the following file(s):

  • debezium-testing/debezium-testing-openshift/pom.xml

Vulnerabilities that will be fixed with an upgrade:

Issue Score Upgrade
high severity Deserialization of Untrusted Data
SNYK-JAVA-COMFASTERXMLJACKSONCORE-17440598
  298   io.fabric8:openshift-client:
4.6.4 -> 7.8.0
Major version upgrade No Path Found Proof of Concept
critical severity Incomplete List of Disallowed Inputs
SNYK-JAVA-COMFASTERXMLJACKSONCORE-17440366
  182   io.fabric8:openshift-client:
4.6.4 -> 7.8.0
Major version upgrade No Path Found No Known Exploit

Breaking Change Risk

Merge Risk: High

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

@snyk-io

snyk-io Bot commented Jun 30, 2026

Copy link
Copy Markdown
Author

Merge Risk: High

The upgrade from io.fabric8:openshift-client v4.6.4 to v7.8.0 is a major version update that spans three major releases (v5, v6, and v7) and introduces significant breaking changes requiring code and environment modifications.

Key Breaking Changes:

  • Java 11 Required: Starting with version 7.0.0, the client requires Java 11 as the minimum runtime version, dropping support for Java 8. Projects using older Java versions must upgrade their JDK.
  • Default HTTP Client Changed: The default underlying HTTP client has been switched from OkHttp to Vert.x in v7.0.0. While this is intended to be a seamless change for many, applications that relied on OkHttp-specific features or configurations must now explicitly include the io.fabric8:kubernetes-httpclient-okhttp dependency to maintain the previous behavior.
  • API and Artifact Removals: Several deprecated classes and artifacts have been removed, which will cause compilation failures if used:
    • The io.fabric8:openshift-server-mock artifact and the OpenShiftMockServer class have been removed. Tests must be migrated to use KubernetesMockServer.
    • The SupportTestingClient interface has been removed.
    • The deprecated Config.errorMessages field has been removed.
    • The io:fabric8:service-catalog extension has been removed.

Recommendation:
This upgrade requires significant developer action. Before merging, you must:

  1. Ensure your project's runtime and build environment is on Java 11 or newer.
  2. Review your testing infrastructure and migrate any usage of OpenShiftMockServer to KubernetesMockServer.
  3. Analyze your code for usage of removed classes and methods and refactor accordingly.
  4. If you rely on OkHttp-specific behavior, add the kubernetes-httpclient-okhttp dependency to your project.

Source: Fabric8 Kubernetes Client v7 Migration Guide, Release Notes

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@snyk-io

snyk-io Bot commented Jun 30, 2026

Copy link
Copy Markdown
Author

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants