This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from b1cce27 camel-spark: Fixed typo new 8c72631 CAMEL-13627: camel-main - Reuse options for main and camel-spring-boot new e12578a CAMEL-13627: camel-main - Reuse options for main and camel-spring-boot new 176153c CAMEL-13627: camel-main - Reuse options for main and camel-spring-boo new 95d320e CAMEL-13627: camel-main - Reuse options for main and camel-spring-boot The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel/spring/boot/CamelAutoConfiguration.java | 271 +----------------- .../spring/boot/CamelConfigurationProperties.java | 182 ++++++------ .../camel/main/DefaultConfigurationConfigurer.java | 316 +++++++++++++++++++++ .../java/org/apache/camel/main/MainSupport.java | 274 +----------------- 4 files changed, 418 insertions(+), 625 deletions(-) create mode 100644 core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationConfigurer.java