Skip to content

Update Apache MINA to 3.x #254

@davido

Description

@davido

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions