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:16 UTC

[camel] branch camel-2.x updated (83b76f8 -> dde8743)

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

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


    from 83b76f8  CAMEL-13428: camel-undertow - Response with large data gets truncated on cloud
     new fb67410  Fixes CAMEL-13437: now also looking for constructor in superclasses.
     new dde8743  Fixes CAMEL-13438: Added option to disable WIH exception handling, passing through any exceptions throw by the Camel Route.

The 34442 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(-)