Thomas Wolf
Thomas Wolf
Thank you; looks much better. Not sure about the precedence of the lists but we can tackle that issue when it arises. Could you add tests for this?
Fixed differently via PR #512 (including tests).
See https://github.com/apache/mina-sshd/blob/master/docs/changes/2.13.0.md. It does mention the issue. (Use 2.13.1. Publishing to Maven Central of 2.13.0 omitted the source bundles.)
Compare PR eclipse-platform/eclipse.platform.swt#969. Same issue?
JGit can still use JSch. Bundle `org.eclipse.jgit.ssh.jsch` still exists, but we don't actively maintain it anymore. Within Eclipse, JGit as used via EGit exclusively uses Apache MINA sshd via bundle...
Some more technical things: The JSch implementation has a number of bugs. Some of those bugs still exist in the mwiede fork. Concurrency and thread handling in JSch is fundamentally...
If everything is stored in one file then if the data of just a single project is broken all projects might be affected. Also, these files may all have different...
Related to https://github.com/eclipse-platform/eclipse.platform.ui/issues/2115 and https://github.com/eclipse-platform/eclipse.platform.ui/issues/1950 . Sticky scrolling would need to be able to know what a comment is, which is different in different languages. AFAIK the current implementation is...
> To remove a single leading space from each line of a file I usually use a search pattern "\n " and a replace pattern of "\n" to do this...
I don't know why the `GitSshdSession` asks for a password up front. It should set appropriate `FilePasswordProvider` and `UserInteraction` implementations based on the JGit `CredentialsProvider` instead (and they should be...