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 2022/04/12 10:07:04 UTC

[camel-quarkus-examples] 09/22: Remove health configuration no longer present in Camel 3.16

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

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

commit 9825e02a15f221d98e7a9e546f79eb4749810de6
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Mar 2 09:17:03 2022 +0000

    Remove health configuration no longer present in Camel 3.16
---
 health/src/main/resources/application.properties | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/health/src/main/resources/application.properties b/health/src/main/resources/application.properties
index afe6384..8ef2f86 100644
--- a/health/src/main/resources/application.properties
+++ b/health/src/main/resources/application.properties
@@ -43,9 +43,6 @@ camel.main.route-controller-back-off-max-attempts = 10
 # global flag to enable/disable
 camel.health.enabled = true
 
-# context check is default included but we can turn it on|off
-camel.health.context-enabled = true
-
 # routes check is default included but we can turn it on|off
 camel.health.routes-enabled = true