Re: [EXEC][POLL] Raising the Java platform from Java 8 to 11 EXEC-123

2024-10-17 Thread Siegfried Goeschl
+1 fo JDK 11 Thanks in advance, Siegfried Goeschl > On 17.10.2024, at 18:52, Gary Gregory wrote: > > Hi All: > > To support https://issues.apache.org/jira/browse/EXEC-123, it would be best > to raise the Java platform from Java 8 to 11. > > WDYT? > > Gary --

[VOTE] Release Apache Commons Parent 78 based on RC1

2024-10-17 Thread Gary Gregory
We have fixed a few bugs and added enhancements since Apache Commons Parent 77 was released, so I would like to release Apache Commons Parent 78. Apache Commons Parent 78 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/parent/78-RC1 (svn revision 72392) The Gi

Re: [EXEC][POLL] Raising the Java platform from Java 8 to 11 EXEC-123

2024-10-17 Thread Eric Pugh
+1. > On Oct 17, 2024, at 1:19 PM, Xeno Amess wrote: > > +1 for 11 > even better if 17 > > From: Gary Gregory > Sent: Friday, October 18, 2024 12:52:38 AM > To: Commons Developers List > Subject: [EXEC][POLL] Raising the Java platform from Java 8 to 11 EXEC-

Re: [EXEC][POLL] Raising the Java platform from Java 8 to 11 EXEC-123

2024-10-17 Thread Xeno Amess
+1 for 11 even better if 17 From: Gary Gregory Sent: Friday, October 18, 2024 12:52:38 AM To: Commons Developers List Subject: [EXEC][POLL] Raising the Java platform from Java 8 to 11 EXEC-123 Hi All: To support https://issues.apache.org/jira/browse/EXEC-123, it

[EXEC][POLL] Raising the Java platform from Java 8 to 11 EXEC-123

2024-10-17 Thread Gary Gregory
Hi All: To support https://issues.apache.org/jira/browse/EXEC-123, it would be best to raise the Java platform from Java 8 to 11. WDYT? Gary

Re: [CLI] Javadoc

2024-10-17 Thread Gary D. Gregory
Note that the Javadoc for org.apache.commons.cli.help.HelpFormatter use deprecated code. Please update it or I can do it later. Gary On 2024/10/17 13:39:53 Claude Warren wrote: > I think that all of the HelpAppendable methods expect that if null or empty > string is passed then nothing is output

Re: [CLI] Javadoc

2024-10-17 Thread Claude Warren
I think that all of the HelpAppendable methods expect that if null or empty string is passed then nothing is output. In addition, for the list case an empty list results in no output. I will update the documentation. On Thu, Oct 17, 2024 at 10:20 AM Arnout Engelen wrote: > On Mon, Oct 14, 2024

Re: [CLI] Javadoc

2024-10-17 Thread Arnout Engelen
On Mon, Oct 14, 2024 at 9:29 PM Gary D. Gregory wrote: > > Hi All, > > We now have append methods like: > > public interface HelpAppendable extends Appendable { > > /** > * Appends a header. > * > * @param level the level of the header. This is equivalent to the "1", > "2", or