Commit 07f86ab
Import com.jcraft.jsch packages #958
This removes the hard dependency to the 'com.jcraft.jsch' bundle and
allows clients to switch to the 'com.github.mwiede.jsch' fork.
The original JSch bundle is no longer maintained and suffers from
several problems, such as an incompatibility with modern OpenSSH
versions.
Note:
- Both plugins share the same package name and can be used
interchangeably.
- The current version of the mwiede fork is 2.27.2, which is why the
upper bound needs to be extended.1 parent 0520433 commit 07f86ab
File tree
3 files changed
+5
-5
lines changed- team/bundles
- org.eclipse.jsch.core/META-INF
- org.eclipse.jsch.ui/META-INF
- terminal/bundles/org.eclipse.terminal.connector.ssh/META-INF
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| 18 | + | |
19 | 19 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments