Removing Google Analytics from our web site

2022-02-10 Thread Emmanuel Lécharny
Hi ! we have set up google analytics on MINA web site. It seems that it might cause issues with the european GDPR rules. I suggest we remove this feature we don't really use anyway. wdyt ? -- *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE T. +33 (0)4 89 97 36 50 P. +33 (0)6

Re: MINA 2.1 vs MINA 2.2 API differences

2022-01-28 Thread Emmanuel Lécharny
and write back the response - the server closes the connection I have no idea why the client does not prcoess the second HS message received from the server... On 29/01/2022 00:29, Emmanuel Lécharny wrote: It should. What is really puzzling is when we set the server to use TLS 1.2 *and* the client

Re: MINA 2.1 vs MINA 2.2 API differences

2022-01-28 Thread Emmanuel Lécharny
Java 11 + Client TLSv1.2 + Server TLSv1.2 -> KO Java 8 + Client TLSv1.2 + Server TLSv1.3 -> KO Java 11 + Client TLSv1.2 + Server TLSv1.3 -> KO That is a bit problematic as we may have client that aren't using TLS 1.3... On 21/01/2022 16:23, Emmanuel Lécharny wrote: On 21/01/2022 13:23,

Re: MINA 2.1 vs MINA 2.2 API differences

2022-01-28 Thread Emmanuel Lécharny
e may have client that aren't using TLS 1.3... On 21/01/2022 16:23, Emmanuel Lécharny wrote: > > > On 21/01/2022 13:23, Jonathan Valliere wrote: >> You can also use the DisableEncryptionWriteRequesf to wrap your >> WriteRequest you want to b

MINA 2.2 SSL issue when removing the SSL filter on the client side

2022-01-14 Thread Emmanuel Lécharny
the test (removing the SslFilter from the server when we remove it from the client) or @ignore the test. -- *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

MINA 2.2: some more test failures

2022-01-14 Thread Emmanuel Lécharny
sensitive). -- *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

Re: MINA 2.1 vs MINA 2.2 API differences

2022-01-17 Thread Emmanuel Lécharny
ent it’s added on the server filterchain. On Mon, Jan 17, 2022 at 11:10 AM Emmanuel Lécharny <mailto:elecha...@gmail.com>> wrote: On 17/01/2022 16:48, Jonathan Valliere wrote: > I think that piece of code is trying to move the concern of configuring > the SSL into a

Re: MINA 2.2 SSL issue when removing the SSL filter on the client side

2022-01-14 Thread Emmanuel Lécharny
insecure and prone to concurrent/race conditions. The best thing we could probably do is throw Close exceptions when receiving or writing to the closed SSLFilter. On Fri, Jan 14, 2022 at 12:30 PM Emmanuel Lécharny <mailto:elecha...@gmail.com>> wrote: Hi Jonathan, I'm

Re: MINA 2.2: some more test failures

2022-01-14 Thread Emmanuel Lécharny
<mailto:john...@apache.org>> wrote: Can you send the server debugging logs? On Fri, Jan 14, 2022 at 7:46 PM Emmanuel Lécharny mailto:elecha...@gmail.com>> wrote: On 14/01/2022 18:48, Emmanuel Lécharny wrote: > Hi Jonathan, >

Re: MINA 2.2: some more test failures

2022-01-14 Thread Emmanuel Lécharny
On 14/01/2022 18:48, Emmanuel Lécharny wrote: Hi Jonathan, I also have a failure in SslFilterTest.testMessageSentIsCalled_With_SSL. What happens is that we try to send 2 messages (test-1 and test-2) with SSL established, but we do a SSL renegociation in between the first message sending

MINA 2.2 feedback

2022-01-14 Thread Emmanuel Lécharny
Hi Jonathan, I must say that the new TLS implementation in MINA 2.2 is beautifully simpler than the overly complex code we had in 2.1 ! Thanks for that ! -- *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

Re: MINA 2.1 vs MINA 2.2 API differences

