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:20:19 UTC

[camel] branch regen_bot_3.14.x updated (0da7b6a -> cbf7333)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 0da7b6a  CAMEL-17501: FailedToCreateRouteException should cut the route toString before sanitizing in case the uri is very long.
     add d7cd93c  Disruptor documentation update (#6770)
     add cbf7333  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:
 .../src/main/docs/disruptor-component.adoc              |  3 ++-
 .../src/main/docs/disruptor-vm-component.adoc           |  4 +---
 .../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 ++++++++++
 9 files changed, 37 insertions(+), 19 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/component/file/{FileConsumerDirectoryMustExistBridgeErrorHandlerTest.java => FileBridgeErrorHandlerTest.java} (70%)