Akvel opened a new issue, #25:
URL: https://github.com/apache/camel-upgrade-recipes/issues/25

   When Camel runs on Spring Boot, it initializes many properties from 
application.yaml (Spring YAML configuration).
   In CamelSpringBootMigrationRecipe, properties migration is not implemented, 
which causes many problems when I do this part manually.
   
   For example:
   1. https://camel.apache.org/manual/camel-4-migration-guide.html#_camel_http
   
   > `There are 4 different timeouts (connectionRequestTimeout, connectTimeout, 
soTimeout and responseTimeout) instead of initially 3 
(connectionRequestTimeout, connectTimeout and socketTimeout) `
   
   2. 
https://camel.apache.org/manual/camel-4x-upgrade-guide-4_4.html#_camel_main
   
   > The route controller configuration has been moved from general main to its 
own group. All keys started with camel.main.routesController should be renamed 
to camel.routecontroller., for example camel.main.routeControllerBackOffDelay 
should be renamed to camel.routecontroller.backOffDelay. And the option 
camel.main.routeControllerSuperviseEnabled has been renamed to 
camel.routecontroller.enabled.
   
   etc
   
   It would be really cool to support properties conversion in 
CamelSpringBootMigrationRecipe as well.
   Please implement this feature if possible.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to