2022-01-18 Thread Emmanuel Lécharny
you... Thanks ! -- Emmanuel Lécharny - To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org

Re: MINA 2.1 vs MINA 2.2 API differences

2022-01-21 Thread Emmanuel Lécharny
"sslFilter", sslFilter ); Simple, easy. Thanks Jonathan ! On 20/01/2022 18:22, Emmanuel Lécharny wrote: On 20/01/2022 13:25, Jonathan Valliere wrote: The old method was unsafe from a concurrency standpoint.  This switching logic should be in a filter. Agreed. StartTLS is by i

Re: MINA 2.1 vs MINA 2.2 API differences

2022-01-21 Thread Emmanuel Lécharny
the SslFilter for the StartTLS operation, and in retrospect, thatw as a mistake. I like the Filter idea. -- *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

Re: MINA 2.1 vs MINA 2.2 API differences

2022-01-19 Thread Emmanuel Lécharny
(this); WriteRequest writeRequest = new DefaultWriteRequest(message, writeFuture, remoteAddress); That means we should bypass this part, which would require some modification in this method. On Tue, Jan 18, 2022 at 3:12 AM Emmanuel Lécharny <mailto:elecha...@gmail.com>> wrote: On 18/0

Re: MINA 2.1 vs MINA 2.2 API differences

2022-01-20 Thread Emmanuel Lécharny
in a way that is not natural. Actually, with such a filter, we wouldn't even require the flag you have added as a substitute for the session attribute. Thanks Jonathan ! -- *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

Re: Moving 2.2.X to 4.0.X

2022-01-22 Thread Emmanuel Lécharny
of Life changes are coming soon as well as an official 4.0 release. Cheers, JV -- *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

Coming release of 2.0 and 2.1 branches

2022-01-24 Thread Emmanuel Lécharny
Hi! I'm going to cut a release of MINA 2.0.23 and 2.1.6, with a few fixes. This is needed for FtpServer, but bottome line, those fixes are useful anyway. Thanks ! -- *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

Re: MINA read buffer default size: is it too small ?

2022-01-14 Thread Emmanuel Lécharny
; } That is a waste, IMO On Fri, Jan 14, 2022 at 7:38 AM Jonathan Valliere wrote: Please point to the line of code in GitHub. GitHub has a great tool for linking directly to lines. On Fri, Jan 14, 2022 at 3:49 AM Emmanuel Lécharny wrote: Hi, I'm reviewing some parts of MINA (more specifically

Re: MINA 2.2.0-M1

2022-04-11 Thread Emmanuel Lécharny
but seem to have lost track of the mail thread. Thanks in advance, Chris. On 09.04.22 00:26, Emmanuel Lécharny wrote: Hi ! I will start to cut a first milestone for the MINA 2.2.X branch. It has been tested on Apache Ftpserver, Ldap API and Directory Server with success. There will probably

Re: MINA 2.2.0-M1

2022-04-11 Thread Emmanuel Lécharny
to the IoAdapter when the SSLEngine throw it). I'll keep you inform... On 09/04/2022 00:26, Emmanuel Lécharny wrote: Hi ! I will start to cut a first milestone for the MINA 2.2.X branch. It has been tested on Apache Ftpserver, Ldap API and Directory Server with success

Re: GitHub Action builds

2022-04-11 Thread Emmanuel Lécharny
Super, thanks Gregory ! On 11/04/2022 15:57, Gary Gregory wrote: Hi All: I enabled GitHub Actions builds which will give us quick feedback on PRs as well as sanity checks for building and testing on Java LTS versions. See https://github.com/apache/mina-ftpserver/actions Gary -- *Emmanuel

MINA 2.2.0-M1

2022-04-08 Thread Emmanuel Lécharny
- the removal of the SslFilter.DISABLE_ENCRYPTION_ONCE attribute, which is either replaced by a dedicated filter, or the encapsulation of the message in a DisableEncryptWriteRequest interface I'll do that this week-end. Thanks ! -- *Emmanuel Lécharny

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

