You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/04/25 06:52:53 UTC

[camel] branch master updated (89f16b3 -> f58b231)

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 89f16b3  CAMEL-14947 check for existance of remote directory using ls very slow (#3776)
     add 0f3a53d  Regen
     add f58b231  CAMEL-14947: camel-sftp: check for existance of remote directory using ls is very slow. Polished the prev PR and rename the option to a better name.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/atom/atom.json      |   2 +-
 .../file/remote/SftpEndpointConfigurer.java        |   5 +
 .../apache/camel/component/file/remote/sftp.json   |   1 +
 .../camel-ftp/src/main/docs/sftp-component.adoc    |   3 +-
 .../component/file/remote/RemoteFileEndpoint.java  |  21 ----
 .../component/file/remote/SftpConfiguration.java   |  18 ++++
 .../component/file/remote/SftpOperations.java      |  17 +++-
 .../org/apache/camel/component/rss/rss.json        |   2 +-
 .../camel-rss/src/main/docs/rss-component.adoc     |   2 +-
 .../endpoint/dsl/AtomEndpointBuilderFactory.java   |   4 +-
 .../endpoint/dsl/RssEndpointBuilderFactory.java    |   4 +-
 .../endpoint/dsl/SftpEndpointBuilderFactory.java   | 108 +++++++++++++++++++++
 .../modules/ROOT/pages/atom-component.adoc         |   2 +-
 .../ROOT/pages/google-calendar-component.adoc      |   4 +-
 .../modules/ROOT/pages/google-mail-component.adoc  |   4 +-
 .../modules/ROOT/pages/rss-component.adoc          |   2 +-
 16 files changed, 160 insertions(+), 39 deletions(-)