Re: Camel kubernetes

2023-10-06 Thread Matthias Leinweber
I already looked into it, the io.fabric8.kubernetes.client package is private in the camel-kubernetes bundle i think because of this: org.apache.camel camel-package-maven-plugin generate-configurer

Re: Camel kubernetes

2023-10-06 Thread Jean-Baptiste Onofré
Hi Matthias, it sounds like a missing import/classloader issue. I will try to reproduce myself and fix. Thanks for the test case, Regards JB On Fri, Oct 6, 2023 at 3:30 PM Matthias Leinweber wrote: > > Long long time has passed... > > > I just tested camel-3.20.5. with karaf 4.4.3 (3.21.1 was

Re: Camel kubernetes

2023-10-06 Thread Matthias Leinweber
Long long time has passed... I just tested camel-3.20.5. with karaf 4.4.3 (3.21.1 was not installable) and i get a java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: io/fabric8/kubernetes/client/KubernetesClient Steps to reproduce: download karaf & start repo-add