arquillian / arquillian-cube

Control (docker, kubernetes, openshift) containers in your tests with ease!
http://arquillian.org/arquillian-cube/
117 stars 98 forks source link

Upgrade io.fabric8 archives to version 6.9.2 #1288

Open rsearls opened 7 months ago

rsearls commented 7 months ago

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 https://github.com/arquillian/arquillian-cube/issues/1270 being resolved first. See tracker doc, https://github.com/arquillian/arquillian-cube/issues/1279

rsearls commented 7 months ago

Closing as duplicate of https://github.com/arquillian/arquillian-cube/issues/1269 https://github.com/arquillian/arquillian-cube/pull/1275