Croway commented on issue #25: URL: https://github.com/apache/camel-upgrade-recipes/issues/25#issuecomment-2674584871
The Camel Spring Boot recipe applied to an example (application.properties diff) ``` # the name of Camel -camel.springboot.name = SampleSupervisingRouteController +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.initialDelay = 5000 +camel.routecontroller.backOffDelay = 5000 +camel.routecontroller.backOffMaxAttempts = 10 ``` The command is `mvn --no-transfer-progress org.openrewrite.maven:rewrite-maven-plugin:6.0.4:run -Drewrite.recipeArtifactCoordinates=org.apache.camel.upgrade:camel-spring-boot-upgrade-recipes:4.11.0-SNAPSHOT -Drewrite.activeRecipes=org.apache.camel.upgrade.CamelSpringBootMigrationRecipe` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org