Fix nohttp for custom whitelist.lines

Looks like we can't have a custom `whitelist.lines` in the `/checkstyle`
dir.

* Move `whitelist.lines` with the `http://www.jcraft.com` entry into the
`/src/nohttp`
* Upgrade `nohttp` to `0.0.3`
* Revert `jsch` URL in the `sftp.adoc`
* Upgrade to Micormeter-1.1.5
This commit is contained in:
Artem Bilan
2019-06-17 16:55:37 -04:00
parent 153a748166
commit 244e5942df
4 changed files with 5 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ You can configure the SFTP session factory with a regular bean definition, as th
====
Every time an adapter requests a session object from its `SessionFactory`, a new SFTP session is created.
Under the covers, the SFTP Session Factory relies on the https://github.com/is/jsch[JSch] library to provide the SFTP capabilities.
Under the covers, the SFTP Session Factory relies on the http://www.jcraft.com/jsch[JSch] library to provide the SFTP capabilities.
However, Spring Integration also supports the caching of SFTP sessions.
See <<sftp-session-caching>> for more information.