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 2023/10/12 16:49:58 UTC

[camel] branch regen_bot updated (1c87e4d964e -> 78eeca438f0)

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 1c87e4d964e Upgrade Jgit to version 6.7.0.202309050840-r (#11712)
     add 78eeca438f0 CAMEL-19827: camel-kafka - Consumer should fail-fast if invalid host:… (#11705)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/kafka.json | 310 +++++++++++----------
 .../component/kafka/KafkaComponentConfigurer.java  |   6 +
 .../component/kafka/KafkaEndpointConfigurer.java   |   6 +
 .../component/kafka/KafkaEndpointUriFactory.java   |   3 +-
 .../org/apache/camel/component/kafka/kafka.json    | 310 +++++++++++----------
 .../camel/component/kafka/KafkaConfiguration.java  |  17 ++
 .../camel/component/kafka/KafkaConsumer.java       |  11 +
 .../health/KafkaConsumerBadPortHealthCheckIT.java  |   2 +
 ...fkaConsumerBadPortSupervisingHealthCheckIT.java |   3 +
 .../KafkaConsumerUnresolvableHealthCheckIT.java    |   2 +
 .../ROOT/pages/camel-4x-upgrade-guide-4_2.adoc     |  15 +
 .../modules/ROOT/pages/camel-4x-upgrade-guide.adoc |   1 +
 12 files changed, 377 insertions(+), 309 deletions(-)
 create mode 100644 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc