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 2022/01/18 10:04:11 UTC

[camel] branch regen_bot updated (f55975b -> 714f512)

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 f55975b  Regen for commit a3854a925aba87393d1922cdf3875c127d67f47a
     add 714f512  CAMEL-17504: Consumer with bridgeErrorHandler=true does not work correctly. Thanks to Benjamin Graf for test case.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/ExchangeConstantProvider.java |  5 +++--
 .../src/main/java/org/apache/camel/Exchange.java        |  3 ++-
 .../main/java/org/apache/camel/ExchangePropertyKey.java |  3 +++
 .../processor/errorhandler/RedeliveryErrorHandler.java  |  8 +++++---
 ...HandlerTest.java => FileBridgeErrorHandlerTest.java} | 17 ++++++++---------
 .../support/BridgeExceptionHandlerToErrorHandler.java   |  3 +++
 .../java/org/apache/camel/support/ExchangeHelper.java   | 10 ++++++++++
 7 files changed, 34 insertions(+), 15 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/component/file/{FileConsumerDirectoryMustExistBridgeErrorHandlerTest.java => FileBridgeErrorHandlerTest.java} (70%)