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 d070747d9be camel-file - Use getMessage instead of getIn
add 1cf18beaa85 CAMEL-18130: camel-file/camel-ftp - Route with last
processor setting OUT message causes file/ftp to not be moved correctly when
its uow is done. Thanks to Manuel Shenavai for reporting and unit test.
add 73f332b7d7f Regen for commit 1cf18beaa859eb2c3ced26be6eb13f93bcd9090e
No new revisions were added by this update.
Summary of changes:
.../apache/camel/component/file/GenericFile.java | 6 +-
.../integration/SftpMoveWithOutMessageTest.java | 95 ++++++++++++++++++++++
.../component/file/FileMoveWithInMessageTest.java | 75 +++++++++++++++++
.../component/file/FileMoveWithOutMessageTest.java | 75 +++++++++++++++++
4 files changed, 250 insertions(+), 1 deletion(-)
create mode 100644
components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/integration/SftpMoveWithOutMessageTest.java
create mode 100644
core/camel-core/src/test/java/org/apache/camel/component/file/FileMoveWithInMessageTest.java
create mode 100644
core/camel-core/src/test/java/org/apache/camel/component/file/FileMoveWithOutMessageTest.java