Thanks for your participation in the vote for Camel 2.19.0. This vote
passes with the following results:
+1 binding: 4 (Babak Vahdat, Claus Ibsen, Gregor Zurowski, Luca Burgazzoli)
+1 non-bindung: 7 (Gary Brown, Krzysztof Sobkowiak, Nicola Ferraro,
Onder Sezgin, Preben Asmussen, Thomas Diesler,
+1 (binding)
Gregor
On Sun, Apr 30, 2017 at 5:32 PM, Gregor Zurowski
wrote:
> Hi Everyone:
>
> This is the second vote to release Apache Camel 2.19.0, a new minor
> release with over 670 new features, improvements and bug fixes. A
> summary of the changes is available in the Camel wiki [1]. T
Hi Christian,
I think it's expected as you use a global onException handler.
So to not have the recursion problem, you should do something like:
from("direct:test")
.onException(Throwable.class)
.to("direct:handle_er")
.end()
.throwException(new RuntimeException())
.
I have the routes below. When I send a message to direct:test I get an
infinite recursion of exceptions.
The reason is that the onException handler also seems to be called for
the direct:handle_er that is called when handling the
first exception. In case such a handler route also throws an except
Hi Everyone:
I will wait a little bit longer for any further feedback, and if we
don't get any blockers until tomorrow, I will release 2.19.0.
Thanks,
Gregor
On Sun, Apr 30, 2017 at 5:32 PM, Gregor Zurowski
wrote:
> Hi Everyone:
>
> This is the second vote to release Apache Camel 2.19.0, a new
Github user dmvolod closed the pull request at:
https://github.com/apache/camel/pull/1669
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is ena