Managing Quarkus dependencies when working with Native build

2024-04-15 Thread Vladislav Krejcirik
Hey, I’m building Kamel K integration where I’m using Native build due to sparing some Kubernetes resources. I’m using VS Code and RH extension pack for Camel. It seems like I need to tag all my classes with @RegisterForReflection. When I do that, I’m having unresolved dependency - io.quarkus.r

Re: Managing Quarkus dependencies when working with Native build

2024-04-15 Thread Claudio Miranda
Em seg., 15 de abr. de 2024 às 14:21, Vladislav Krejcirik escreveu: > > I’m building Kamel K integration where I’m using Native build due to sparing > some Kubernetes resources. I’m using VS Code and RH extension pack for Camel. > It seems like I need to tag all my classes with @RegisterForRefle

Re: Managing Quarkus dependencies when working with Native build

2024-04-15 Thread Vladislav Krejcirik
Thanks for quick response! I do need reflection for my class. Please see my dummy Integration below. When I removed annotation, it was not able to find my ‘getRandomNumber’ method. When I added annotation, it worked just fine, but my VS Code was complaining about missing Quarkus dependency. T

Re: Managing Quarkus dependencies when working with Native build

2024-04-15 Thread Claudio Miranda
Em seg., 15 de abr. de 2024 às 15:14, Vladislav Krejcirik escreveu: > > Thanks for quick response! I do need reflection for my class. Please see my > dummy Integration below. When I removed annotation, it was not able to find > my ‘getRandomNumber’ method. When I added annotation, it worked jus

Re: include external files in Karavan Project

2024-04-15 Thread Chirag
Rohan, Have you tried providing URL? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Apr 8, 2024 at 5:33 AM Rohan Emmanuel wrote: > HI, > when i create Karavan Project containing integration configuration which > uses some Transformers like Jol