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/10/19 10:32:02 UTC

[camel] branch regen_bot updated (c9d757eedf1 -> 6e100c94c06)

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 c9d757eedf1 Sync deps
     add 6e100c94c06 CAMEL-18620: Add redpanda container

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml                                     |  5 ++
 test-infra/camel-test-infra-kafka/pom.xml          |  4 +
 .../infra/kafka/services/KafkaServiceFactory.java  |  5 +-
 .../test/infra/kafka/services/RedpandaService.java | 86 ++++++++++++++++++++++
 .../RedpandaTransactionsEnabledContainer.java      | 47 ++++++++++++
 5 files changed, 146 insertions(+), 1 deletion(-)
 create mode 100644 test-infra/camel-test-infra-kafka/src/test/java/org/apache/camel/test/infra/kafka/services/RedpandaService.java
 create mode 100644 test-infra/camel-test-infra-kafka/src/test/java/org/apache/camel/test/infra/kafka/services/RedpandaTransactionsEnabledContainer.java