I tested the src zip file.

- ASC OK
- SHA512 OK
- `mvn clean verify` fails with:

https://gist.github.com/garydgregory/ee05f1b6df7722827788d1af676e724e

For example:

[INFO] Running org.apache.sshd.git.pack.GitPackCommandTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time
elapsed: 0.061 s <<< FAILURE! -- in
org.apache.sshd.git.pack.GitPackCommandTest
[ERROR] org.apache.sshd.git.pack.GitPackCommandTest.gitPack -- Time
elapsed: 0.061 s <<< ERROR!
org.eclipse.jgit.api.errors.JGitInternalException: Unable to find a
public-key with key or user id: 530AA5F25C25011F
at 
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner.signObject(BouncyCastleGpgSigner.java:211)
at org.eclipse.jgit.api.CommitCommand.sign(CommitCommand.java:294)
at org.eclipse.jgit.api.CommitCommand.call(CommitCommand.java:247)
at 
org.apache.sshd.git.pack.GitPackCommandTest.gitPack(GitPackCommandTest.java:111)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: org.bouncycastle.openpgp.PGPException: Unable to find a
public-key with key or user id: 530AA5F25C25011F
at 
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKeyLocator.findSecretKey(BouncyCastleGpgKeyLocator.java:431)
at 
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner.locateSigningKey(BouncyCastleGpgSigner.java:120)
at 
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner.signObject(BouncyCastleGpgSigner.java:146)
... 6 more

Using:

penjdk version "17.0.17" 2025-10-21
OpenJDK Runtime Environment Homebrew (build 17.0.17+0)
OpenJDK 64-Bit Server VM Homebrew (build 17.0.17+0, mixed mode, sharing)

Apache Maven 3.9.12 (848fbb4bf2d427b72bdb2471c22fced7ebd9a7a1)
Maven home: /opt/homebrew/Cellar/maven/3.9.12/libexec
Java version: 17.0.17, vendor: Homebrew, runtime:
/opt/homebrew/Cellar/openjdk@17/17.0.17/libexec/openjdk.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "26.2", arch: "aarch64", family: "mac"

Darwin Garys-MacBook-Pro.local 25.2.0 Darwin Kernel Version 25.2.0:
Tue Nov 18 21:09:56 PST 2025;
root:xnu-12377.61.12~1/RELEASE_ARM64_T6041 arm64

Docker version 29.1.3, build f52814d

Gary


Gary

On Thu, Jan 8, 2026 at 3:15 PM Thomas Wolf <[email protected]> wrote:
>
> Hello,
>
> I've staged a candidate release for Apache Mina SSHD 2.17.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-1122
>
>
> 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]
>

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

Reply via email to