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 d4eec08 Upgrade Xchange to version 4.3.19 new f08a4e6 CAMEL-12868: Detect if camel on spring-boot shutdown very quickly because there is no main controller or starter-web dependency to keep the JVM alive. new 6f7b143 CAMEL-12868: Detect if camel on spring-boot shutdown very quickly because there is no main controller or starter-web dependency to keep the JVM alive. The 2 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: .../src/main/docs/spring-boot.adoc | 3 +- .../camel/spring/boot/CamelAutoConfiguration.java | 32 +++++------- .../spring/boot/CamelConfigurationProperties.java | 14 +++++ .../camel/spring/boot/SpringBootCamelContext.java | 59 ++++++++++++++++++++++ .../org/apache/camel/ExtendedCamelContext.java | 21 ++++++++ .../camel/impl/engine/AbstractCamelContext.java | 8 +-- 6 files changed, 111 insertions(+), 26 deletions(-) create mode 100644 components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/SpringBootCamelContext.java