[RESULT] [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-04 Thread Gregor Zurowski
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,

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-04 Thread Gregor Zurowski
+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

Re: Infinite recursion of exceptions. Is it a bug?

2017-05-04 Thread Arnaud Deprez
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()) .

Infinite recursion of exceptions. Is it a bug?

2017-05-04 Thread Christian Schneider
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

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-04 Thread Gregor Zurowski
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] camel pull request #1669: camel-milo: fixing doc misprints related to pom co...

2017-05-04 Thread dmvolod
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