[
Date Prev][Date Next][
Thread Prev][Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jgit-dev] Moving SSH-related things from JGit to Apache MINA SSHD
|
On 25.08.25 10:52, Matthias Sohn wrote:
On Sun, Aug 24, 2025 at 12:06 AM Thomas Wolf via jgit-dev
<jgit-dev@xxxxxxxxxxx <mailto:jgit-dev@xxxxxxxxxxx>> wrote:
[...]
In a first step, I'd like to move all the client-side proxy code
upstream. Code to be moved would be
* package org.eclipse.jgit.internal.transport.sshd.proxy (all)
* package org.eclipse.jgit.internal.transport.sshd.auth (all)
* class org.eclipse.jgit.internal.transport.sshd.GssApiMechanisms
all in bundle org.eclipse.jgit.ssh.apache.
[...]
I hope moving code upstream and re-licensing as APL-2.0 is fine
with you! If not, please speak up NOW.
This looks good to me.
Thanks Matthias for the support, and thanks everybody else for not
voicing concerns. :-)
I'll go ahead with this then. Note that the mentioned classes will
be copied; they will remain in JGit until upstream publishes a
stable release containing that functionality and JGit consumes it.
Cheers,
Thomas