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-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push: new db929db CAMEL-20243: camel-main - Move route controller options into its own group db929db is described below commit db929db0d1b8185a254e7deb630a6ae94f72869a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Dec 17 11:54:52 2023 +0100 CAMEL-20243: camel-main - Move route controller options into its own group --- jbang/route-controller/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jbang/route-controller/application.properties b/jbang/route-controller/application.properties index 4facb8c..3ec3bd6 100644 --- a/jbang/route-controller/application.properties +++ b/jbang/route-controller/application.properties @@ -5,7 +5,7 @@ camel.jbang.health = true camel.jbang.console = true # enable supervising route controller -camel.route-controller.superviseEnabled = true +camel.route-controller.enabled = true # try to restart up till 10 times camel.route-controller.backOffMaxAttempts = 10 # report DOWN if unhealthy during restarting and exhausted phases