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.
discard 36daf1c Regen for commit cbdc15d9e3672543b0561f14a6329aa27452cfd2
add 1409138 CAMEL-17849: fix invalid log message during kafka consumer
shutdown
add 8aa2219 CAMEL-17850: fix trying to unlock an invalid lock
add c0d0f38 camel-kafka: fix idempotent tests
add d964ded (chores) camel-kafka: cleanup Kafka consumer initialization
tasks
add 2ef1e93 Regen
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (36daf1c)
\
N -- N -- N refs/heads/regen_bot (2ef1e93)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../camel/component/kafka/KafkaConsumer.java | 6 +-
.../camel/component/kafka/KafkaFetchRecords.java | 101 ++++++++++++---------
.../kafka/KafkaIdempotentRepositoryEagerIT.java | 8 +-
.../kafka/KafkaIdempotentRepositoryNonEagerIT.java | 12 +--
.../KafkaIdempotentRepositoryPersistenceIT.java | 10 +-
5 files changed, 80 insertions(+), 57 deletions(-)