You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/11/23 16:40:17 UTC

[camel-quarkus] branch main updated (7dc8268 -> 1b6a587)

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from 7dc8268  Repalce reference to quarkus-vertx-web with quarkus-vertx-http
     add 1b6a587  Fix MicroProfileHealthTest.testFailureThreshold test failure

No new revisions were added by this update.

Summary of changes:
 ...Check.java => FailureThresholdHealthCheck.java} | 24 +++++++--
 .../it/health/MicroProfileHealthResource.java      | 42 ++++++++++-----
 .../it/health/MicroProfileHealthRouteBuilder.java  |  3 --
 .../it/health/MicroProfileHealthTest.java          | 60 ++++++++++++++++------
 4 files changed, 92 insertions(+), 37 deletions(-)
 copy integration-tests/microprofile/src/main/java/org/apache/camel/quarkus/component/microprofile/it/health/{FailingHealthCheck.java => FailureThresholdHealthCheck.java} (65%)