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/11/05 09:45:31 UTC

[camel] branch regen_bot updated (d25c30e -> be7f2ed)

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 d25c30e  Sync deps
     add e582a52  CAMEL-15333: camel-health - Consumers have their own health-check-repo. Make it possible to turn them off, and have similar configuration like routes.
     add be7f2ed  Regen for commit e582a528f446f8c13b7b9b9707948eaf44a69ea3

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json    |  1 +
 ...CamelMicroProfileHealthCheckRepositoryTest.java |  2 +
 ...va => CamelMicroProfileHealthConsumerTest.java} | 18 +++--
 ...sumerHealthCheckErrorDisabledConsumerTest.java} | 38 ++++-----
 .../TelegramConsumerHealthCheckErrorTest.java      | 11 +--
 .../TelegramConsumerHealthCheckOkTest.java         |  7 +-
 .../apache/camel/consumers-health-check-repository |  2 +
 .../camel/impl/health/AbstractHealthCheck.java     | 15 +++-
 .../camel/impl/health/ConsumerHealthCheck.java     | 90 ++++++++++++++++++++++
 ...ry.java => ConsumersHealthCheckRepository.java} | 30 ++++----
 .../camel/impl/health/ContextHealthCheck.java      |  3 +-
 .../apache/camel/impl/health/RouteHealthCheck.java | 35 ---------
 .../impl/health/RoutesHealthCheckRepository.java   |  1 +
 .../HealthConfigurationPropertiesConfigurer.java   |  6 ++
 .../camel-main-configuration-metadata.json         |  1 +
 core/camel-main/src/main/docs/main.adoc            |  3 +-
 .../org/apache/camel/main/BaseMainSupport.java     | 24 ++++--
 .../camel/main/HealthConfigurationProperties.java  | 13 ++++
 .../modules/ROOT/pages/health-check.adoc           | 37 +++++++--
 19 files changed, 237 insertions(+), 100 deletions(-)
 copy components/camel-microprofile/camel-microprofile-health/src/test/java/org/apache/camel/microprofile/health/{CamelMicroProfileHealthCheckRepositoryTest.java => CamelMicroProfileHealthConsumerTest.java} (84%)
 copy components/camel-telegram/src/test/java/org/apache/camel/component/telegram/{TelegramConsumerHealthCheckErrorTest.java => TelegramConsumerHealthCheckErrorDisabledConsumerTest.java} (74%)
 create mode 100644 core/camel-health/src/generated/resources/META-INF/services/org/apache/camel/consumers-health-check-repository
 create mode 100644 core/camel-health/src/main/java/org/apache/camel/impl/health/ConsumerHealthCheck.java
 copy core/camel-health/src/main/java/org/apache/camel/impl/health/{RoutesHealthCheckRepository.java => ConsumersHealthCheckRepository.java} (80%)