You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/04/23 09:13:25 UTC

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

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

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


    from dde8743  Fixes CAMEL-13438: Added option to disable WIH exception handling, passing through any exceptions throw by the Camel Route.
     new 7ccf15f  CAMEL-13433 - S3: Exchange body stream is loaded into memory to calculate content length which is already set via headers
     new baf898b  CAMEL-13433 - Fixed CS

The 34444 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:
 .../apache/camel/component/aws/s3/S3Producer.java  | 13 ++++-
 ....java => S3ComponentContentLengthFileTest.java} | 67 ++++++++++++++++------
 2 files changed, 58 insertions(+), 22 deletions(-)
 copy components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/{S3ComponentFileTest.java => S3ComponentContentLengthFileTest.java} (72%)