This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
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