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/01/08 14:19:17 UTC

[camel] branch regen_bot updated (e5cca77 -> 5b7d2a3)

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 e5cca77  Regen for commit 61f8109005e8a94ff085d229cac12780120d6ea8
     add b7fa02a  CAMEL-13553: Fix onCompletion EIP firing more than once.
     add 5b7d2a3  Regen for commit b7fa02a1a7c059e68dd019609018b6fd07701056

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/schemas/camel-spring.xsd  |   3 +-
 .../org/apache/camel/model/onCompletion.json       |   4 +-
 .../apache/camel/model/OnCompletionDefinition.java |   2 +-
 .../camel/processor/OnCompletionProcessor.java     |  41 +++-
 .../apache/camel/reifier/OnCompletionReifier.java  |   2 +-
 .../OnCompletionBeforeConsumerModeIssueTest.java   | 220 +++++++++++++++++++++
 .../ROOT/pages/camel-3x-upgrade-guide-3_8.adoc     |   6 +-
 .../modules/ROOT/pages/oncompletion.adoc           | 158 ++++++---------
 8 files changed, 329 insertions(+), 107 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/issues/OnCompletionBeforeConsumerModeIssueTest.java