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/06/14 09:42:19 UTC

[camel] branch regen_bot updated (6ba4a704c4a -> eda8536628a)

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 6ba4a704c4a camel-jbang - Add support for camel- dependency syntax. Better error message.
     add 45994e41d2d CAMEL-18126: improved split support for the file component
     add eda8536628a Regen for commit 45994e41d2d5c9a4425161ed50f5740adc1a61a4

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/file.json          |  3 ++-
 .../resources/org/apache/camel/component/file/file.json    |  3 ++-
 .../org/apache/camel/component/file/FileConstants.java     |  3 +++
 .../java/org/apache/camel/component/file/FileConsumer.java |  7 +++++--
 .../java/org/apache/camel/component/file/GenericFile.java  | 12 +++++-------
 .../apache/camel/component/file/GenericFileConverter.java  |  4 ++--
 .../consumer/adapters/DefaultFileOffsetResumeAdapter.java  |  2 +-
 .../src/main/java/org/apache/camel/resume/Offset.java      | 14 ++++++++++++++
 .../file/FileConsumerResumeFromOffsetStrategyTest.java     |  2 +-
 9 files changed, 35 insertions(+), 15 deletions(-)