Based on the source zip file, I just got this failure: [INFO] Running org.apache.sshd.server.ServerTest [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 10.03 s <<< FAILURE! -- in org.apache.sshd.server.ServerTest [ERROR] org.apache.sshd.server.ServerTest.serverIdleTimeoutWithForce -- Time elapsed: 10.02 s <<< FAILURE! org.opentest4j.AssertionFailedError: Waiting for too long on remote window size to reach zero ==> expected: <true> but was: <false> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214) at org.apache.sshd.server.ServerTest.serverIdleTimeoutWithForce(ServerTest.java:432) at java.base/java.lang.reflect.Method.invoke(Method.java:565) at java.base/java.util.ArrayList.forEach(ArrayList.java:1612) at java.base/java.util.ArrayList.forEach(ArrayList.java:1612)
[INFO] Running org.apache.sshd.server.ServerTest [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 10.02 s <<< FAILURE! -- in org.apache.sshd.server.ServerTest [ERROR] org.apache.sshd.server.ServerTest.serverIdleTimeoutWithForce -- Time elapsed: 10.02 s <<< FAILURE! org.opentest4j.AssertionFailedError: Waiting for too long on remote window size to reach zero ==> expected: <true> but was: <false> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214) at org.apache.sshd.server.ServerTest.serverIdleTimeoutWithForce(ServerTest.java:432) at java.base/java.lang.reflect.Method.invoke(Method.java:565) at java.base/java.util.ArrayList.forEach(ArrayList.java:1612) at java.base/java.util.ArrayList.forEach(ArrayList.java:1612) [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] org.apache.sshd.server.ServerTest.serverIdleTimeoutWithForce [ERROR] Run 1: ServerTest.serverIdleTimeoutWithForce:432->Assertions.assertTrue:214 Waiting for too long on remote window size to reach zero ==> expected: <true> but was: <false> [ERROR] Run 2: ServerTest.serverIdleTimeoutWithForce:432->Assertions.assertTrue:214 Waiting for too long on remote window size to reach zero ==> expected: <true> but was: <false> [ERROR] Run 3: ServerTest.serverIdleTimeoutWithForce:432->Assertions.assertTrue:214 Waiting for too long on remote window size to reach zero ==> expected: <true> but was: <false> Gary On Thu, Jan 22, 2026 at 5:04 PM Thomas Wolf <[email protected]> wrote: > > Hello, > > I've staged a candidate release for Apache Mina SSHD 2.17.1. > > Sorry that I have to bother you again. Due to a tooling bug that I > hadn't noticed the Maven release of 2.17.0 was broken: the root pom > was not published. > > This is fixed with this patch release. For details of the problem, > see https://github.com/apache/mina-sshd/issues/875 > > Thanks to Gary for finding the root cause! > > Official staging repo: > https://dist.apache.org/repos/dist/dev/mina/sshd/2.17.1/ > Maven staging repo: > https://repository.apache.org/content/repositories/orgapachemina-1130 > > > Git tag: > https://github.com/apache/mina-sshd/commits/sshd-2.17.1 > Change notes: > > https://github.com/apache/mina-sshd/blob/sshd-2.17.1/docs/changes/2.17.1.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]
