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 c2c1f96 Sync Properties new 59c4ffb camel-health - Make health simpler new 473452d camel-health - Make health simpler new cf31601 camel-health: also register custom hc repository. And fix camel-spring and add better test. The 3 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: .../spring/health/HealthCheckRegistryTest.java | 55 ++++++----- .../spring/health/HealthCheckRegistryTest.xml | 33 ++----- .../camel/health/HealthCheckConfiguration.java | 102 ++++++--------------- .../apache/camel/health/HealthCheckRegistry.java | 10 ++ .../core/xml/AbstractCamelContextFactoryBean.java | 14 +++ .../camel/impl/health/AbstractHealthCheck.java | 10 +- .../impl/health/DefaultHealthCheckRegistry.java | 23 ++++- .../apache/camel/impl/health/HealthCheckTest.java | 4 +- .../MainConfigurationPropertiesConfigurer.java | 10 ++ .../camel-main-configuration-metadata.json | 2 + .../camel/main/DefaultConfigurationConfigurer.java | 24 +++++ .../camel/main/DefaultConfigurationProperties.java | 58 ++++++++++++ .../management/mbean/ManagedCamelHealthMBean.java | 5 +- .../camel/management/mbean/ManagedCamelHealth.java | 9 +- 14 files changed, 224 insertions(+), 135 deletions(-)