Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Is jsch finally dead?

I filed a bug against Equinox too. It could also be updated to consume the latest version of org.apache.sshd: https://bugs.eclipse.org/bugs/show_bug.cgi?id=540728

On Fri, 2 Nov 2018 at 14:47, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
I've opened a bug against Platform/Team (since this seems to be where jsch resides) [1]. It seems like EGit's Apache Mina work might be a good starting point.

Regards,
Greg

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=540727

On Nov 2, 2018, at 8:16 AM, Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:

Also see this earlier discussion [1] on this list.

The biggest problem with jsch is that there seems to be no known public source code repository containing
the project's real source code history including tests.
  • There are a couple of public jsch repositories [2] but they all seem to contain just snapshots of
    source archives downloaded from Maven central. None of these repositories contain any jsch tests.
  • There are the source archives available on Maven Central [3] 
  • and zip archives uploaded on sourceforge [4].

On Fri, Nov 2, 2018 at 12:22 PM Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
I tried several times to reach the jsch maintainer and his company but never got a response.
We implemented a couple of workarounds around jsch bugs in JGit and are tired to do so.

Hence Thomas Wolf started an alternative implementation for JGit and EGit based on Apache Mina sshd.

-Matthias

On Fri, Nov 2, 2018 at 12:05 PM Gunnar Wagenknecht <gunnar@xxxxxxxxxxxxxxx> wrote:
It looks like. We use it in the IDE and in EGit.

See here:

-Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx, http://guw.io/






On Nov 2, 2018, at 02:19, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:

This question has been asked before, but I think it's time to ask it again. The last version of jsch was 0.1.54 in Sep 2016 and there doesn't seem to have been any development since then. Given the number of projects that depend on a decent ssh implementation, and the numerous bugs that still exist in jsch, what are the plans for maintaining and/or replacing it?

Thanks,
Greg
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top