This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch CAMEL-16757
in repository https://gitbox.apache.org/repos/asf/camel.git.
from a5777f5 CAMEL-16757: camel-core - Global error handling, interceptor
in all DSL
new 4dde6d8 CAMEL-16757: camel-core - Global error handling, interceptor
in all DSL
new 020605a CAMEL-16757: camel-core - Global error handling, interceptor
in all DSL
The 2 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:
.../java/org/apache/camel/CamelContextAware.java | 2 +-
.../org/apache/camel/builder/BuilderSupport.java | 33 ++++++++++++++++++----
.../org/apache/camel/builder/RouteBuilder.java | 4 +--
.../org/apache/camel/main/RoutesConfigurer.java | 3 ++
.../dsl/support/RouteBuilderLoaderSupport.java | 2 ++
.../camel/dsl/xml/io/XmlRoutesBuilderLoader.java | 12 ++++----
.../dsl/xml/jaxb/JaxbXmlRoutesBuilderLoader.java | 13 ++++-----
7 files changed, 46 insertions(+), 23 deletions(-)