2023-09-11 Thread Emmanuel Lécharny
[ ] ± | Abstain [ ] -1 | Do *NOT* release MINA 2.1.8 [ ] +1 | Release MINA 2.0.25 [ ] ± | Abstain [ ] -1 | Do *NOT* release MINA 2.0.25 -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com - To unsubscribe, e-mail: dev

License and Notice files

2023-09-14 Thread Emmanuel Lécharny
license. So no big deal. I will do the same for the 2.0.X and 2.1.X branches. Thanks ! -- *Emmanuel Lécharny* P. +33 (0)6 08 33 32 61 elecha...@apache.org - To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional

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

2023-09-12 Thread Emmanuel Lécharny
vote : [ ] +1 | Release MINA 2.2.3 [ ] ± | Abstain [ ] -1 | Do *NOT* release MINA 2.2.3 [ ] +1 | Release MINA 2.1.8 [ ] ± | Abstain [ ] -1 | Do *NOT* release MINA 2.1.8 [ ] +1 | Release MINA 2.0.25 [ ] ± | Abstain [ ] -1 | Do *NOT* release MINA 2.0.

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

2023-09-12 Thread Emmanuel Lécharny
se MINA 2.2.3 [ ] +1 | Release MINA 2.1.8 [ ] ± | Abstain [ ] -1 | Do *NOT* release MINA 2.1.8 [ ] +1 | Release MINA 2.0.25 [ ] ± | Abstain [ ] -1 | Do *NOT* release MINA 2.0.25 -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

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

2023-09-12 Thread Emmanuel Lécharny
t; > > On Tue, Sep 12, 2023, 9:55 AM mailto: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. >>

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

2023-09-13 Thread Emmanuel Lécharny
023, 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 following things has to be completed per [1]: "Before casting +1 binding votes, individuals are REQU

Re: License and Notice files

2023-09-20 Thread Emmanuel Lécharny
And done on the 3 versions we maintain! On 14/09/2023 10:27, Emmanuel Lécharny wrote: Hi! I did a thorough check on the required N files. I found that a couple of them needed to be updated because of a copyright changed date (the Copyright (c) 2004- part where wasn't up to date

Re: [VOTE] Release Apache Mina SSHD 2.9.3

2023-10-17 Thread Emmanuel Lécharny
, thanks, and congrats for the release :-) ! On 17/10/2023 08:03, Guillaume Nodet wrote: Le lun. 16 oct. 2023 à 22:02, Thomas Wolf a écrit : On 16.10.23 01:04 , Emmanuel Lécharny wrote: My main concern is that we now need to install Docker to get the test passing, due to the usage of TestContainer

Re: [ANNOUNCE] Apache MINA SSHD 2.11.0 released

2023-10-20 Thread Emmanuel Lécharny
-- *Emmanuel Lécharny* P. +33 (0)6 08 33 32 61 elecha...@apache.org - To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org

Re: Personal Feedback to your last board report

2023-10-23 Thread Emmanuel Lécharny
-- *Emmanuel Lécharny* P. +33 (0)6 08 33 32 61 elecha...@apache.org - 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.3

2023-10-15 Thread Emmanuel Lécharny
9.3/docs/changes/2.9.3.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 -- *Emmanuel Lécha

Re: [VOTE] Release Apache Mina SSHD 2.9.3

2023-10-15 Thread Emmanuel Lécharny
g For additional commands, e-mail: dev-h...@mina.apache.org - To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org -- *Emmanuel Lécharny* P. +33 (0)6 08 33 32 61 elecha...@apache.org ---

Re: MINA 2.2.0-M1

2022-04-10 Thread Emmanuel Lécharny
this with Jonathan some months ago but seem to have lost track of the mail thread. Thanks in advance, Chris. On 09.04.22 00:26, Emmanuel Lécharny wrote: Hi ! I will start to cut a first milestone for the MINA 2.2.X branch. It has been tested on Apache Ftpserver, Ldap API and Directory Server

