RE: BUG - RouteDefinition doesnt have routeId when using REST DSL

2023-01-30 Thread Nikola Glidzic
Wow nice, I am glad that route part is back to REST DSL! Thank you Claus for help and answer! Kind Regards, Nikola Glidzic

Re: BUG - RouteDefinition doesnt have routeId when using REST DSL

2023-01-27 Thread Claus Ibsen
Camel 3.19 (CAMEL-18057) added routeId in rest-dsl. On Fri, Jan 27, 2023 at 12:17 PM Nikola Glidzic wrote: > Hi Claus, > > Thanks for answer. > > Actually, you can't do that anymore, because writing a route part in REST > DSL is not possible anymore and routeId("myId") comes from

RE: BUG - RouteDefinition doesnt have routeId when using REST DSL

2023-01-27 Thread Nikola Glidzic
Hi Claus, Thanks for answer. Actually, you can't do that anymore, because writing a route part in REST DSL is not possible anymore and routeId("myId") comes from RouteDefinition, but not from RestDefinition. We used Camel version 3.15.0 before and there we utilized route() and

Re: BUG - RouteDefinition doesnt have routeId when using REST DSL

2023-01-26 Thread Claus Ibsen
Hi In rest-dsl you can/should use routeId("myId") anot not id("myId") to specify the route id On Mon, Jan 23, 2023 at 2:11 PM Nikola Glidzic wrote: > Hello Camel crew, > > I will explain in details what I have discovered, how to reproduce it and > potential idea for fixing the issue. I am

BUG - RouteDefinition doesnt have routeId when using REST DSL

2023-01-23 Thread Nikola Glidzic
Hello Camel crew, I will explain in details what I have discovered, how to reproduce it and potential idea for fixing the issue. I am using Camel version 3.18.4. In my code, I have Camel unit tests where I extend CamelTestSupport. I am testing routes from one single RouteBuilder object which