[RESULT] [VOTE] Release Apache Mina SSHD 2.9.1

2022-09-05 Thread Guillaume Nodet
The vote passes with 4 +1s.  Thx everyone !

Guillaume

Le lun. 22 août 2022 à 14:46, Guillaume Nodet  a écrit :

> I've staged a candidate release for 2.9.1 at:
>   https://repository.apache.org/content/repositories/orgapachemina-1079
> Git tag:
>   https://github.com/apache/mina-sshd/tree/sshd-2.9.1
> Issues solved:
>
> https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md
>
> Please review and vote !
>
> --
> 
> Guillaume Nodet
>
>

-- 

Guillaume Nodet


Re: [VOTE] Release Apache Mina SSHD 2.9.1

2022-09-05 Thread Emmanuel Lécharny

Hi Guillaume,

sorry, I should have tested it again, it now passes green (I was in 
vacation last week...). I guess it was a hicup...


My +1 for teh release.

On 2022/09/05 09:43, Guillaume Nodet wrote:

I've run the test alone without any issue on osx, windows 10 and fedora, so
I'm quite confident the underlying code is working correctly.

Le mar. 30 août 2022 à 06:41, Emmanuel Lécharny  a
écrit :


Hi,

got one error on sshd-core:

[INFO] Running org.apache.sshd.common.auth.PublicKeyAuthenticationTest
[ERROR] Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
0.847 s <<< FAILURE! - in
org.apache.sshd.common.auth.PublicKeyAuthenticationTest
[ERROR]
org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey

   Time elapsed: 0.131 s  <<< FAILURE!
java.lang.AssertionError: Unexpected failure cause - actual object type
(org.apache.sshd.common.SshException) incompatible with expected
(java.security.spec.InvalidKeySpecException)
 at org.junit.Assert.fail(Assert.java:89)
 at

org.apache.sshd.util.test.JUnitTestSupport.assertObjectInstanceOf(JUnitTestSupport.java:415)
 at

org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey(PublicKeyAuthenticationTest.java:180)

...

[WARNING] Flakes:
[WARNING]

org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey
[ERROR]   Run 1:
PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey:180->JUnitTestSupport.assertObjectInstanceOf:415->Assert.fail:89

Unexpected failure cause - actual object type
(org.apache.sshd.common.SshException) incompatible with expected
(java.security.spec.InvalidKeySpecException)


Env: MacOS 12.5.1
Maven: 3.8.1
Java: 1.8


Otherwise, the build was successful...


On 2022/08/22 14:46, Guillaume Nodet wrote:

I've staged a candidate release for 2.9.1 at:
https://repository.apache.org/content/repositories/orgapachemina-1079
Git tag:
https://github.com/apache/mina-sshd/tree/sshd-2.9.1
Issues solved:


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


Please review and vote !



--
*Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
T. +33 (0)4 89 97 36 50
P. +33 (0)6 08 33 32 61
emmanuel.lecha...@busit.com https://www.busit.com/

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






--
*Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
T. +33 (0)4 89 97 36 50
P. +33 (0)6 08 33 32 61
emmanuel.lecha...@busit.com https://www.busit.com/

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



Re: [VOTE] Release Apache Mina SSHD 2.9.1

2022-09-05 Thread Guillaume Nodet
I've run the test alone without any issue on osx, windows 10 and fedora, so
I'm quite confident the underlying code is working correctly.

Le mar. 30 août 2022 à 06:41, Emmanuel Lécharny  a
écrit :

> Hi,
>
> got one error on sshd-core:
>
> [INFO] Running org.apache.sshd.common.auth.PublicKeyAuthenticationTest
> [ERROR] Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
> 0.847 s <<< FAILURE! - in
> org.apache.sshd.common.auth.PublicKeyAuthenticationTest
> [ERROR]
> org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey
>
>   Time elapsed: 0.131 s  <<< FAILURE!
> java.lang.AssertionError: Unexpected failure cause - actual object type
> (org.apache.sshd.common.SshException) incompatible with expected
> (java.security.spec.InvalidKeySpecException)
> at org.junit.Assert.fail(Assert.java:89)
> at
>
> org.apache.sshd.util.test.JUnitTestSupport.assertObjectInstanceOf(JUnitTestSupport.java:415)
> at
>
> org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey(PublicKeyAuthenticationTest.java:180)
>
> ...
>
> [WARNING] Flakes:
> [WARNING]
>
> org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey
> [ERROR]   Run 1:
> PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey:180->JUnitTestSupport.assertObjectInstanceOf:415->Assert.fail:89
>
> Unexpected failure cause - actual object type
> (org.apache.sshd.common.SshException) incompatible with expected
> (java.security.spec.InvalidKeySpecException)
>
>
> Env: MacOS 12.5.1
> Maven: 3.8.1
> Java: 1.8
>
>
> Otherwise, the build was successful...
>
>
> On 2022/08/22 14:46, Guillaume Nodet wrote:
> > I've staged a candidate release for 2.9.1 at:
> >https://repository.apache.org/content/repositories/orgapachemina-1079
> > Git tag:
> >https://github.com/apache/mina-sshd/tree/sshd-2.9.1
> > Issues solved:
> >
> https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md
> >
> > Please review and vote !
> >
>
> --
> *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
> T. +33 (0)4 89 97 36 50
> P. +33 (0)6 08 33 32 61
> emmanuel.lecha...@busit.com https://www.busit.com/
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
> For additional commands, e-mail: dev-h...@mina.apache.org
>
>

