What happened to Simple JMS Batch component in version 3.8?

2021-06-14 Thread Nikola Glidzic
hanks in advance, Kind Regards, Nikola Glidzic (software developer @Ikor)

BUG in Supervising Route Controller (if not a BUG, then at least a BAD USER EXPERIENCE)

2022-10-05 Thread Nikola Glidzic
e Controller. We are using Camel 3.15 and camel-kafka-starter. Very interested into topic and happy to hear explanation. Kind Regards, Nikola Glidzic

BUG - missing configuration placeholder possibility for id in REST DSL

2022-12-12 Thread Nikola Glidzic
if you do it, but please provide us link of JIRA ticket in response so we can track the progress. Thanks in advance! Kind Regards, Nikola Glidzic

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

2022-12-12 Thread Nikola Glidzic
if (verb.hasCustomIdAssigned() && ObjectHelper.isNotEmpty(id) && !customIds.contains(id)) { route.setId(id); customIds.add(id); } } } } } From:

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

BUG - RouteDefinition doesnt have routeId when using REST DSL

2023-01-23 Thread Nikola Glidzic
em exists when you try to test routes and use AdviceWith. I think this is a bug and fix is necessary since AdviceWith currently doesn't work for all routes. What you think about this? Should I open Jira ticket for this? Just to mention that I already tried this fix and AdviceWith worked as expected. Kind Regards, Nikola Glidzic

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

2023-01-27 Thread Nikola Glidzic
y first email exists. Kind Regards, Nikola Glidzic

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