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
omit dc41f16e72b CAMEL-18347: ArangoDB tests do not work well with singleton services omit efd464b1f2e CAMEL-18347: fix MongoDB services in test infra not being singleton omit 3efb6d15759 CAMEL-18347: fix HBase services in test infra not being singleton omit 9daa7f606df CAMEL-18347: fix ArangoDB services in test infra not being singleton omit 7a2dd724e10 (chores) camel-kafka: skip health tests when using Strimzi omit dce306ffd53 (chores) camel-kafka: let junit manage the service lifecycle in health tests omit f8d6cf7afa1 (chores) camel-kafka: reorganized the health tests omit ea3918398c8 (chores) camel-kafka: use separate resources for the idempotent tests omit 69229f5b910 (chores) camel-kafka: forces fork reuse in integration tests This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history. * -- * -- N refs/heads/regen_bot (00c8cbbba68) \ O -- O -- O (dc41f16e72b) Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../arangodb/integration/BaseArangoDb.java | 2 +- components/camel-kafka/pom.xml | 5 ----- .../KafkaConsumerBadPortHealthCheckIT.java | 16 +++++++++------- ...afkaConsumerBadPortSupervisingHealthCheckIT.java | 16 +++++++++------- .../KafkaConsumerUnresolvableHealthCheckIT.java | 6 +----- .../kafka/KafkaIdempotentRepositoryEagerIT.java | 8 +++++--- .../kafka/KafkaIdempotentRepositoryNonEagerIT.java | 6 +++--- .../KafkaIdempotentRepositoryPersistenceIT.java | 4 ++-- .../arangodb/services/ArangoDBServiceFactory.java | 21 ++++----------------- .../infra/hbase/services/HBaseServiceFactory.java | 17 +++-------------- .../mongodb/services/MongoDBServiceFactory.java | 18 ++++-------------- 11 files changed, 41 insertions(+), 78 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%)