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

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


    from cfdf4b5  CAMEL-11869: Upgrade mockito-core to 2.11.0 for camel-groovy, 
camel-json-validator and camel-kura
     new 9804d06  CAMEL-11971: SFTP consumer to support useList which requires 
an abstraction of the remote file.
     new 8b19369  CAMEL-11971: SFTP consumer to support useList
     new c79c36f  CAMEL-11971: SFTP consumer to support useList

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel-ftp/src/main/docs/ftp-component.adoc     |   2 +-
 .../camel-ftp/src/main/docs/ftps-component.adoc    |   2 +-
 .../camel-ftp/src/main/docs/sftp-component.adoc    |   3 +-
 .../file/remote/RemoteFileConfiguration.java       |   2 -
 .../camel/component/file/remote/SftpComponent.java |   9 +-
 .../camel/component/file/remote/SftpConsumer.java  |  80 ++++++++------
 .../camel/component/file/remote/SftpEndpoint.java  |  12 +--
 .../component/file/remote/SftpOperations.java      |  17 ++-
 .../component/file/remote/SftpRemoteFile.java}     |  38 ++++---
 .../file/remote/SftpRemoteFileJCraft.java}         | 119 ++++++++++-----------
 .../file/remote/SftpRemoteFileSingle.java          |  38 +++----
 ...eConsumeTest.java => SftpUseListFalseTest.java} |  14 ++-
 12 files changed, 177 insertions(+), 159 deletions(-)
 copy 
components/{camel-thrift/src/main/java/org/apache/camel/component/thrift/ThriftExchangeProtocol.java
 => 
camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpRemoteFile.java}
 (63%)
 copy 
components/{camel-avro/src/test/java/org/apache/camel/avro/test/TestReflectionImpl.java
 => 
camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpRemoteFileJCraft.java}
 (55%)
 copy 
tests/camel-blueprint-cxf-test/src/test/java/org/apache/camel/component/cxf/HelloServiceImpl.java
 => 
components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpRemoteFileSingle.java
 (62%)
 copy 
components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/{SftpSimpleConsumeTest.java
 => SftpUseListFalseTest.java} (82%)

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to