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 2022/10/11 15:35:12 UTC

[camel] branch regen_bot updated (6da9ba16648 -> 23812e3b710)

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 6da9ba16648 CAMEL-18601: replace assertMockEndpointsSatisfied() in doc (#8518)
     add 04a704c7d50 CAMEL-18148: allow deserializing the key and value separately
     add 23812e3b710 CAMEL-18148: allow updating using the key and value separately

No new revisions were added by this update.

Summary of changes:
 .../aws2/kinesis/consumer/KinesisDefaultResumeAdapter.java    |  4 ++--
 .../file/consumer/adapters/FileResumeAdapterDelegate.java     |  4 ++--
 .../processor/resume/kafka/SingleNodeKafkaResumeStrategy.java | 11 ++++++++---
 .../src/main/java/org/apache/camel/resume/Deserializable.java |  8 ++++++++
 .../src/main/java/org/apache/camel/resume/ResumeStrategy.java |  9 +++++++++
 .../camel/processor/resume/TransientResumeStrategy.java       |  7 +++++++
 .../apache/camel/support/resume/ResumeActionAwareAdapter.java |  4 ++--
 7 files changed, 38 insertions(+), 9 deletions(-)