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 64df81798a0 Fix flaky test add 371f88f750e Hidden (#11054) add 43cd9c037d7 Upgrade to aws client .122 (#11056) No new revisions were added by this update. Summary of changes: .../org/apache/camel/catalog/components/file.json | 157 +++++++++++---------- .../component/file/FileEndpointConfigurer.java | 6 + .../component/file/FileEndpointUriFactory.java | 3 +- .../org/apache/camel/component/file/file.json | 157 +++++++++++---------- .../apache/camel/component/file/FileConsumer.java | 16 +++ .../apache/camel/component/file/FileEndpoint.java | 19 +++ .../camel/component/file/GenericFileConsumer.java | 26 +++- .../camel/component/file/GenericFileEndpoint.java | 4 + .../MarkerFileExclusiveReadLockStrategy.java | 11 +- .../camel/processor/SendDynamicProcessor.java | 3 +- ...etTest.java => FileConsumeHiddenFilesTest.java} | 33 ++--- .../component/file/FileRecursiveNoopTest.java | 4 +- .../java/org/apache/camel/main/MainHelper.java | 3 +- .../endpoint/dsl/FileEndpointBuilderFactory.java | 37 +++++ parent/pom.xml | 2 +- 15 files changed, 293 insertions(+), 188 deletions(-) copy core/camel-core/src/test/java/org/apache/camel/component/file/{FileConsumeCharsetTest.java => FileConsumeHiddenFilesTest.java} (64%)