Re: [Vote] MINA 2.2.0 release

2022-07-05 Thread Emmanuel Lécharny
Ah, sorry, copy/paste error: https://repository.apache.org/content/repositories/orgapachemina-1070/ On 05/07/2022 08:02, Jeff MAURY wrote: Staging repo is not available On Mon, Jul 4, 2022 at 11:43 PM Emmanuel Lécharny <mailto:elecha...@gmail.com>> wrote: Hi! it has been

Re: [Vote] MINA 2.2.0 release

2022-07-05 Thread Emmanuel Lécharny
Hi Christoph, yes. I guess you tested it already. On 05/07/2022 09:38, Christoph John wrote: Hi Emmanuel Did you manage to fix the bug which we talked about in the mail thread from May regarding the M1 milestone? Thanks Chris 04.07.2022 23:43:37 Emmanuel Lécharny : Hi! it has been

Re: [Vote] MINA 2.2.0 release

2022-07-05 Thread Emmanuel Lécharny
I have tested that the exception gets propagated before launching the vote to be clear :-) On 05/07/2022 18:17, Christoph John wrote: Sorry, no. The last message regarding this was: --snip- 11.04.2022 09:37:30 Emmanuel Lécharny : Hi Christophe, sorry, my late mail was off

[Vote] MINA 2.2.0 release

2022-07-04 Thread Emmanuel Lécharny
for download on : https://dist.apache.org/repos/dist/dev/mina/mina/2.2.0 Let us vote : [ ] +1 | Release MINA 2.2.0 [ ] ± | Abstain [ ] -1 | Do *NOT* release MINA 2.2.0 -- *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

Re: Exception in filter (was: Re: [Vote] MINA 2.2.0 release)

2022-07-08 Thread Emmanuel Lécharny
to be caught in a filter still don't work. I recall that you also did some changes in other Apache projects to make it work with MINA 2.2.0. Could it be that I also need to adapt something in this regard? Thanks Chris Jul 5, 2022 18:47:09 Emmanuel Lécharny : I have tested that the exception gets

Re: Exception in filter (was: Re: [Vote] MINA 2.2.0 release)

2022-07-09 Thread Emmanuel Lécharny
to look into this or was this resolved? On Fri, Jul 8, 2022 at 11:51 PM Emmanuel Lécharny <mailto:elecha...@gmail.com>> wrote: The changes I did were to ensure that any ouutbound data are sent when a TLS erroroccurs, because the Alert must be sent no matter what. This is

Has anyone ever used the HTTP Module?

2022-06-22 Thread Emmanuel Lécharny
Hi ! Just wondering if anyone has ever used this module. To me, it seems *really* like a proof of concept. Thanks ! -- *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

Re: Exception in filter (was: Re: [Vote] MINA 2.2.0 release)

2022-07-11 Thread Emmanuel Lécharny
2.2.0. Could it be that I also need to adapt something in this regard? Thanks Chris Jul 5, 2022 18:47:09 Emmanuel Lécharny : I have tested that the exception gets propagated before launching the vote to be clear :-) On 05/07/2022 18:17, Christoph John wrote: Sorry, no. The last message regarding

Re: Exception in filter (was: Re: [Vote] MINA 2.2.0 release)

