Re: Throwing RuntimeException is usually an anti-pattern

2023-07-04 Thread Gary Gregory
Thanks Emmanuel! Gary On Tue, Jul 4, 2023, 16:49 Emmanuel Lécharny wrote: > ... 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

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: Throwing RuntimeException is usually an anti-pattern

2023-07-04 Thread Emmanuel Lécharny
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 On Mon, Jul 3, 2023 at 7:12 PM Gary Gregory wrote: Hi All, I noticed that in org.ap

[jira] [Updated] (SSHD-1333) Adding java.nio.file.CopyOption to SCP transfer methods

2023-07-04 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1333: -- Description: Hello! remote-to-remote file transfer is available in SCP protocol. If I'm not wrong, it is not available

[GitHub] [mina-ftpserver] 07070529 commented on issue #25: Apache FTPServer adapt to Apache MINA 2.2.x

2023-07-04 Thread via GitHub
07070529 commented on issue #25: URL: https://github.com/apache/mina-ftpserver/issues/25#issuecomment-1620240023 Looking forward to it,and sorry for not being able to offer any advice at this time. -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: Throwing RuntimeException is usually an anti-pattern

2023-07-04 Thread Gary Gregory
On Tue, Jul 4, 2023 at 8:35 AM Jonathan Valliere wrote: > > Make a PR An order is not a thought. Gary > > On Mon, Jul 3, 2023 at 7:12 PM Gary Gregory wrote: >> >> Hi All, >> >> I noticed that in org.apache.ftpserver.util.EncryptUtils we explicitly >> throw RuntimeException. This is usually an

Re: Throwing RuntimeException is usually an anti-pattern

2023-07-04 Thread Jonathan Valliere
Make a PR On Mon, Jul 3, 2023 at 7:12 PM Gary Gregory wrote: > Hi All, > > I noticed that in org.apache.ftpserver.util.EncryptUtils we explicitly > throw RuntimeException. This is usually an anti-pattern as > IllegalArgumentException, IllegalStateException, and others are more > descriptive. > >