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 2023/10/22 12:38:52 UTC

[camel] branch regen_bot updated (40dd8431539 -> 31a475fa65c)

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


    omit 40dd8431539 Regen for commit 0c644ddfa5072bcee797152c70e2ed5ff5132d38
     add 6189059b1fb CAMEL-19907: camel-micrometer - Add option to use old legacy naming s… (#11798)
     add 31a475fa65c Regen for commit 6189059b1fb0ac9e8f4f31d58495eb37874c15b1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (40dd8431539)
            \
             N -- N -- N   refs/heads/regen_bot (31a475fa65c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/micrometer-component.adoc        | 21 ++++++++++
 .../component/micrometer/MicrometerUtils.java      | 16 +++++++-
 ...rometerExchangeEventNotifierNamingStrategy.java | 20 +++++++++-
 ...MicrometerRouteEventNotifierNamingStrategy.java | 29 ++++++++++++++
 .../MicrometerMessageHistoryNamingStrategy.java    | 19 +++++++++
 .../MicrometerRoutePolicyNamingStrategy.java       | 35 +++++++++++++---
 .../MicrometerExchangeEventNotifierTest.java       |  4 +-
 .../AbstractMicrometerRoutePolicyTest.java         |  4 ++
 .../LegacyMicrometerRoutePolicyTest.java           | 46 ++++++++++++++++++++++
 .../routepolicy/MicrometerRoutePolicyTest.java     |  6 ++-
 10 files changed, 188 insertions(+), 12 deletions(-)
 create mode 100644 components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/routepolicy/LegacyMicrometerRoutePolicyTest.java