-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Upgrade the project dependency on Apache MINA to version 3.x.
Motivation
In Apache MINA 3.0, the SSH transport protocol was moved into a filter chain, and a client-side proxy implementation was introduced (see apache/mina-sshd#729).
Because of these changes, much of the proxy-related code currently maintained in JGit may no longer be necessary.
In particular, it should be possible to remove most of the files in:
org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/proxy
This upgrade would simplify the codebase by relying on the built-in proxy support provided by Apache MINA 3.x.
Alternatives considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request