RE: BUG - missing configuration placeholder possibility for id in REST DSL

2022-12-13 Thread Nikola Glidzic
we can make it more clear. Kind Regards, Nikola Glidzic From: Nikola Glidzic Sent: Monday, December 12, 2022 1:24 PM To: users@camel.apache.org Subject: RE: BUG - missing configuration placeholder possibility for id in REST DSL Sorry guys, I didn't know image can't be sent. Combine this

Re: BUG - missing configuration placeholder possibility for id in REST DSL

2022-12-12 Thread Babak Vahdat
;customIds.add(id); > } > } > } > } >} > > > From: Nikola Glidzic > Sent: Monday, December 12, 2022 1:13 PM > To: users@camel.apache.org > Subject: BUG - missing c

Re: BUG - missing configuration placeholder possibility for id in REST DSL

2022-12-12 Thread Claus Ibsen
route.setId(id); > customIds.add(id); > } > } > } > } > } > > > From: Nikola Glidzic > Sent: Monday, December 12, 2022 1:13 PM > To: users@camel.apache.or

RE: BUG - missing configuration placeholder possibility for id in REST DSL

2022-12-12 Thread Nikola Glidzic
Nikola Glidzic Sent: Monday, December 12, 2022 1:13 PM To: users@camel.apache.org Subject: BUG - missing configuration placeholder possibility for id in REST DSL Hello Camel crew, I think there is a bug when using placeholder for route id in REST DSL route. I am using Camel 3.18.4, but same prob

BUG - missing configuration placeholder possibility for id in REST DSL

2022-12-12 Thread Nikola Glidzic
Hello Camel crew, I think there is a bug when using placeholder for route id in REST DSL route. I am using Camel 3.18.4, but same problem exists in previous versions as well. I want my REST route to have my custom route id loaded from configuration by using configuration placeholder, like this: