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 539fa992224 Bump com.google.cloud:libraries-bom from 26.38.0 to
26.39.0 (#14171)
add 9cbaa0437c3 Bump djl-version from 0.27.0 to 0.28.0 (#14172)
add 6116c21e5cf Bump google-cloud-http-client-version from 1.44.1 to
1.44.2 (#14173)
add f5035d583cc Bump com.sun.xml.messaging.saaj:saaj-impl from 3.0.3 to
3.0.4 (#14174)
add 4543f953c48 CAMEL-20778: intercept EIP should not intercept
doTry/doCatch/doFinally.
No new revisions were added by this update.
Summary of changes:
components/camel-soap/pom.xml | 2 +-
components/camel-spring-ws/pom.xml | 2 +-
...eProcessor.java => InterceptableProcessor.java} | 12 ++++---
.../apache/camel/impl/engine/DefaultChannel.java | 39 ++++++++++++----------
.../org/apache/camel/processor/CatchProcessor.java | 8 ++++-
.../apache/camel/processor/FinallyProcessor.java | 9 ++++-
.../org/apache/camel/processor/TryProcessor.java | 9 ++++-
.../org/apache/camel/reifier/InterceptReifier.java | 1 +
...RouteTest.java => InterceptDoTryCatchTest.java} | 13 ++++++--
parent/pom.xml | 4 +--
10 files changed, 68 insertions(+), 31 deletions(-)
copy
core/camel-api/src/main/java/org/apache/camel/spi/{WrapAwareProcessor.java =>
InterceptableProcessor.java} (72%)
copy
core/camel-core/src/test/java/org/apache/camel/processor/intercept/{InterceptSimpleRouteTest.java
=> InterceptDoTryCatchTest.java} (80%)