2022-07-15 Thread Emmanuel Lécharny
same latch that the one being checked in the assert, now to see why... On 13/07/2022 17:43, Emmanuel Lécharny wrote: Hi Christoph, actually, there is a kind of race condition in your test. I have added some logs:     @Override     public void exceptionCaught(NextFilte

Re: [VOTE] Release Apache Mina SSHD 2.9.0

2022-07-12 Thread Emmanuel Lécharny
che/mina-sshd/blob/sshd-2.9.0/docs/changes/2.9.0.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 htt

Re: Exception in filter (was: Re: [Vote] MINA 2.2.0 release)

2022-07-12 Thread Emmanuel Lécharny
, Christoph John wrote: Thanks. Anything I can do to assist? Although I might only find time the week after next because am currently on vacation. Jul 9, 2022 09:00:21 Emmanuel Lécharny : I do think we need to have a look at it (and I may find some time to do it too, as I'm in vacation in the coming

Re: Exception in filter (was: Re: [Vote] MINA 2.2.0 release)

2022-07-12 Thread Emmanuel Lécharny
to be investigated, IMO. On 13/07/2022 05:29, Emmanuel Lécharny wrote: Never mind, I'm set up now, and in debug mode. All is good ! On 13/07/2022 00:47, Emmanuel Lécharny wrote: Hi Christoph, I'm trying to  ran the failing tests on my machine (eclipse with Java 8 and Java 11), and I'll probably need some

Re: Exception in filter (was: Re: [Vote] MINA 2.2.0 release)

2022-07-12 Thread Emmanuel Lécharny
Never mind, I'm set up now, and in debug mode. All is good ! On 13/07/2022 00:47, Emmanuel Lécharny wrote: Hi Christoph, I'm trying to  ran the failing tests on my machine (eclipse with Java 8 and Java 11), and I'll probably need some assistance. I'm using the chrjohn-mina-2.2.0 branch

MINA 2.2.1 needed...

2022-07-20 Thread Emmanuel Lécharny
, ... org.apache.mina.transport.vmpipe, org.apache.mina.util <--- here we should have a',' org.apache.mina.util.byteaccess in the mina-core pom.xml. I'll cut the release. -- *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE T. +33 (0)4 89 97 36 50 P. +33 (0)6

[VOTE] Apache MINA 2.2.1 release

2022-07-20 Thread Emmanuel Lécharny
on : https://dist.apache.org/repos/dist/dev/mina/mina/2.2.1 Let us vote : [ ] +1 | Release MINA 2.2.1 [ ] ± | Abstain [ ] -1 | Do *NOT* release MINA 2.2.1 -- *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

Re: [Vote] MINA 2.2.0 release

2022-07-16 Thread Emmanuel Lécharny
regarding the M1 milestone? Thanks Chris 04.07.2022 23:43:37 Emmanuel Lécharny : Hi! it has been a couple of months now that I cut a version of MINA 2.2.0, but haven't started a vote, because I wanted to test that exception were properly handled when generated from the SslFilter. It took may way

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

2022-07-18 Thread Emmanuel Lécharny
/tree/sshd-2.9.0 Issues solved: https://github.com/apache/mina-sshd/blob/sshd-2.9.0/docs/changes/2.9.0.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

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

2022-07-18 Thread Emmanuel Lécharny
Just mentionning it because we *MUST* provide SHA256 and SHA 512 signatures, and the standard maven release only generates MD5 and SHA1 signatures. On 19/07/2022 06:47, Emmanuel Lécharny wrote: Also the packages are missing from https://dist.apache.org/repos/dist/dev/mina/sshd/ On 18/07

result: was [Vote] MINA 2.2.0 release

2022-07-17 Thread Emmanuel Lécharny
Thanks for the votes! I therefore close this vote with 3 binding +1 and o,ne non binding +1: - Christoph John (non binding) - Jeff (Genender) - Jonathan - and me I will push the packages, update the site and announce the release in the coming hours ! On 04/07/2022 23:43, Emmanuel Lécharny

Re: [VOTE] Release Apache Mina SSHD 2.9.0

2022-07-17 Thread Emmanuel Lécharny
time:/ Just to be sure. (not such a big deal, I can re-push the packages). On 17/07/2022 00:42, Guillaume Nodet wrote: Yes, I'll do that on monday. Le sam. 16 juil. 2022 à 10:38, Thomas Wolf a écrit : On 13.07.22 08:44 , Thomas Wolf wrote: On 13.07.22 00:20 , Emmanuel Lécharny wrote: I get

Re: Exception in filter (was: Re: [Vote] MINA 2.2.0 release)

2022-07-13 Thread Emmanuel Lécharny
guess. :) This is what I'm going to check :-) Stay tuned ! Cheers Chris Jul 13, 2022 06:38:00 Emmanuel Lécharny : Here are some of my current findings. For the (failing) test shouldFailWhenUsingBadClientCertificate, here are the traces we get: juil. 13, 2022 6:28:42 AM

Re: Exception in filter (was: Re: [Vote] MINA 2.2.0 release)

2022-07-13 Thread Emmanuel Lécharny
ng: Encountered END_OF_STREAM" and you are doomed, the assert has already failed. At this point, I believe the pb is in your test, as the root cause is properly propagated to the client : [Count:1]--->PKIX path validation failed: java.security.cert.CertPathValidatorException: si

Re: Exception in filter (was: Re: [Vote] MINA 2.2.0 release)

2022-07-28 Thread Emmanuel Lécharny
ssl/SSLFilter.java#L66-L78 Good question. I don't know... Jonathan ? -- *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/

Re: Exception in filter (was: Re: [Vote] MINA 2.2.0 release)

2022-07-21 Thread Emmanuel Lécharny
and best regards Chris. On 16.07.22 05:30, Emmanuel Lécharny wrote: Hi Christoph, after further analysis, it appears that we have 2 countdown latch instances (exceptionThrownLatch) at play: * one that is decremented in the exceptionCaught event, [Count1]>:1]--->PKIX path vali

