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/03/02 10:35:41 UTC

[camel-quarkus-examples] 01/03: 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 camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit f330d3c3317548870aed9e9cdce2827841dcdf3f
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