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 2024/01/25 12:08:55 UTC

(camel) branch regen_bot updated (3ae53b6f162 -> af004d2698c)

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 3ae53b6f162 CAMEL-20359: camel-groovy - Consistent name to refer to exchangeProperties. Note this will also apply to other template based components like freemarker.
     add 73807747e5f CAMEL-20354: camel-jbang - Using camel run --source-dir component should be able to load from classpath
     add 6004d83270c Regen
     add af004d2698c CAMEL-19241: implement support for auto-commits with batching in camel-kafka (#12879)

No new revisions were added by this update.

Summary of changes:
 .../camel-kafka/src/main/docs/kafka-component.adoc | 90 +++++++++++++++++++++-
 .../component/kafka/consumer/CommitManagers.java   |  5 ++
 .../batching/KafkaRecordBatchingProcessor.java     | 88 ++++++++++++++++++---
 .../batching/BatchingProcessingITSupport.java      |  3 +-
 ...tchingProcessingAutoCommitErrorHandlingIT.java} | 54 +++++++------
 ...va => KafkaBatchingProcessingAutoCommitIT.java} | 36 +++------
 ... => KafkaBatchingProcessingManualCommitIT.java} | 10 +--
 .../impl/engine/DefaultResourceResolvers.java      |  4 +
 .../main/HttpServerConfigurationProperties.java    |  6 +-
 .../main/java/org/apache/camel/util/FileUtil.java  |  1 -
 .../java/org/apache/camel/main/KameletMain.java    |  6 +-
 .../DependencyDownloaderResourceLoader.java        | 24 +++++-
 12 files changed, 248 insertions(+), 79 deletions(-)
 copy components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/batching/{KafkaBatchingProcessingIT.java => KafkaBatchingProcessingAutoCommitErrorHandlingIT.java} (59%)
 copy components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/batching/{KafkaBatchingProcessingIT.java => KafkaBatchingProcessingAutoCommitIT.java} (62%)
 rename components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/batching/{KafkaBatchingProcessingIT.java => KafkaBatchingProcessingManualCommitIT.java} (92%)