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/07/26 09:39:02 UTC

[camel] branch regen_bot updated (c5847669d5d -> fd7d757d0cb)

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 c5847669d5d CAMEL-19061: camel-azure-servicebus - Polish docs to not have broken javadoc links. (#10826)
     add 9897ec7f480 CAMEL-18326: camel-google-mail - Add raw option to mail-stream. (#10825)
     add fd7d757d0cb CAMEL-19651: camel-kafka - Use default partitioning logic as the default (#10821)

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/google-mail-stream.json     |  66 +++----
 .../org/apache/camel/catalog/components/kafka.json | 194 +++++++++++----------
 .../GoogleMailStreamComponentConfigurer.java       |   3 +
 .../stream/GoogleMailStreamEndpointConfigurer.java |   3 +
 .../stream/GoogleMailStreamEndpointUriFactory.java |   3 +-
 .../google/mail/stream/google-mail-stream.json     |  66 +++----
 .../mail/stream/GoogleMailStreamConfiguration.java |  14 ++
 .../mail/stream/GoogleMailStreamConsumer.java      |  14 +-
 .../component/kafka/KafkaComponentConfigurer.java  |   6 +
 .../component/kafka/KafkaEndpointConfigurer.java   |   6 +
 .../component/kafka/KafkaEndpointUriFactory.java   |   3 +-
 .../org/apache/camel/component/kafka/kafka.json    | 194 +++++++++++----------
 .../camel/component/kafka/KafkaConfiguration.java  |  21 ++-
 .../camel/component/kafka/KafkaConstants.java      |   1 -
 .../camel/component/kafka/KafkaComponentTest.java  |   2 +-
 .../kafka/integration/common/KafkaTestUtil.java    |   1 -
 .../GoogleMailStreamEndpointBuilderFactory.java    |  35 ++++
 17 files changed, 364 insertions(+), 268 deletions(-)