You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2021/03/08 09:00:00 UTC

[jira] [Created] (SSHD-1139) Provide SSH Agent client without Tomcat APR dependency

Konrad Windszus created SSHD-1139:
-------------------------------------

             Summary: Provide SSH Agent client without Tomcat APR dependency
                 Key: SSHD-1139
                 URL: https://issues.apache.org/jira/browse/SSHD-1139
             Project: MINA SSHD
          Issue Type: Improvement
            Reporter: Konrad Windszus


Currently the code in https://mina.apache.org/sshd-project/apidocs/org/apache/sshd/agent/unix/AgentClient.html relies on Tomcat APR to access the Unix Domain Socket. With Java 16 native support for UDS has been added with https://openjdk.java.net/jeps/380.
A SSH agent client implementation which does not have the Tomcat APR dependency should be feasible for Java16+. This would be beneficial e.g. for JGit (https://bugs.eclipse.org/bugs/show_bug.cgi?id=541274).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org