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/11/04 12:55:57 UTC

[camel] branch regen_bot updated (5420daba6aa -> 0eada17c915)

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 5420daba6aa (chores) camel-wal: removed reference to missing attribute
     add 5cbd74b8ec8 CAMEL-18677: allow setting the cache on the configuration builder
     add 0eada17c915 Regen for commit 5cbd74b8ec8b1dde5a422d415d6980fe1a45b312

No new revisions were added by this update.

Summary of changes:
 .../KafkaResumeStrategyConfigurationBuilder.java   |  3 +-
 .../camel/component/master/MasterConsumer.java     |  3 +-
 ...iteAheadResumeStrategyConfigurationBuilder.java |  2 +
 .../camel/resume/ResumeStrategyConfiguration.java  | 11 ++++
 .../resume/ResumeStrategyConfigurationBuilder.java | 13 +++-
 .../org/apache/camel/resume/cache/ResumeCache.java |  2 -
 .../org/apache/camel/impl/engine/DefaultRoute.java |  2 +-
 .../docs/modules/eips/pages/resume-strategies.adoc |  5 +-
 .../processor/resume/TransientResumeStrategy.java  | 74 +++++++++++++++++++++-
 .../apache/camel/support/resume/AdapterHelper.java | 28 ++++++--
 .../BasicResumeStrategyConfigurationBuilder.java   | 14 ++++
 11 files changed, 141 insertions(+), 16 deletions(-)