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/26 10:50:40 UTC

[camel] branch regen_bot updated (e9ef9684f17 -> 756b3c08063)

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 e9ef9684f17 (chores) camel-aws2-secrets-manager: disable flaky test on Github
     add b7d9797d62f CAMEL-18649: avoid multiple recursive checks for resumed files
     add 398afcf1596 CAMEL-18649: prevent checking the cache unless fully initialized
     add 756b3c08063 CAMEL-18148: fixed incorrect cache registration

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/file/FileConsumer.java  | 23 +++----
 .../consumer/DirectoryEntriesResumeAdapter.java    |  6 +-
 .../DefaultDirectoryEntriesResumeAdapter.java      | 46 ++++++-------
 .../file/consumer/adapters/DirectoryEntries.java   | 75 ----------------------
 .../adapters/FileResumeAdapterDelegate.java        | 10 +--
 .../kafka/SingleNodeKafkaResumeStrategy.java       | 26 +++++---
 .../FileConsumerResumeFromOffsetStrategyTest.java  | 14 +---
 .../file/FileConsumerResumeStrategyTest.java       | 20 +++---
 8 files changed, 68 insertions(+), 152 deletions(-)
 delete mode 100644 components/camel-file/src/main/java/org/apache/camel/component/file/consumer/adapters/DirectoryEntries.java