Re: Adding something new into Camel DSL -- but how?

2021-12-09 Thread Claus Ibsen
Hi Steven Good to know. Sorry I am too focused on 3.14 LTS release, a few last things to clear up. About ascii doc links, then they can be tricky. There has been some improvements/updates to the website build and whatnot, so its a bit in "flux" at the moment. So if you need to continue then do

Re: Adding something new into Camel DSL -- but how?

2021-12-04 Thread Steve973
Hi, Claus, and thanks for the reply. I created the ticket on 31 Oct: https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-17154 and I am working on it in the evenings as time allows. I have finished the initial implementation, and I am working on tests and the asciidoc stuff. So far, I

Re: Adding something new into Camel DSL -- but how?

2021-11-30 Thread Claus Ibsen
Hi Steven On Sun, Nov 28, 2021 at 5:01 PM Steve973 wrote: > > Hi, Claus. I have done what I hope was a fairly full tracing through the > code of camel-core, and I can now say that I appreciate your concern about > adding things to core! I also took a closer look at the Saga and Kamelet >

Re: Adding something new into Camel DSL -- but how?

2021-11-28 Thread Steve973
Hi, Claus. I have done what I hope was a fairly full tracing through the code of camel-core, and I can now say that I appreciate your concern about adding things to core! I also took a closer look at the Saga and Kamelet components, and that helped to correct a misconception that I had --

Re: Adding something new into Camel DSL -- but how?

2021-11-27 Thread Steve973
Hi, Claus, and thank you for the heads up. Since this is an alternate Dynamic Router implementation, it seems like it might be best suited to be implemented in the core, unless it would make better sense to implement it as a component for possible inclusion, later, in core. Either way, does it

Re: Adding something new into Camel DSL -- but how?

2021-11-24 Thread Claus Ibsen
Hi Adding EIPs or changes to the DSL is not a Camel end user task, and is not documented thoroughly. Adding new EIPs happens more rarely and there is maybe a little hesitation to add because when its in the DSL it stays for a long time. Also the DSL can become bloated - there are some mistakes

Adding something new into Camel DSL -- but how?

2021-11-22 Thread Steve973
Hi, all. I am working on a new version of the Dynamic Router processor that implements the pattern spec much more closely, and I have the initial implementation complete, but I want to test it (among other ways) by using it in the DSL. I haven't seen any documentation on how to do this, or any