jamesnetherton opened a new issue, #4083:
URL: https://github.com/apache/camel-quarkus/issues/4083

   See below exception from attempting to delete a pod. Likely that other APIs 
are also broken. We have limited test coverage to confirm.
   
   Not sure if trying to do workarounds is viable given how many components / 
operations this component provides. Probably the only way to resolve things 
would be to align Camel 3.18 with Kubernetes Client 6.1.1.
   
   ```
   2022-09-12T04:46:04.9344841Z Caused by: java.lang.NoSuchMethodError: 
'java.lang.Boolean io.fabric8.kubernetes.client.dsl.PodResource.delete()'
   2022-09-12T04:46:04.9345525Z         at 
org.apache.camel.component.kubernetes.pods.KubernetesPodsProducer.doDeletePod(KubernetesPodsProducer.java:160)
   2022-09-12T04:46:04.9346270Z         at 
org.apache.camel.component.kubernetes.pods.KubernetesPodsProducer.process(KubernetesPodsProducer.java:74)
   2022-09-12T04:46:04.9347036Z         at 
org.apache.camel.support.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:66)
   2022-09-12T04:46:04.9347507Z         ... 42 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to