You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/04/22 11:47:19 UTC

[camel] branch camel-2.23.x updated (e8e4952 -> 29dbdaf)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch camel-2.23.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from e8e4952  Regen
     new 3006fbd  Fixes CAMEL-13437: now also looking for constructor in superclasses.
     new 29dbdaf  Fixes CAMEL-13438: Added option to disable WIH exception handling, passing through any exceptions throw by the Camel Route.

The 34260 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel/processor/ThrowExceptionProcessor.java   |   2 +-
 .../apache/camel/component/jbpm/JBPMConstants.java |   6 +-
 .../workitem/AbstractCamelWorkItemHandler.java     |  46 ++++++-
 .../CamelWorkItemHandlerIntegrationTests.java      |  93 +++++++++++++
 .../workitem/InOutCamelWorkItemHandlerTest.java    | 152 +++++++++++++++++++++
 5 files changed, 289 insertions(+), 10 deletions(-)