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 2020/10/23 06:09:18 UTC

[camel] branch regen_bot updated (5e6515f -> 93b0d7c)

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 5e6515f  CAMEL-15739: camel-core - Move AdviceWith from Reifier to Builder
     add 93b0d7c  CAMEL-15739: camel-core - Move AdviceWith from Reifier to Builder

No new revisions were added by this update.

Summary of changes:
 .../policy/MicroProfileMetricsRoutePolicyTest.java |   4 +-
 .../test/junit5/patterns/AdviceWithLambdaTest.java |   4 +-
 ...nterceptSendToEndpointWithLoadbalancerTest.java |   4 +-
 .../test/issues/AdviceWithOnCompletionTest.java    |   4 +-
 .../AdviceWithOnExceptionMultipleIssueTest.java    |   6 +-
 .../camel/test/patterns/AdviceWithLambdaTest.java  |   4 +-
 .../java/org/apache/camel/builder/AdviceWith.java  | 118 ++++++++++++++++++++-
 .../camel/builder/AdviceWithRouteBuilder.java      |  92 +++++-----------
 .../interceptor/AdviceWithLambdaTest.java          |  14 +--
 .../ROOT/pages/camel-3x-upgrade-guide-3_7.adoc     |   2 +
 10 files changed, 162 insertions(+), 90 deletions(-)