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 b9adf54 CAMEL-15117: camel-salesforce - prevent NPE during stop (#3867) new dab0775 CAMEL-15126: camel-health - Remove unusued api from spi new bc2c52b CAMEL-15126: camel-health - polished and fix TODO with route controller not an extension new 19a0580 CAMEL-15126: camel-health - discover health check at doBuild phase new 522883f camel-core - Move inlined class into its own class. 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: components/camel-spring/pom.xml | 4 ++ .../apache/camel/health/HealthCheckService.java | 18 +----- .../camel/impl/engine/AbstractCamelContext.java | 53 +++------------- .../engine/OnCamelContextLifecycleStrategy.java | 70 ++++++++++++++++++++++ .../org/apache/camel/impl/DefaultCamelContext.java | 6 -- .../camel/impl/MultipleLifecycleStrategyTest.java | 4 +- .../impl/health/DefaultHealthCheckService.java | 15 ++++- .../org/apache/camel/main/BaseMainSupport.java | 2 +- .../management/ManagedNonManagedServiceTest.java | 2 +- ...edProducerRouteAddRemoveRegisterAlwaysTest.java | 2 +- .../management/ManagedRouteAddRemoveTest.java | 2 +- 11 files changed, 103 insertions(+), 75 deletions(-) create mode 100644 core/camel-base/src/main/java/org/apache/camel/impl/engine/OnCamelContextLifecycleStrategy.java