Re: [VOTE] Apache MINA 2.2.3, 2.1.8 and 2.0.25 releases

2023-09-12 Thread jgenender
Ok… say… answer coming off list… too much drama for dev@. Jeff > On Sep 12, 2023, at 5:20 PM, Emmanuel Lécharny wrote: > > Hi! > > Not sure it's about validating how others are validating a release... > > Now, I'd like to remind every PMC members that in order to issue a +1, the >

Re: [VOTE] Apache MINA 2.2.3, 2.1.8 and 2.0.25 releases

2023-09-12 Thread Emmanuel Lécharny
Hi! Not sure it's about validating how others are validating a release... Now, I'd like to remind every PMC members that in order to issue a +1, the following things has to be completed per [1]: "Before casting +1 binding votes, individuals are REQUIRED to download all signed source code

Re: [VOTE] Apache MINA 2.2.3, 2.1.8 and 2.0.25 releases

2023-09-12 Thread Gary Gregory
I don't understand what Windows has to do with my question. What did you do to validate the release candidate before voting +1? Gary On Tue, Sep 12, 2023, 4:11 PM wrote: > I don’t use Windows. > > Jeff > > > > On Sep 12, 2023, at 10:11 AM, Gary Gregory > wrote: > > > > You don't remember if

Re: [VOTE] Apache MINA 2.2.3, 2.1.8 and 2.0.25 releases

2023-09-12 Thread jgenender
I don’t use Windows. Jeff > On Sep 12, 2023, at 10:11 AM, Gary Gregory wrote: > > You don't remember if you downloaded, built and reviewed all three src or > tar files? Are you voting without reviewing? > > Gary > > > On Tue, Sep 12, 2023, 9:55 AM wrote: > >> I don’t remember if I voted

[GitHub] [mina-sshd] tomaswolf closed issue #414: A broken link during key exchange may cause an infinite loop.

2023-09-12 Thread via GitHub
tomaswolf closed issue #414: A broken link during key exchange may cause an infinite loop. URL: https://github.com/apache/mina-sshd/issues/414 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [mina-sshd] tomaswolf merged pull request #415: GH-414: Correct error handling in KeyExchangeMessageHandler

2023-09-12 Thread via GitHub
tomaswolf merged PR #415: URL: https://github.com/apache/mina-sshd/pull/415 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [VOTE] Apache MINA 2.2.3, 2.1.8 and 2.0.25 releases

2023-09-12 Thread Gary Gregory
You don't remember if you downloaded, built and reviewed all three src or tar files? Are you voting without reviewing? Gary On Tue, Sep 12, 2023, 9:55 AM wrote: > I don’t remember if I voted because I have been voting on a lot of stuff > lately. > > If I didn’t here is my +1 for all 3. > >

Re: [VOTE] Apache MINA 2.2.3, 2.1.8 and 2.0.25 releases

2023-09-12 Thread jgenender
Ok… I guess I was late :-) Sorry! Jeff > On Sep 12, 2023, at 7:55 AM, jgenen...@apache.org wrote: > > I don’t remember if I voted because I have been voting on a lot of stuff > lately. > > If I didn’t here is my +1 for all 3. > > Jeff > >> On Sep 12, 2023, at 2:29 AM, Emmanuel Lécharny

Re: [VOTE] Apache MINA 2.2.3, 2.1.8 and 2.0.25 releases

2023-09-12 Thread jgenender
I don’t remember if I voted because I have been voting on a lot of stuff lately. If I didn’t here is my +1 for all 3. Jeff > On Sep 12, 2023, at 2:29 AM, Emmanuel Lécharny wrote: > > Thanks Jeff & Gary. > > Is that for all the MINA versions? > > On 11/09/2023 16:27, Gary D. Gregory wrote:

Re: [VOTE] Apache MINA 2.2.3, 2.1.8 and 2.0.25 releases

2023-09-12 Thread Gary Gregory
I only tested 2.2.3 RC 1 on Windows with Java 17. My other test runs where on macOS with Java 8. Gary On Tue, Sep 12, 2023, 4:29 AM Emmanuel Lécharny wrote: > Thanks Jeff & Gary. > > Is that for all the MINA versions? > > On 11/09/2023 16:27, Gary D. Gregory wrote: > > I can confirm a failure

[jira] [Commented] (DIRMINA-1172) Multiple DatagramAcceptors and the creation of a session object

2023-09-12 Thread Alexander B (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17764105#comment-17764105 ] Alexander B commented on DIRMINA-1172: -- Thanks a lot. (y) > Multiple DatagramAcceptors and the

[ANNOUNCE] Apache MINA 2.2.3, 2.1.8 and 2.0.25 released

2023-09-12 Thread Emmanuel Lecharny
The Apache MINA project is pleased to announce the release of Apache MINA 2.2.3, 2.1.8 and 2.0.25 Those versions are fixing some Datagram session issue: * DIRMINA-996 IoSessionRecycler RemoteAddress Collision * DIRMINA-1172 Multiple DatagramAcceptors and the creation of a session object We

Re: [VOTE] Apache MINA 2.2.3, 2.1.8 and 2.0.25 releases

2023-09-12 Thread Emmanuel Lécharny
Never mind, got the same error. In Java 17 a call to CharsetEncoder.encode() on an immutable buffer throws a CoderMalfunctionError, not a ReadOnlyBufferException. The test has to be changed to reflect that. It does not change a thing for the release, it's still good to go. Thanks! On

Re: [VOTE] Apache MINA 2.2.3, 2.1.8 and 2.0.25 releases

2023-09-12 Thread Emmanuel Lécharny
Thanks Jeff & Gary. Is that for all the MINA versions? On 11/09/2023 16:27, Gary D. Gregory wrote: I can confirm a failure on Java 17 and Windows: [INFO] --- [INFO] T E S T S [INFO] ---