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 48ef487  Sync deps
     add 029ac80  CAMEL-17030: camel-ftp - Disconnect should ignore any kind of 
exception.
     add 46045f0  CAMEL-17029: camel-aws-s3 - File message body optimize in 
putObject
     add 70fe04c  CAMEL-17026: reorganize the code iterator-related code on the 
camel-kafka producer (#6190)
     add a5dfc64  camel-support: fixed formatting issue (#6193)
     add 83a5f10  camel-jdbc: auto-closing the statement prevents 
post-processing (#6192)

No new revisions were added by this update.

Summary of changes:
 .../camel/component/aws2/s3/AWS2S3Producer.java    |  21 +--
 .../component/file/remote/RemoteFileConsumer.java  |  20 +--
 .../apache/camel/component/jdbc/JdbcProducer.java  |   5 +-
 .../camel/component/kafka/KafkaProducer.java       | 118 +----------------
 .../producer/support/KeyValueHolderIterator.java   | 146 +++++++++++++++++++++
 .../kafka/producer/support/ProducerUtil.java       |  55 ++++++++
 .../camel/support/ScheduledPollConsumer.java       |   4 +-
 7 files changed, 237 insertions(+), 132 deletions(-)
 create mode 100644 
components/camel-kafka/src/main/java/org/apache/camel/component/kafka/producer/support/KeyValueHolderIterator.java
 create mode 100644 
components/camel-kafka/src/main/java/org/apache/camel/component/kafka/producer/support/ProducerUtil.java

Reply via email to