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/03 11:58:35 UTC

[camel] branch regen_bot updated (5f720440639 -> 52604ace161)

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 5f720440639 Regen for commit 1f97d599315f82a3f9b717234f626ebee2576299
     add 52604ace161 CAMEL-18148: added support for configuration builders in camel-wal

No new revisions were added by this update.

Summary of changes:
 .../component/wal/WriteAheadResumeStrategy.java    | 11 ++-
 .../wal/WriteAheadResumeStrategyConfiguration.java | 55 +++++++++++++
 ...iteAheadResumeStrategyConfigurationBuilder.java | 89 ++++++++++++++++++++++
 3 files changed, 149 insertions(+), 6 deletions(-)
 create mode 100644 components/camel-wal/src/main/java/org/apache/camel/component/wal/WriteAheadResumeStrategyConfiguration.java
 create mode 100644 components/camel-wal/src/main/java/org/apache/camel/component/wal/WriteAheadResumeStrategyConfigurationBuilder.java