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 2022/10/26 14:45:10 UTC

[camel] branch regen_bot updated (3aa516a4b75 -> a66ada2096e)

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 3aa516a4b75 Regen for commit 226cb42e2b1785749aee46b144c01189e42088c1
     add d36aebe1c2e CAMEL-18650: camel-micrometer - Add abilitiy to set metrics description.
     add a66ada2096e Regen for commit d36aebe1c2ece116a20c143cbb5ba3886ee43b45

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   (3aa516a4b75)
            \
             N -- N -- N   refs/heads/regen_bot (a66ada2096e)

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:
 .../camel/catalog/components/micrometer.json       |  2 +
 .../micrometer/MicrometerEndpointConfigurer.java   |  6 ++
 .../micrometer/MicrometerEndpointUriFactory.java   |  3 +-
 .../camel/component/micrometer/micrometer.json     |  2 +
 .../micrometer/AbstractMicrometerProducer.java     | 15 ++--
 .../component/micrometer/CounterProducer.java      |  4 +-
 .../micrometer/DistributionSummaryProducer.java    |  4 +-
 .../component/micrometer/MicrometerConsole.java    | 34 +++++++++
 .../component/micrometer/MicrometerConstants.java  |  2 +
 .../component/micrometer/MicrometerEndpoint.java   | 10 +++
 .../camel/component/micrometer/TimerProducer.java  | 12 +--
 .../micrometer/MetricComponentSpringTest.java      | 85 ----------------------
 12 files changed, 77 insertions(+), 102 deletions(-)
 delete mode 100644 components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/MetricComponentSpringTest.java