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 df367f4 Regen for commit 2b8701b70c0ee8394b6c129d860080b5e4ee555b (#6273) add 268c1d0 (chores) camel-file: prevent leaking the array with the input files No new revisions were added by this update. Summary of changes: .../apache/camel/component/file/FileConsumer.java | 8 +-- .../file/consumer/FileConsumerResumeStrategy.java | 4 +- .../component/file/consumer/FileResumeInfo.java | 43 ------------- .../component/file/consumer/FileResumeSet.java | 74 ++++++++++++++++++++++ .../FileConsumerResumeFromOffsetStrategyTest.java | 8 +-- .../file/FileConsumerResumeStrategyTest.java | 20 +----- 6 files changed, 86 insertions(+), 71 deletions(-) delete mode 100644 components/camel-file/src/main/java/org/apache/camel/component/file/consumer/FileResumeInfo.java create mode 100644 components/camel-file/src/main/java/org/apache/camel/component/file/consumer/FileResumeSet.java