This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 48ef354e CAMEL-20243: camel-main - Move route controller options into
its own group
48ef354e is described below
commit 48ef354eafc369a33f513d8ff99c35e72c8bfc62
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Dec 17 11:55:40 2023 +0100
CAMEL-20243: camel-main - Move route controller options into its own group
---
main-health/src/main/resources/application.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main-health/src/main/resources/application.properties
b/main-health/src/main/resources/application.properties
index a73d0fd1..4f414d51 100644
--- a/main-health/src/main/resources/application.properties
+++ b/main-health/src/main/resources/application.properties
@@ -23,7 +23,7 @@ camel.main.name = MyHealthyCamel
camel.main.load-health-checks = true
# enable supervised route controller which will startup routes in safe manner
-camel.route-controller.supervise-enabled = true
+camel.route-controller.enabled = true
# attempt up till 10 times to start a route (and exhaust if still failing)
# when a route is exhausted then its taken out as being supervised and
# will not take part of health-check either (UNKNOWN state)