Result, was Re: [VOTE] Apache MINA 2.2.1 release

2022-07-24 Thread Emmanuel Lécharny
Hi! I'm closing this vote with 4 binding +1 and one ,on binding +1: Binding - Jonathan - Jeff Genender - Guillaume - and me Non Binding: - Chistoph. Thanks for the votes, I'll push the packages and announce the release ASAP ! On 20/07/2022 15:41, Emmanuel Lécharny wrote: hi

Re: [Vote] MINA 2.2.0 release

2022-07-16 Thread Emmanuel Lécharny
regarding the M1 milestone? Thanks Chris 04.07.2022 23:43:37 Emmanuel Lécharny : Hi! it has been a couple of months now that I cut a version of MINA 2.2.0, but haven't started a vote, because I wanted to test that exception were properly handled when generated from the SslFilter. It took may way

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

2022-07-19 Thread Emmanuel Lécharny
://dist.apache.org/repos/dist/dev/mina/sshd/ and added my new key to the mina KEYS file. Thx ! Le mar. 19 juil. 2022 à 06:49, Emmanuel Lécharny a écrit : Just mentionning it because we *MUST* provide SHA256 and SHA 512 signatures, and the standard maven release only generates MD5 and SHA1 signatures. On 19/07

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

2022-07-19 Thread Emmanuel Lécharny
it and verify the signature I think. Let me know ! Le mar. 19 juil. 2022 à 15:59, Emmanuel Lécharny a écrit : Hi Guillaume, qstill have an issue with the KEYS file. Where did you pushed it ? (I have successfully checked the signature with the SHA256 sig you pushed, thanks !) On 19/07/2022 11:51

Where is the HTTP WRAPPED method coming from?

2022-06-22 Thread Emmanuel Lécharny
Hi Jonathan, I see that you added the LINK, UNLINK methods in the HttpMehod class on March, 25, 2018, and that's fine. But where is teh WRAPPED method coming from ? I can't find out the root for this method. Thanks ! -- *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE T. +33

Re: MINA and TLS 1.3 (1ms sleep hack?)

2022-05-05 Thread Emmanuel Lécharny
message bypasses the SslFilter CONFIDENTIALITY NOTICE: The contents of this email message and any attachments are intended solely for the addressee(s) and may contain confidential and/or privileged information and may be legally protected from disclosure. On Mar 31, 20

Re: Infinite loop in Apache Directory Server when using MINA 2.2.1

