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 2021/01/11 07:41:19 UTC

[camel] branch regen_bot updated (5b8eebf -> fe0e8ca)

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 5b8eebf  Sync deps
     add c8d45ad  Upgrade Kafka to version 2.7.0
     add 3756e00  Regen and sync deps
     add fe0e8ca  Regen for commit 3756e00e26d2808ae8d7dd33833276bcfdd888f4

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |   2 +-
 .../camel/catalog/components/vertx-kafka.json      |  34 +-
 .../camel/catalog/docs/vertx-kafka-component.adoc  |  38 +-
 .../vertx/kafka/VertxKafkaComponentConfigurer.java |  30 ++
 .../vertx/kafka/VertxKafkaEndpointConfigurer.java  |  30 ++
 .../vertx/kafka/VertxKafkaEndpointUriFactory.java  |   7 +-
 .../configuration/VertxKafkaConfiguration.java     | 129 +++++-
 .../camel/component/vertx/kafka/vertx-kafka.json   |  34 +-
 .../src/main/docs/vertx-kafka-component.adoc       |  38 +-
 .../dsl/VertxKafkaComponentBuilderFactory.java     | 128 +++++-
 .../dsl/VertxKafkaEndpointBuilderFactory.java      | 468 +++++++++++++++++++--
 .../modules/ROOT/pages/vertx-kafka-component.adoc  |  38 +-
 parent/pom.xml                                     |   2 +-
 13 files changed, 855 insertions(+), 123 deletions(-)