This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 2daea0e CAMEL-17813: camel-kafka - Add options on component level to
configure backoff for recover of the consumer attempting to create kafka
consumer and afterwards subscribe to kafka broker. We need 2 steps as former is
more fatal (eg invalid configuration) vs latter that can be a network glitch to
the actual kafka brokers.
add f86cc72 CAMEL-17787: Take exposure level configuration into
consideration in camel-microprofile-health
add c31d19b exclude findbugs
No new revisions were added by this update.
Summary of changes:
components/camel-json-patch/pom.xml | 6 +
.../health/CamelMicroProfileHealthCheck.java | 10 +-
.../CamelMicroProfileHealthCheckRegistry.java | 56 ++--
.../health/CamelMicroProfileHealthHelper.java | 51 ++--
.../CamelMicroProfileRepositoryHealthCheck.java | 9 +-
...CamelMicroProfileHealthCheckRepositoryTest.java | 322 ++++++++++++++++++++-
.../health/CamelMicroProfileHealthCheckTest.java | 127 ++++++++
.../CamelMicroProfileHealthConsumerTest.java | 7 +-
8 files changed, 532 insertions(+), 56 deletions(-)