Description
Bug Report
I'm using josdk version 4.4.0 with fabric8 version 6.8.0 overall everything works as expected except for e2e tests. Running e2e tests gives this error:
I think this is related to the fact that josdk v4.4.0 internally depends on fabric8 v6.7.2. I'm not sure why this problem happens because my project has a direct dependency on fabric8 and I thought all transitive dependencies will use version specified by the direct dependency.
Here is relevant part of the dependency tree:
@csviri I think to reproduce this problem you should edit pom file of example operators to use fabric8 v6.8.0 and josdk v.4.4.0.
The problem is resolved when I run mvn install -Dmaven.test.skip=true
using branch fabric-6.8
and use version 4.4.1-SNAPSHOT
in my project. So, maybe I just should wait for the release of next version.
What did you do?
What did you expect to see?
What did you see instead? Under which circumstances?
Environment
Kubernetes cluster type:
$ Mention java-operator-sdk version from pom.xml file
$ java -version
$ kubectl version