You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/11/04 12:11:08 UTC

[camel] branch main updated (5420daba6aa -> 5cbd74b8ec8)

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

orpiske pushed a change to branch main
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

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  | 73 +++++++++++++++++++++-
 .../apache/camel/support/resume/AdapterHelper.java | 28 +++++++--
 .../BasicResumeStrategyConfigurationBuilder.java   | 14 +++++
 11 files changed, 140 insertions(+), 16 deletions(-)