[VOTE] Release Apache Commons Net 3.11.0 based on RC1

2024-05-28 Thread Gary Gregory
We have fixed a few bugs and added enhancements since Apache Commons Net 3.10.0 was released, so I would like to release Apache Commons Net 3.11.0. Apache Commons Net 3.11.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/net/3.11.0-RC1 (svn revision 69435)

[ANNOUNCE] Apache Commons Validator 1.9.0

2024-05-28 Thread Gary Gregory
The Apache Commons Validator team is pleased to announce the release of Apache Commons Validator 1.9.0. Apache Commons Validator provides the building blocks for both client-side and server-side data validation. It may be used standalone or with a framework like Struts. This is a maintenance and

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc3

2024-05-28 Thread Gary Gregory
+1 - Release notes are NOT historical (how am I supposed to know what changed since version X?) - Testing src zip file. - ASC OK - SHA512 OK - Maven RAT check OK - Maven default goal () openjdk version "17.0.11" 2024-04-16 OpenJDK Runtime Environment Homebrew (build 17.0.11+0) OpenJDK 64-Bit

[RESULT][VOTE] Release Apache Commons Validator 1.9.0 based on RC1

2024-05-28 Thread Gary Gregory
This vote thread passes with the following +1 binding votes: - Henri Biestro (henrib) - Phil Steitz (psteitz) - Gary Gregory (ggregory) Gary On Sun, May 26, 2024 at 9:49 PM Gary Gregory wrote: > > My +1 > > Gary > > > On Sat, May 25, 2024, 5:11 PM Gary Gregory wrote: >> >> We have fixed a few

Re: [VFS-853] Duplicate Listeners

2024-05-28 Thread Gary Gregory
TY Bernd! Gary On Mon, May 27, 2024 at 12:33 PM Bernd Eckenfels wrote: > > Hello, > > I pushed a PR which fixes the issue and > Contains a test (which fails if the fix is not > Present. Besides the uneeded double > Indirection this code also leads to prematurely > Dropped listeners and

Re: [CLI] Did https://github.com/apache/commons-cli/pull/252 make it into changes report?

2024-05-28 Thread Gary Gregory
Eric, I updated git master and uploaded a new site. TY! Gary On Tue, May 28, 2024 at 10:24 AM Eric Pugh wrote: > > I noticed that > https://commons.apache.org/proper/commons-cli/changes-report.html#a1.7.0 > doesn’t reflect it (I think?) and that >

Re: [CLI] Parsing arguments with no options...

2024-05-28 Thread Gary Gregory
What about 'Hello World'? Gary On Tue, May 28, 2024, 11:13 AM Eric Pugh wrote: > I may need to see if there is a unit test I can write, because on my Mac, > ‘Hello World” get’s turned into “Hello” and “World” as well :-(. > > > > > > > On May 28, 2024, at 10:57 AM, Gary Gregory > wrote: > > >

Re: [CLI] Parsing arguments with no options...

2024-05-28 Thread Eric Pugh
I may need to see if there is a unit test I can write, because on my Mac, ‘Hello World” get’s turned into “Hello” and “World” as well :-(. > On May 28, 2024, at 10:57 AM, Gary Gregory wrote: > > It depends on the operating system as the OS itself might do different > things with both

Re: [CLI] Parsing arguments with no options...

2024-05-28 Thread Gary Gregory
It depends on the operating system as the OS itself might do different things with both single-quotes and double-quotes. For example, on Linux/macOS, single quotes create a string that is not interpreted IIRC. Gary On Tue, May 28, 2024, 10:37 AM Eric Pugh wrote: > Hi all, trying to figure out

[CLI] Parsing arguments with no options...

2024-05-28 Thread Eric Pugh
Hi all, trying to figure out if I found a bug or if it’s user error. I have a command line: bin/solr stream -verbose echo.expr "Hello World” The -verbose is an option, and then the next two parameters I get via System.out.print(cli.getArgList());. I would expect to get two parameters:

[CLI] Did https://github.com/apache/commons-cli/pull/252 make it into changes report?

2024-05-28 Thread Eric Pugh
I noticed that https://commons.apache.org/proper/commons-cli/changes-report.html#a1.7.0 doesn’t reflect it (I think?) and that https://commons.apache.org/proper/commons-cli/properties.html doesn’t either… Eric ___ Eric Pugh | Founder | OpenSource Connections, LLC |