2022-07-30 Thread Emmanuel Lécharny
Seems like it's an issue with a mixed Java version being used: the lib built with Java 11 and running tests in Java 8, or something like that. Still investigating. On 30/07/2022 10:03, Emmanuel Lécharny wrote: Hi, I'm currently investiagting some infinite loop in Apache DS when setting up

Re: [VOTE] Release Apache Mina SSHD 2.9.1

2022-08-29 Thread Emmanuel Lécharny
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

Re: Please help code review

2022-09-08 Thread Emmanuel Lécharny
-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

Re: [VOTE] Release Apache Mina SSHD 2.9.1

2022-09-05 Thread Emmanuel Lécharny
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

Re: Infinite loop in Apache Directory Server when using MINA 2.2.1

2022-08-10 Thread Emmanuel Lécharny
I confirm. I built the LDAP API with Java 11 targetting Java 8, but it's not enough. Fixed in trunk. On 30/07/2022 10:23, Emmanuel Lécharny wrote: Seems like it's an issue with a mixed Java version being used: the lib built with Java 11 and running tests in Java 8, or something like

Re: Infinite loop in Apache Directory Server when using MINA 2.2.1

2022-08-11 Thread Emmanuel Lécharny
? On Wed, Aug 10, 2022 at 5:34 AM Emmanuel Lécharny <mailto:elecha...@gmail.com>> wrote: I confirm. I built the LDAP API with Java 11 targetting Java 8, but it's not enough. Fixed in trunk. On 30/07/2022 10:23, Emmanuel Lécharny wrote: > Seems like it's an issue

Re: Delay in message arrival, please help urgent

2022-11-16 Thread Emmanuel Lécharny
nfig().setIdleTime(IdleStatus.BOTH_IDLE, 10); acceptor.getSessionConfig().setTcpNoDelay(true); acceptor.setBacklog(5000); acceptor.bind(new InetSocketAddress(port)); Regards nak -- *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 emmanu

Re: Friendly suggestion to make the dev-list readable again

2023-02-15 Thread Emmanuel Lécharny
is currently, I doubt anyone is reading it and it makes it impossible for outsiders to get started … well … and it makes it hard for the board to execute it’s oversight. As I said in the subject … it’s not an order to change anything, but a friendly suggestion. Chris -- *Emmanuel Lécharny

Apache MINA Mastodon account is on!

2023-07-02 Thread Emmanuel Lécharny
Hi! we just have created a Mastodon account to inform the world abouut the Apache MINA project evolution. Feel free to follow @apachem...@fosstodon.org ! -- *Emmanuel Lécharny* - To unsubscribe, e-mail: dev-unsubscr

Re: Throwing RuntimeException is usually an anti-pattern

2023-07-04 Thread Emmanuel Lécharny
- 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

Re: Throwing RuntimeException is usually an anti-pattern

2023-07-04 Thread Emmanuel Lécharny
... and Apache MINA Team page updated! On 04/07/2023 22:33, Emmanuel Lécharny wrote: Gary has commit rights :-) That makes me realize that I need to update the Team page. And, yes, I do think we should thows some meaningful excection. On 04/07/2023 14:35, Jonathan Valliere wrote: Make a PR

Re: [FTP Server] Bumping deps

2023-07-03 Thread Emmanuel Lécharny
;-) Gary - 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 emma

Re: Branch 1.2.X does not compile?

2023-07-03 Thread Emmanuel Lécharny
_64", family: "mac" Gary - 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.

[VOTE] Apache MINA 2.2.2, 2.1.7, 2.0.24 releases

2023-06-01 Thread Emmanuel Lécharny
[ ] ± | Abstain [ ] -1 | Do *NOT* release MINA 2.2.2 [ ] +1 | Release MINA 2.1.7 [ ] ± | Abstain [ ] -1 | Do *NOT* release MINA 2.1.7 [ ] +1 | Release MINA 2.0.24 [ ] ± | Abstain [ ] -1 | Do *NOT* release MINA 2.0.24 -- *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE T. +33 (0)4 89 97 36

Re: [VOTE] Apache MINA 2.2.2, 2.1.7, 2.0.24 releases

