Re: [VOTE] Release Apache Mina SSHD 2.7.0 (2nd try)

2021-05-11 Thread Thomas Wolf
On 11.05.21 16:21 , Guillaume Nodet wrote: I've staged another release candidate built on JDK 1.8: * maven repo: https://repository.apache.org/content/repositories/orgapachemina-1057 +1 * JGit tests pass with this release * Gerrit tests pass with this release * Gerrit load tests pass with t

Re: [VOTE] Release Apache Mina SSHD 2.7.0 (2nd try)

2021-05-11 Thread Jeff Genender
+1 Jeff > On May 11, 2021, at 8:21 AM, Guillaume Nodet wrote: > > I've staged another release candidate built on JDK 1.8: > * maven repo: > https://repository.apache.org/content/repositories/orgapachemina-1057 > * Distributions: https://dist.apache.org/repos/dist/dev/mina/sshd/2.7.0/ > * Gi

[jira] [Commented] (SSHD-1161) Support OpenSSH client certificates for publickey authentication

2021-05-11 Thread Alex Sherwin (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342606#comment-17342606 ] Alex Sherwin commented on SSHD-1161: A PR for this issue is open at  https://github.co

[GitHub] [mina-sshd] alex-sherwin opened a new pull request #194: Feature/sshd 1161 client certificates

2021-05-11 Thread GitBox
alex-sherwin opened a new pull request #194: URL: https://github.com/apache/mina-sshd/pull/194 Fully implements https://issues.apache.org/jira/browse/SSHD-1161 This PR covers using OpenSSH client certificate publickey authentication from the MINA client code It's unit tested a

[VOTE] Release Apache Mina SSHD 2.7.0 (2nd try)

2021-05-11 Thread Guillaume Nodet
I've staged another release candidate built on JDK 1.8: * maven repo: https://repository.apache.org/content/repositories/orgapachemina-1057 * Distributions: https://dist.apache.org/repos/dist/dev/mina/sshd/2.7.0/ * Git tag: https://github.com/apache/mina-sshd/releases/tag/sshd-2.7.0 This rel

[CANCEL] [VOTE] Release Apache Mina SSHD 2.7.0

2021-05-11 Thread Guillaume Nodet
Thx ! Cancelling this vote, I'll upload a new build from the same tag. I've also raised https://issues.apache.org/jira/browse/SSHD-1162 so that we can fix the problem. Guillaume Le mar. 11 mai 2021 à 09:02, Thomas Wolf a écrit : > On 11.05.21 01:52 , Guillaume Nodet wrote: > > I've staged a rel

[jira] [Created] (SSHD-1162) Make sure the project is built using a 1.8

2021-05-11 Thread Guillaume Nodet (Jira)
Guillaume Nodet created SSHD-1162: - Summary: Make sure the project is built using a 1.8 Key: SSHD-1162 URL: https://issues.apache.org/jira/browse/SSHD-1162 Project: MINA SSHD Issue Type: Tas

Re: [VOTE] Release Apache Mina SSHD 2.7.0

2021-05-11 Thread Thomas Wolf
On 11.05.21 01:52 , Guillaume Nodet wrote: I've staged a release candidate: * maven repo: https://repository.apache.org/content/repositories/orgapachemina-1053 -1. Looks like this was built with Java 11. Fails when run on a Java 8 JRE: java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()