Re: Separating route model vs runtime processors

2020-11-11 Thread Claus Ibsen
Hi Just a heads up that I have just pushed a bigger work to completely separate the model + reifier from the runtime processor. After Camel has been bootstrapped and all routes initialized and whatelse, then CamelContext will automatic cleanup various bits which allows to decouple model +

Separating route model vs runtime processors

2020-11-04 Thread Claus Ibsen
Hi Just a heads up that in Camel 3.7 we have separated this. I wrote a blog post with some of the benefits this bring to the table http://www.davsclaus.com/2020/11/apache-camel-37-more-camel-core.html There is one last remainder which is error handlers that are stored on the DefaultRoute and the