2023-06-04 Thread Emmanuel Lécharny
[X] +1 | Release MINA 2.2.2 [X] +1 | Release MINA 2.1.7 [X] +1 | Release MINA 2.0.24 -- *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

Result, was: [VOTE] Apache MINA 2.2.2, 2.1.7, 2.0.24 releases

2023-06-04 Thread Emmanuel Lécharny
Hi! I'm closing this vote with 3 binding +1 (Jeff Genender, Jonathan, and me) and 2 non binding +1 (Christoph and Gary). Thanks for the votes, I'll pushg the releases and announce them! -- *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE T. +33 (0)4 89 97 36 50 P. +33 (0)6 08

Release train: 2.0.24, 2.1.7 and 2.2.2 on their way

2023-05-31 Thread Emmanuel Lécharny
Hi! I'll cut a triple release in the coming hours. There are substantial fixes in them. It's about time to get those version out. We still have a few important issues to fix, but I'd like to have what is ready out sooner than later. I'll keep you updated. Thanks ! -- *Emmanuel Lécharny

Re: [VOTE] Apache MINA 2.2.2, 2.1.7, 2.0.24 releases

2023-06-03 Thread Emmanuel Lécharny
IMO. Gary On Thu, Jun 1, 2023, 18:58 Emmanuel Lécharny <mailto:elecha...@gmail.com>> wrote: hi! WARNING: there are 3 votes to cast! This is a vote for a triple release: * MINA 2.2.2 * MINA 2.1.7 * MINA 2.0.24 Those versions are fixing some SSL/TLS issues

Re: [VOTE] Release Mina SSHD 2.12.1

2024-02-10 Thread Emmanuel Lécharny
apache.org - To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org -- *Emmanuel Lécharny* P. +33 (0)6 08 33 32 61 elecha...@

Re: 2.2.X unit tests failing

2024-02-10 Thread Emmanuel Lécharny
2:test [INFO] | \- cglib:cglib-nodep:jar:2.1_2:test Looking at it... On 10/02/2024 16:05, Jonathan Valliere wrote: Could not initialize class net.sf.cglib.proxy.Enhancer -- *Emmanuel Lécharny* P. +33 (0)6 08 33 32 61 elecha...@apac

Re: [VOTE] Release Mina SSHD 2.12.1

2024-02-10 Thread Emmanuel Lécharny
Docker Desktop 4.27.1 (136059) Gary On Sat, Feb 10, 2024 at 11:25 AM Emmanuel Lécharny wrote: Hi Gary, I had it working on my Mac, have you docker running before launching the test? On 10/02/2024 04:10, Gary Gregory wrote: Testing src zip file. - ASC OK - Eyeballing SHA512 is OK b

Re: [VOTE] Release Mina SSHD 2.12.1

2024-02-07 Thread Emmanuel Lécharny
: https://github.com/apache/mina-sshd/commits/sshd-2.12.1 Changelog: https://github.com/apache/mina-sshd/blob/sshd-2.12.1/docs/changes/2.12.1.md Please review and vote ! -- *Emmanuel Lécharny* P. +33 (0)6 08 33 32 61 elecha...@apache.org

Re: [VOTE] Release Mina SSHD 2.12.0

2024-01-18 Thread Emmanuel Lécharny
review and vote ! -- *Emmanuel Lécharny* P. +33 (0)6 08 33 32 61 elecha...@apache.org - To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org

Re: Test of MINA branch bugfix/DIRMINA-1173

2024-02-27 Thread Emmanuel Lécharny
indications. Regards, Henrik - To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org -- *Emmanuel Lécharny* P. +33 (0)6 08 33 32 61 elecha...@apache.org

Re: [VOTE] Release Mina SSHD 2.13.0

2024-06-13 Thread Emmanuel Lécharny
! -- *Emmanuel Lécharny* P. +33 (0)6 08 33 32 61 elecha...@apache.org - To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org

<    5   6   7   8   9   10