Camel Spring Boot unable to load routes from a jar file

2023-02-09 Thread Harnish Patel
Hey everyone, I have a spring boot app. in which I my routes defined in .yaml files under /resources/camel/ folder. Spring boot version: 2.1.18.RELEASE Camel version: 3.9.0 I have the specified following spring boot property in bootstrap.yml: camel: springboot: routes-include-pattern: cla

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

2023-02-09 Thread Claus Ibsen
Hi Are you sure about the versions as they are very old. On Fri, Feb 10, 2023 at 3:21 AM Harnish Patel wrote: > Hey everyone, > > I have a spring boot app. in which I my routes defined in .yaml files > under /resources/camel/ folder. > Spring boot version: 2.1.18.RELEASE > Camel version: 3.9.0