fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.77k stars 505 forks source link

[fabric8-ipaas] compilation error following latest kubernetes-client version upgrade #4938

Closed rawlingsj closed 8 years ago

rawlingsj commented 8 years ago

From the CD pipeline we've upgraded fabric8-ipaas to the latest fabric8 (which in turn upgrades kubernetes-client) and we get this compilation error:

fabric8 CI job is: https://fabric8-ci.fusesource.com/job/fabric8-ipaas-master-pullreq/39/console

15:03:15 [INFO] -------------------------------------------------------------
15:03:15 [ERROR] COMPILATION ERROR : 
15:03:15 [INFO] -------------------------------------------------------------
15:03:15 [ERROR] /mnt/hudson_workspace/workspace/fabric8-ipaas-master-pullreq/apiman/src/main/java/io/fabric8/apiman/KubernetesServiceCatalog.java:[29,35] cannot find symbol
15:03:15   symbol:   class DefaultOpenshiftClient
15:03:15   location: package io.fabric8.openshift.client
15:03:15 [ERROR] /mnt/hudson_workspace/workspace/fabric8-ipaas-master-pullreq/apiman/src/main/java/io/fabric8/apiman/KubernetesServiceCatalog.java:[29,35] cannot find symbol
15:03:15   symbol:   class DefaultOpenshiftClient
15:03:15   location: package io.fabric8.openshift.client
15:03:15 [ERROR] /mnt/hudson_workspace/workspace/fabric8-ipaas-master-pullreq/apiman/src/main/java/io/fabric8/apiman/KubernetesServiceCatalog.java:[86,48] cannot find symbol
15:03:15   symbol:   class DefaultOpenshiftClient
rawlingsj commented 8 years ago

fixed by https://github.com/fabric8io/fabric8-ipaas/pull/31