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 2021/07/28 13:43:12 UTC

[camel] branch regen_bot updated (9df5c49 -> f83ef00)

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 9df5c49  camel-log - Avoid using reflection
     add f83ef00  CAMEL-16374: allow multiple onCompletion at route scope (#5879)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/model/OnCompletionDefinition.java |  9 +++---
 .../apache/camel/model/ProcessorDefinition.java    | 10 +-----
 .../apache/camel/model/RouteDefinitionHelper.java  | 13 --------
 .../OnCompletionCompleteAndFailureTest.java        |  6 ++--
 .../camel/processor/OnCompletionFailAndOkTest.java | 11 ++-----
 .../OnCompletionMoreGlobalRouteCompletionTest.java | 36 ++++++++++++++++++++--
 .../modules/ROOT/pages/oncompletion.adoc           | 20 +++++++-----
 7 files changed, 56 insertions(+), 49 deletions(-)