Croway opened a new pull request, #1420: URL: https://github.com/apache/camel-spring-boot/pull/1420
The starter does not add much since spring-cloud-config is already integrated with Spring Boot, but, this PR adds an Early Properties function converter, for example, an application.properties like ``` my.db.pass={{spring-config:myPass}} ``` is resolved at runtime. The other feature `CamelCloudConfigEnvironmentPostProcessor`, is a translation of custom Apache Camel spring cloud config properties to the Spring Boot ones, this way we'll hook into the SB lifecycle with the expected properties, this is handy in case of prototyping with plain Camel, and then export the project to Camel Spring Boot. -- 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