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 <[email protected]> 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
