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/03/29 15:23:44 UTC

[camel] branch regen_bot updated (3305678 -> 4cb6284)

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 3305678  CAMEL-16423 - Camel-Minio converts any body consumed to String
     add 4cb6284  CAMEL-16391: Deprecate and remove redundant health checks in camel-microprofile-health

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/docs/microprofile-health.adoc    |  8 ++-
 .../src/main/docs/microprofile-health.adoc         |  8 ++-
 .../AbstractCamelMicroProfileHealthCheck.java      |  7 +--
 .../AbstractCamelMicroProfileLivenessCheck.java    |  3 +
 .../AbstractCamelMicroProfileReadinessCheck.java   |  3 +
 .../health/CamelMicroProfileContextCheck.java      | 73 ----------------------
 .../health/CamelMicroProfileHealthCheckTest.java   | 21 ++++---
 .../modules/others/pages/microprofile-health.adoc  |  8 ++-
 8 files changed, 37 insertions(+), 94 deletions(-)
 delete mode 100644 components/camel-microprofile/camel-microprofile-health/src/main/java/org/apache/camel/microprofile/health/CamelMicroProfileContextCheck.java