This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 5e58bcf  Sync deps
     new 3a74f8f  CAMEL-17255: camel-kafka - Use kafka interfaces for kafka 
producer and kafka consumer so the factory can create other implementations, 
such as mocks for testing.
     new a464225  CAMEL-17255: camel-kafka - Use kafka interfaces for kafka 
producer and kafka consumer so the factory can create other implementations, 
such as mocks for testing.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel/component/kafka/DefaultKafkaClientFactory.java |  8 ++++----
 .../component/kafka/DefaultKafkaManualAsyncCommit.java   |  4 ++--
 .../kafka/DefaultKafkaManualAsyncCommitFactory.java      |  4 ++--
 .../camel/component/kafka/DefaultKafkaManualCommit.java  |  8 ++++----
 .../component/kafka/DefaultKafkaManualCommitFactory.java |  4 ++--
 .../component/kafka/DefaultKafkaManualSyncCommit.java    |  4 ++--
 .../apache/camel/component/kafka/KafkaClientFactory.java | 14 +++++++-------
 .../apache/camel/component/kafka/KafkaFetchRecords.java  |  2 +-
 .../camel/component/kafka/KafkaManualCommitFactory.java  |  4 ++--
 .../org/apache/camel/component/kafka/KafkaProducer.java  |  6 +++---
 .../consumer/support/KafkaConsumerResumeStrategy.java    |  6 ++++--
 .../kafka/consumer/support/KafkaRecordProcessor.java     | 16 ++++++++--------
 .../support/OffsetKafkaConsumerResumeStrategy.java       |  7 ++++---
 .../consumer/support/PartitionAssignmentListener.java    |  6 +++---
 .../kafka/consumer/support/ResumeStrategyFactory.java    |  4 ++--
 .../support/SeekPolicyKafkaConsumerResumeStrategy.java   |  5 +++--
 .../apache/camel/component/kafka/KafkaProducerTest.java  |  4 ++--
 .../integration/KafkaConsumerWithResumeStrategyIT.java   |  4 ++--
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc  |  5 +++++
 19 files changed, 62 insertions(+), 53 deletions(-)

Reply via email to