You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2022. It is now read-only.
when upgrading from fabric8 kubernetes-client 5.2.1 to 5.7.2 we get the following error while creating an VirtualService object:
java.lang.NoSuchMethodError: io/fabric8/kubernetes/client/dsl/base/HasMetadataOperation.(Lio/fabric8/kubernetes/client/dsl/base/OperationContext;)V (loaded from jar:file:/app.jar!/BOOT-INF/lib/kubernetes-client-5.7.2.jar!/ by org.springframework.boot.loader.LaunchedURLClassLoader@bb088dad) called from class me.snowdrop.istio.client.internal.operation.networking.v1beta1.VirtualServiceOperationImpl (loaded from jar:file:/app.jar!/BOOT-INF/lib/istio-client-1.7.7.1.jar!/ by org.springframework.boot.loader.LaunchedURLClassLoader@bb088dad).
at me.snowdrop.istio.client.internal.operation.networking.v1beta1.VirtualServiceOperationImpl.(VirtualServiceOperationImpl.java:26)
at me.snowdrop.istio.client.internal.operation.networking.v1beta1.VirtualServiceOperationImpl.(VirtualServiceOperationImpl.java:22)
at me.snowdrop.istio.client.DefaultIstioClient.v1beta1VirtualService(DefaultIstioClient.java:130)