Re: Commons-email with jakarta.mail?

2020-09-03 Thread David Goodenough
On Thursday, 3 September 2020 15:58:53 BST Xeno Amess wrote: > > Is there a version of commons-email which uses > > > > the new jakarta-mail API rather than the old > > javax.mail API? > > of course not. > They just released 5.0.0, which use the new API, at just 4 days ago... I was not expecting

Commons-email with jakarta.mail?

2020-09-03 Thread David Goodenough
Is there a version of commons-email which uses the new jakarta-mail API rather than the old javax.mail API? If not is one planned?

Re: Could the message for an illegal character in an option contain more information

2015-04-06 Thread David Goodenough
https://issues.apache.org/jira/browse/CLI-249[1] On Monday 06 April 2015 13:22:09 sebb wrote: > I suggest you create a JIRA enhancement request so this can be tracked > properly. > > On 5 April 2015 at 11:41, David Goodenough > > wrote: > &g

Could the message for an illegal character in an option contain more information

2015-04-05 Thread David Goodenough
Currently the code in org.apache.commons.cli.OptionValidator generates an IllegalArgumentException which contains the message:- "illegal option value '" + ch + "'" This is generated in two places, one for single character options and one for multi character options. However this does not tell th