You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/12/05 14:54:24 UTC

[camel-quarkus] branch master updated (c57b8a8 -> 7ce3cc2)

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from c57b8a8  Do not use hard coded ports in integration-tests #508
     add 7ce3cc2  ftp: implement ftp/sft server test support with QuarkusTestResourceLifecycleManager

No new revisions were added by this update.

Summary of changes:
 integration-tests/ftp/pom.xml                      |   8 ++
 .../quarkus/component/ftp/it/FtpResource.java      |  10 +-
 .../quarkus/component/sftp/it/SftpResource.java    |  11 +-
 .../camel/quarkus/component/ftp/it/FtpTest.java    |  90 +-------------
 .../quarkus/component/ftp/it/FtpTestResource.java  | 133 +++++++++++++++++++++
 .../camel/quarkus/component/sftp/it/SftpTest.java  |  68 +----------
 .../component/sftp/it/SftpTestResource.java        | 101 ++++++++++++++++
 7 files changed, 261 insertions(+), 160 deletions(-)
 create mode 100644 integration-tests/ftp/src/test/java/org/apache/camel/quarkus/component/ftp/it/FtpTestResource.java
 create mode 100644 integration-tests/ftp/src/test/java/org/apache/camel/quarkus/component/sftp/it/SftpTestResource.java