Re: [PR] Switch uses of JSch library to the com.github.mwiede:jsch fork [mina-sshd]

2024-04-02 Thread via GitHub


tomaswolf commented on PR #475:
URL: https://github.com/apache/mina-sshd/pull/475#issuecomment-2032729548

   Thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



Re: [PR] Switch uses of JSch library to the com.github.mwiede:jsch fork [mina-sshd]

2024-04-02 Thread via GitHub


tomaswolf merged PR #475:
URL: https://github.com/apache/mina-sshd/pull/475


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[PR] Switch uses of JSch library to the com.github.mwiede:jsch fork [mina-sshd]

2024-03-14 Thread via GitHub


Alex-Vol-Amz opened a new pull request, #475:
URL: https://github.com/apache/mina-sshd/pull/475

   The original Jcraft version of the JSch library has not seen updates in over 
a decade. The current fork with the most active maintenance is the 
com.github.mwiede:jsch library and it is largely compatible with the original 
but with secure defaults. It also absorbed the Jzlib implementation in its own 
code base and eliminated the need to have the extra dependencies.
   
   As this is only a test dependency for this code base I feel adding this 
update is an improvement.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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