Re: [cross-project-issues-dev] Is jsch finally dead?

2019-06-09 Thread Matthias Sohn
JGit has implemented alternative SSH client support (kudos to Thomas Wolf) in its bundle org.eclipse.jgit.ssh.apache which uses the following 3rd party bundles: org.apache.sshd.osgi 2.2.0.v20190425-2127 is an upstream artifact that combines sshd-common and sshd-core so it can be deployed in OSGi

Re: [cross-project-issues-dev] Is jsch finally dead?

2019-06-09 Thread Michael Keppler
Since egit 5.2 Apache Mina is available, since 5.3 Apache Mina is default instead of jsch: https://wiki.eclipse.org/EGit/New_and_Noteworthy/5.3#SSH_Library. Egit will remove jsch support in the near future. The most useful bug for Eclipse platform is probably

Re: [cross-project-issues-dev] Is jsch finally dead?

2019-06-08 Thread Ed Merks
The EGit folks have started using Apache MINA and now has an option in Team -> Git for SSH client to choose between Jsch and Apache MINA sshd.  I thought that it uses org.apache.mina.core which is available from Orbit, e.g., http://download.eclipse.org/tools/orbit/downloads/latest-R But I'm

Re: [cross-project-issues-dev] Is jsch finally dead?

2019-06-08 Thread Stefanos Kalantzis
Sorry about sending a new email, but I don't have the existing thread, and can't find the Message-ID anywhere. If someone still has it please reply to the old thread :) The last message from December 2018 implied that there will be a new project as replacement of jsch. Does anyone have further

Re: [cross-project-issues-dev] Is jsch finally dead?

2018-12-03 Thread Matthias Sohn
> > This sounds like a reasonable approach. Matthias, can you follow up on > that? > > Dani > > > > From:"Mike Wilson" > To: cross-project-issues-dev@eclipse.org > Date: 30.11.2018 16:12 > Subject:

Re: [cross-project-issues-dev] Is jsch finally dead?

2018-11-30 Thread Greg Watson
> > to the Eclipse Foundation. > > This sounds like a reasonable approach. Matthias, can you follow up on that? > > Dani > > > > From:"Mike Wilson" > To:cross-project-issues-dev@eclipse.org > Date: 30.11.2018 16:12 &

Re: [cross-project-issues-dev] Is jsch finally dead?

2018-11-30 Thread Daniel Megert
low up on that? Dani From: "Mike Wilson" To: cross-project-issues-dev@eclipse.org Date: 30.11.2018 16:12 Subject: Re: [cross-project-issues-dev] Is jsch finally dead? Sent by: cross-project-issues-dev-boun...@eclipse.org > I think it's not a good situation to

Re: [cross-project-issues-dev] Is jsch finally dead?

2018-11-30 Thread Mike Wilson
ct-issues-dev] Is jsch finally dead?Date: Thu, Nov 29, 2018 4:32 PM  A new version of jsch 0.1.55 [1] was released on Maven central hence I once more tried to contact Atsuhiko and finally he responded. Find his response below.   This means we have the following situation regar

Re: [cross-project-issues-dev] Is jsch finally dead?

2018-11-29 Thread Matthias Sohn
A new version of jsch 0.1.55 [1] was released on Maven central hence I once more tried to contact Atsuhiko and finally he responded. Find his response below. This means we have the following situation regarding jsch: - there are public releases published on Maven central including source

Re: [cross-project-issues-dev] Is jsch finally dead?

2018-11-02 Thread Greg Watson
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 wrote: > > Also

Re: [cross-project-issues-dev] Is jsch finally dead?

2018-11-02 Thread Matthias Sohn
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

Re: [cross-project-issues-dev] Is jsch finally dead?

2018-11-02 Thread Matthias Sohn
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. See

Re: [cross-project-issues-dev] Is jsch finally dead?

2018-11-02 Thread Gunnar Wagenknecht
It looks like. We use it in the IDE and in EGit. See here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=540652 -Gunnar -- Gunnar Wagenknecht gun...@wagenknecht.org, http://guw.io/ > On Nov 2, 2018, at 02:19, Greg Watson wrote: >

[cross-project-issues-dev] Is jsch finally dead?

2018-11-01 Thread Greg Watson
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