-- 

Guillaume Nodet


Re: [VOTE] Release Apache Mina SSHD 2.9.1

2022-08-30 Thread Lyor Goldstein
+1


Re: [VOTE] Release Apache Mina SSHD 2.9.1

2022-08-29 Thread Emmanuel Lécharny

Hi,

got one error on sshd-core:

[INFO] Running org.apache.sshd.common.auth.PublicKeyAuthenticationTest
[ERROR] Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.847 s <<< FAILURE! - in 
org.apache.sshd.common.auth.PublicKeyAuthenticationTest
[ERROR] 
org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey 
 Time elapsed: 0.131 s  <<< FAILURE!
java.lang.AssertionError: Unexpected failure cause - actual object type 
(org.apache.sshd.common.SshException) incompatible with expected 
(java.security.spec.InvalidKeySpecException)

at org.junit.Assert.fail(Assert.java:89)
	at 
org.apache.sshd.util.test.JUnitTestSupport.assertObjectInstanceOf(JUnitTestSupport.java:415)
	at 
org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey(PublicKeyAuthenticationTest.java:180)


...

[WARNING] Flakes:
[WARNING] 
org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey
[ERROR]   Run 1: 
PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey:180->JUnitTestSupport.assertObjectInstanceOf:415->Assert.fail:89 
Unexpected failure cause - actual object type 
(org.apache.sshd.common.SshException) incompatible with expected 
(java.security.spec.InvalidKeySpecException)



Env: MacOS 12.5.1
Maven: 3.8.1
Java: 1.8


Otherwise, the build was successful...


On 2022/08/22 14:46, Guillaume Nodet wrote:

I've staged a candidate release for 2.9.1 at:
   https://repository.apache.org/content/repositories/orgapachemina-1079
Git tag:
   https://github.com/apache/mina-sshd/tree/sshd-2.9.1
Issues solved:
   https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md

Please review and vote !



--
*Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
T. +33 (0)4 89 97 36 50
P. +33 (0)6 08 33 32 61
emmanuel.lecha...@busit.com https://www.busit.com/

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



Re: [VOTE] Release Apache Mina SSHD 2.9.1

2022-08-29 Thread Guillaume Nodet
+1

Le lun. 22 août 2022 à 14:46, Guillaume Nodet  a écrit :

> I've staged a candidate release for 2.9.1 at:
>   https://repository.apache.org/content/repositories/orgapachemina-1079
> Git tag:
>   https://github.com/apache/mina-sshd/tree/sshd-2.9.1
> Issues solved:
>
> https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md
>
> Please review and vote !
>
> --
> 
> Guillaume Nodet
>
>

-- 

Guillaume Nodet


Re: [VOTE] Release Apache Mina SSHD 2.9.1

2022-08-22 Thread Jeff Genender
+1

Jeff

> On Aug 22, 2022, at 6:46 AM, Guillaume Nodet  wrote:
> 
> I've staged a candidate release for 2.9.1 at:
>  https://repository.apache.org/content/repositories/orgapachemina-1079
> Git tag:
>  https://github.com/apache/mina-sshd/tree/sshd-2.9.1
> Issues solved:
>  https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md
> 
> Please review and vote !
> 
> -- 
> 
> Guillaume Nodet


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



[VOTE] Release Apache Mina SSHD 2.9.1

2022-08-22 Thread Guillaume Nodet
I've staged a candidate release for 2.9.1 at:
  https://repository.apache.org/content/repositories/orgapachemina-1079
Git tag:
  https://github.com/apache/mina-sshd/tree/sshd-2.9.1
Issues solved:
  https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md

Please review and vote !

-- 

Guillaume Nodet