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 12:23:54 UTC

[camel] branch regen_bot updated (756b3c08063 -> 0c8364a8e02)

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 756b3c08063 CAMEL-18148: fixed incorrect cache registration
     add 91c68bd6978 CAMEL-18650: camel-micrometer - Add dev console. Reuse created MetricRegistry if none exists.
     add f4cb93e6963 CAMEL-18650: camel-micrometer - Fix sorting
     add be94fddf515 CAMEL-18650: camel-micrometer - Polished
     add 0c8364a8e02 Add Dovetail to commercial support

No new revisions were added by this update.

Summary of changes:
 components/camel-micrometer/pom.xml                |  10 +-
 .../org/apache/camel/dev-console/micrometer        |   2 +
 .../micrometer/DistributionSummaryProducer.java    |   6 -
 .../component/micrometer/MicrometerConsole.java    | 188 +++++++++++++++++++++
 .../component/micrometer/MicrometerEndpoint.java   |   2 +-
 .../component/micrometer/MicrometerUtils.java      |  12 +-
 .../camel/component/micrometer/TimerProducer.java  |   8 -
 .../micrometer/json/MicrometerModule.java          |   9 +-
 .../micrometer/MicrometerComponentTest.java        |  13 --
 .../messagehistory/ManagedMessageHistoryTest.java  |   1 -
 .../ROOT/pages/commercial-camel-offerings.adoc     |   7 +
 11 files changed, 218 insertions(+), 40 deletions(-)
 create mode 100644 components/camel-micrometer/src/generated/resources/META-INF/services/org/apache/camel/dev-console/micrometer
 create mode 100644 components/camel-micrometer/src/main/java/org/apache/camel/component/micrometer/MicrometerConsole.java