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

2023-02-13 Thread Harnish Patel
Thanks Claus! Appreciate your response. I will try out the 3.14.7 version as well. -Original Message- From: Claus Ibsen Sent: Saturday, February 11, 2023 2:30 AM To: users@camel.apache.org Subject: Re: Camel Spring Boot unable to load routes from a jar file EXTERNAL MESSAGE

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

2023-02-10 Thread Claus Ibsen
due to the internal platform version. We plan > to upgrade Spring Boot later this year, but for now we have to go with this > version. > > -Original Message- > From: Claus Ibsen > Sent: Friday, February 10, 2023 1:54 AM > To: users@camel.apache.org > Subject: Re: Came

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

2023-02-10 Thread Harnish Patel
10, 2023 1:54 AM To: users@camel.apache.org Subject: Re: Camel Spring Boot unable to load routes from a jar file EXTERNAL MESSAGE Hi Are you sure about the versions as they are very old. On Fri, Feb 10, 2023 at 3:21 AM Harnish

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

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