davsclaus opened a new pull request, #25039: URL: https://github.com/apache/camel/pull/25039
## Backport of #25031 _Claude Code on behalf of davsclaus_ Cherry-pick of #25031 onto `camel-4.14.x`. **Original PR:** #25031 - CAMEL-24231: camel-ftp - Fix pollNamedFile to use dynamic exchange for useList=false **Original author:** @davsclaus **Target branch:** `camel-4.14.x` ### Changes On 4.14.x there is no `camel-mina-sftp` module yet, so only two consumers are affected: - `FtpConsumer.java` - thread `dynamic` through `getFtpFiles()` → `pollNamedFile()` - `SftpConsumer.java` - thread `dynamic` through `getSftpRemoteFiles()` → `pollNamedFile()` Plus the `GenericFileHelper.createDummy(endpoint, dynamic)` 2-arg overload and `enrichFromDynamic()` extraction. Co-Authored-By: Claude Opus 4.6 <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
