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 2020/11/10 17:57:49 UTC

[camel] branch regen_bot updated (3132254 -> 235a0a5)

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 3132254  Migrates the AWS v2 SNS tests to the new test-infra (#4590)
     add 235a0a5  CAMEL-15822: [camel-file] fileExist=Move doesn't use FileMoveExistingStrategy when tempFile is also configured (#4573)

No new revisions were added by this update.

Summary of changes:
 ...GenericFileDefaultMoveExistingFileStrategy.java |  12 +-
 .../camel/component/file/GenericFileProducer.java  |  30 +---
 .../file/MoveExistingFileStrategyUtils.java        |  60 +++++++
 .../remote/FtpDefaultMoveExistingFileStrategy.java |  15 +-
 .../SftpDefaultMoveExistingFileStrategy.java       |  17 +-
 .../file/remote/FtpProducerMoveExistingTest.java   |  88 +++++++++++
 .../file/FileProducerMoveExistingTest.java         | 176 +++++++++++++++++++++
 7 files changed, 357 insertions(+), 41 deletions(-)
 create mode 100644 components/camel-file/src/main/java/org/apache/camel/component/file/MoveExistingFileStrategyUtils.java