arquillian / arquillian-cube

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

Make the master branch build and execute with JDK 11 and recent Fabric8 Kubernetes CLient #1298

Closed fabiobrz closed 3 months ago

fabiobrz commented 3 months ago
Issue Overview

The master branch is outdated. We created the 2.0.x branch to introduce JDK 11 and bump the Fabric8 Kubernetes client. This branch now compiles and passes all the tests that the master branch undergoes, and should replace it.

Expected Behaviour

The master branch should build with JDK 11 and use a recent Fabric8 Kubernetes Client version.

Current Behaviour

The master branch only builds with JDK 8 and uses an old major version of the Fabric8 Kubernetes Client.

Steps To Reproduce

N/A

Additional Information

N/A