You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/08/04 15:37:54 UTC

[camel] branch regen_bot updated (00c8cbbba68 -> 3da5b6b8aed)

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 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
     add 9daa7f606df CAMEL-18347: fix ArangoDB services in test infra not being singleton
     add 3efb6d15759 CAMEL-18347: fix HBase services in test infra not being singleton
     add efd464b1f2e CAMEL-18347: fix MongoDB services in test infra not being singleton
     add dc41f16e72b CAMEL-18347: ArangoDB tests do not work well with singleton services
     add 3da5b6b8aed CAMEL-18345: camel-jacksonxml - Allow to enable/disable more features via FromXmlParser.Feature enum. Thanks to  Jose Bustamante for reporting.

No new revisions were added by this update.

Summary of changes:
 .../arangodb/integration/BaseArangoDb.java         |  2 +-
 .../src/main/docs/jacksonXml-dataformat.adoc       |  9 ++-
 .../component/jacksonxml/JacksonXMLDataFormat.java | 33 +++++++-
 .../jacksonxml/JacksonEmptyElementsAsNullTest.java | 87 ++++++++++++++++++++++
 components/camel-kafka/pom.xml                     |  5 ++
 .../KafkaConsumerBadPortHealthCheckIT.java         | 16 ++--
 ...fkaConsumerBadPortSupervisingHealthCheckIT.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 ++++-
 14 files changed, 201 insertions(+), 47 deletions(-)
 create mode 100644 components/camel-jacksonxml/src/test/java/org/apache/camel/component/jacksonxml/JacksonEmptyElementsAsNullTest.java
 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%)