You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/10/12 07:24:30 UTC

[camel] branch regen_bot updated (f10de75 -> 4cd127e)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from f10de75  Sync Properties
     add 4cd127e  CAMEL-15665: If stream caching fails during convertion then Camel now allows Camel error handler to handle the exception.

No new revisions were added by this update.

Summary of changes:
 .../{Consumer.java => StreamCacheException.java}   |  10 +-
 .../camel/processor/CamelInternalProcessor.java    |  23 +++-
 .../processor/StreamCacheInternalErrorTest.java    | 140 +++++++++++++++++++++
 .../ROOT/pages/camel-3x-upgrade-guide-3_6.adoc     |   5 +
 4 files changed, 168 insertions(+), 10 deletions(-)
 copy core/camel-api/src/main/java/org/apache/camel/{Consumer.java => StreamCacheException.java} (81%)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/StreamCacheInternalErrorTest.java