Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade io.fabric8 archives to version 6.9.2 #1288

Open
rsearls opened this issue Dec 1, 2023 · 1 comment
Open

Upgrade io.fabric8 archives to version 6.9.2 #1288

rsearls opened this issue Dec 1, 2023 · 1 comment

Comments

@rsearls
Copy link
Collaborator

rsearls commented Dec 1, 2023

arquillian-cube:1.18.3-SNAPSHOT was using io.fabric8::4.0.3.
Package names in version 4.0.3 all had names containing the string
"v4_0". (e.g. io.fabric8.kubernetes.api.model.v4_0.Namespace)
io.fabric8:
:5.x.x is mostly 4.0.3 code with "v4_0" removed
from the package names. There are a few classes with code changes
to be considered. io.fabric8:*:6.x.x has significant code changes.
So much so that a migrations guide has been provided.
https://github.com/fabric8io/kubernetes-client/blob/main/doc/MIGRATION-v6.md
Upgrading to io.fabric8:6.9.2 will required extensive evaluation and changes
to code in module kubernetes.kubernetes.

Here is the list of io.fabric8 archives arquillian-cube references.
io.fabric8:kubernetes-openshift-uberjar
io.fabric8:kubernetes-client
io.fabric8:openshift-client
io.fabric8:kubernetes-client-api

This issue depends on #1270
being resolved first.
See tracker doc, #1279

@rsearls
Copy link
Collaborator Author

rsearls commented Dec 4, 2023

Closing as duplicate of
#1269
#1275

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

No branches or pull requests

1 participant