You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/01/28 11:06:54 UTC

[camel] branch master updated (629450b -> 6ac5529)

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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 629450b  CAMEL-14449: camel-main: duration properties are ignored
     add 8d67916  CAMEL-14354: camel-core optimize
     add 6ac5529  CAMEL-14354: camel-core optimize and fixed file test

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/camel/Exchange.java   |  1 +
 .../java/org/apache/camel/ExtendedExchange.java    |  6 ++++++
 .../impl/event/ExchangeFailureHandledEvent.java    |  3 ++-
 .../camel/processor/FatalFallbackErrorHandler.java |  7 ++++---
 .../camel/processor/OnCompletionProcessor.java     |  5 +++--
 .../org/apache/camel/processor/RoutingSlip.java    |  7 ++++---
 .../ShareUnitOfWorkAggregationStrategy.java        |  5 +++--
 .../errorhandler/RedeliveryErrorHandler.java       | 23 ++++++++++++----------
 .../file/FileProducerChmodOptionTest.java          |  2 +-
 .../org/apache/camel/support/DefaultExchange.java  | 11 +++++++++++
 .../org/apache/camel/support/ExchangeHelper.java   | 18 ++++++++++++-----
 11 files changed, 61 insertions(+), 27 deletions(-)