Built from targz and hi tag with ./mvnw clean verify, all green on Mac OS.

My +1

On 13/01/2026 23:45, Thomas Wolf wrote:
Hello,

I've staged a new candidate release for Apache Mina SSHD 2.17.0.

The problems of RC1 are fixed:

* git configs are mocked now in git-related tests
* the test failure on Java 25+ turned out to be a bug in our test
   framework
* Gary bumped PMD to 7.20.0 to be able to compile on Java 26-ea

To be able to build on Java 25, the minimum maven version required
is now 3.9.12. I recommend using the maven wrapper to build:

   ./mvnw clean verify

Since 2.16.0, there are some bug fixes, and an important change in
SftpFileSystem, which newly uses a single SSH channel for all threads.
Previously it used a pool of channels, but that gives trouble with SFTP
servers limiting the number of concurrently open channels per SSH
session to 1.

Official staging repo:
   https://dist.apache.org/repos/dist/dev/mina/sshd/2.17.0/
Maven staging repo:
   https://repository.apache.org/content/repositories/orgapachemina-1123


Git tag:
   https://github.com/apache/mina-sshd/commits/sshd-2.17.0
Change notes:

https://github.com/apache/mina-sshd/blob/sshd-2.17.0/docs/changes/2.17.0.md


Apache MINA KEYS file:
   https://downloads.apache.org/mina/KEYS

The SHA512 checksum files have been created with 'shasum -a512 -b'.

Please review and vote!

Cheers,

   Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


--
------------------------
Emmanuel Lécharny
[email protected]
[email protected]
------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to