Camel Spring Boot unable to load routes from a jar file

2023-02-09 Thread Harnish Patel
d fine. But specifying it as "*.yaml" doesn't work. Appreciate any pointers on how to resolve this issue. Thanks, Harnish Patel

RE: Camel Spring Boot unable to load routes from a jar file

2023-02-10 Thread Harnish Patel
r.jar > matching pattern: *.yaml > 16:46:52.491 > Loading from jar using file: > /opt/wf/vds-data/workers/app/c.w.c/connectors-core/1.0.0/worker.jar > 16:46:53.094 > No additional RoutesBuilder discovered from: classpath:camel/*.yaml > > If I specify the spring bo

RE: Camel Spring Boot unable to load routes from a jar file

2023-02-13 Thread Harnish Patel
ggest to use Java DSL if you must use that old version. Also note that Camel 3.14.x supports Java 8, so you could maybe try that release. I am however not sure if Camel 3.14.x runs on SB 2.1.x On Fri, Feb 10, 2023 at 4:22 PM Harnish Patel wrote: > Yes, they are old, but currently we are restr