Re: Camel kubernetes

2023-10-18 Thread Matthias Leinweber
Do you have an update on this? Am Fr., 6. Okt. 2023 um 16:43 Uhr schrieb Matthias Leinweber < m.leinwe...@datatactics.de>: > I already looked into it, the io.fabric8.kubernetes.client package is > private in the camel-kubernetes bundle i think because of this: > >

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

Re: Camel kubernetes

2023-08-11 Thread Matthias Leinweber
HI Jb, I was sick and on vacation, do you have a link to a running example? Maybe I can see my mistake, directly. br, Matthias Am So., 16. Juli 2023 um 14:30 Uhr schrieb Matthias Leinweber < m.leinwe...@datatactics.de>: > Thanks JB, > > I will setup a test case in vanilla Karaf tomorrow...

Re: Camel kubernetes

2023-07-16 Thread Matthias Leinweber
Thanks JB, I will setup a test case in vanilla Karaf tomorrow... Getting leader election working, would be great too. Jean-Baptiste Onofré schrieb am Sa., 15. Juli 2023, 13:10: > Hi Matthias > > Using private package, yes I'm using it with Cellar. Can you share the > exception and eventually

Re: Camel kubernetes

2023-07-15 Thread Jean-Baptiste Onofré
Hi Matthias Using private package, yes I'm using it with Cellar. Can you share the exception and eventually the test case ? I will reproduce and improve this. Regards JB On Fri, Jul 14, 2023 at 9:20 AM Matthias Leinweber wrote: > > Hello Karaf User, > > I tried to get camel-kubernetes