summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/META-INF
diff options
context:
space:
mode:
authorThomas Wolf <thomas.wolf@paranor.ch>2021-10-31 17:29:04 +0100
committerThomas Wolf <thomas.wolf@paranor.ch>2021-11-04 20:20:37 +0100
commit3a7db8b7820a3ed3ad2e8b6be90beb9042618e74 (patch)
tree45335d34e90ad0302306fd9dae0f9ea4a35d96e2 /org.eclipse.jgit.ssh.apache/META-INF
parentc6d48ab2f8ac776eb0eb8b385a869d9c0ab9dbf8 (diff)
downloadjgit-3a7db8b7820a3ed3ad2e8b6be90beb9042618e74.tar.gz
jgit-3a7db8b7820a3ed3ad2e8b6be90beb9042618e74.zip
Simplify SshdFtpChannel
Apache MINA sshd has simpler API for reading directories, and it has a functional interface suitable for us. So no need to use our own interface, or to deal with low-level abstractions like CloseableHandle. Change-Id: Ic125c587535670504983f157a696b41ed6a76bb7 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit.ssh.apache/META-INF')
-rw-r--r--org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF b/org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF
index 339ba3aae2..3e5feeb84e 100644
--- a/org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF
@@ -73,6 +73,7 @@ Import-Package: net.i2p.crypto.eddsa;version="[0.3.0,0.4.0)",
org.apache.sshd.common.util.buffer;version="[2.7.0,2.8.0)",
org.apache.sshd.common.util.closeable;version="[2.7.0,2.8.0)",
org.apache.sshd.common.util.io;version="[2.7.0,2.8.0)",
+ org.apache.sshd.common.util.io.functors;version="[2.7.0,2.8.0)",
org.apache.sshd.common.util.io.resource;version="[2.7.0,2.8.0)",
org.apache.sshd.common.util.logging;version="[2.7.0,2.8.0)",
org.apache.sshd.common.util.net;version="[2.7.0,2.8.0)",