This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new ff803de supervising-route-controller: updates old properties ff803de is described below commit ff803de1751b44c190a0fcea3fe369fcb11d5510 Author: Marco Carletti <mcarl...@redhat.com> AuthorDate: Fri May 30 15:15:11 2025 +0200 supervising-route-controller: updates old properties --- .../src/main/resources/application.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/supervising-route-controller/src/main/resources/application.properties b/supervising-route-controller/src/main/resources/application.properties index 710ae22..4d8cb39 100644 --- a/supervising-route-controller/src/main/resources/application.properties +++ b/supervising-route-controller/src/main/resources/application.properties @@ -39,7 +39,7 @@ management.info.camel.verbose=true camel.main.name = SampleSupervisingRouteController # route controller configuration -camel.springboot.routeControllerSuperviseEnabled = true -camel.springboot.routeControllerInitialDelay = 5000 -camel.springboot.routeControllerBackoffDelay = 5000 -camel.springboot.routeControllerBackoffMaxAttempts = 10 +camel.routecontroller.enabled = true +camel.routecontroller.initial-delay = 5000 +camel.routecontroller.backoff-delay = 5000 +camel.routecontroller.backoff-max-attempts = 10