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 82bcd1686b1 camel-jbang - Add --deps to export so you eg can add management via --deps=camel:management add 00c8cbbba68 camel-jbang - Add --deps to export so you eg can add management via --deps=camel:management add 69229f5b910 (chores) camel-kafka: forces fork reuse in integration tests add ea3918398c8 (chores) camel-kafka: use separate resources for the idempotent tests add f8d6cf7afa1 (chores) camel-kafka: reorganized the health tests add dce306ffd53 (chores) camel-kafka: let junit manage the service lifecycle in health tests add 7a2dd724e10 (chores) camel-kafka: skip health tests when using Strimzi No new revisions were added by this update. Summary of changes: components/camel-kafka/pom.xml | 5 +++++ .../{ => health}/KafkaConsumerBadPortHealthCheckIT.java | 16 +++++++--------- .../KafkaConsumerBadPortSupervisingHealthCheckIT.java | 16 +++++++--------- .../KafkaConsumerUnresolvableHealthCheckIT.java | 6 +++++- .../kafka/KafkaIdempotentRepositoryEagerIT.java | 8 +++----- .../kafka/KafkaIdempotentRepositoryNonEagerIT.java | 6 +++--- .../kafka/KafkaIdempotentRepositoryPersistenceIT.java | 4 ++-- docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 10 ++++++++++ 8 files changed, 42 insertions(+), 29 deletions(-) rename components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{ => health}/KafkaConsumerBadPortHealthCheckIT.java (93%) rename components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{ => health}/KafkaConsumerBadPortSupervisingHealthCheckIT.java (93%) rename components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/{ => health}/KafkaConsumerUnresolvableHealthCheckIT.java (94%)