This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch backport/25840-to-camel-4.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 1cb6f0a5eae5 CAMEL-24482: camel-yaml-dsl - Canonical schema wrongly
requires every data format on unmarshal
add a7c9e1ca2977 [backport camel-4.22.x] CAMEL-24513: camel-core - Error
registry for handled exception should point to origin of error
add c1e26d671048 Regen
add 9e3dae4d012a CAMEL-24482: camel-yaml-dsl - Canonical schema wrongly
requires every data format on unmarshal
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1cb6f0a5eae5)
\
N -- N -- N refs/heads/backport/25840-to-camel-4.22.x
(9e3dae4d012a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../camel/catalog/docs/dead-letter-channel.adoc | 20 ++++++++++
.../org/apache/camel/catalog/models/doCatch.json | 4 +-
.../org/apache/camel/catalog/models/doFinally.json | 4 +-
.../apache/camel/catalog/models/errorHandler.json | 4 +-
.../apache/camel/catalog/models/onException.json | 4 +-
.../org/apache/camel/spring/xml/errorHandler.json | 4 +-
.../org/apache/camel/ExchangeConstantProvider.java | 4 +-
.../src/main/java/org/apache/camel/Exchange.java | 8 ++++
.../java/org/apache/camel/ExchangePropertyKey.java | 6 +++
.../camel/impl/engine/DefaultErrorRegistry.java | 29 ++++++++------
.../modules/eips/pages/dead-letter-channel.adoc | 20 ++++++++++
.../META-INF/org/apache/camel/model/doCatch.json | 4 +-
.../META-INF/org/apache/camel/model/doFinally.json | 4 +-
.../org/apache/camel/model/errorHandler.json | 4 +-
.../org/apache/camel/model/onException.json | 4 +-
.../org/apache/camel/processor/CatchProcessor.java | 5 ---
.../apache/camel/processor/FinallyProcessor.java | 7 +---
.../org/apache/camel/processor/TryProcessor.java | 9 +++++
.../ShareUnitOfWorkAggregationStrategy.java | 8 ++++
.../errorhandler/RedeliveryErrorHandler.java | 16 +++-----
.../org/apache/camel/impl/ErrorRegistryTest.java | 44 ++++++++++++++++++++++
.../org/apache/camel/support/ExchangeHelper.java | 29 ++++++++++++++
22 files changed, 199 insertions(+), 42 deletions(-)