Re: Reproducibility of Commons artifacts was: [VOTE] Release Apache Commons Logging 1.3.0 based on RC1

2024-01-05 Thread Piotr P. Karwasz
Hi Hervé, On Fri, 5 Jan 2024 at 08:14, Herve Boutemy wrote: > Piotr found the issue about the second run of bundle plugin and about > moditect 1.1.0 sensitivity to TZ: I don't know how hard it was to learn this, > nor how. > Do you have any idea on how to ease such discovery? The first time we

Re: [VOTE] Release Apache Commons Exec 1.4.0 based on RC1

2024-01-05 Thread Gary Gregory
My +1 Gary On Wed, Jan 3, 2024 at 8:06 AM Rob Tompkins wrote: > > +1 signatures good, builds on java 8, 11, 17, and 21, reports all good, > RELEASE-NOTES.txt good. Nit, the coverage is a touch low, but this is a very > minor nit. > > Send it!!! > > Cheers, > -Rob > > > On Jan 1, 2024, at 7:29 

[RESULT][VOTE] Release Apache Commons Exec 1.4.0 based on RC1

2024-01-05 Thread Gary Gregory
This vote passes with the following +1 binding votes: - Bruno Kinoshita - Rob Tompkins - Gary Gregory Gary On Fri, Jan 5, 2024 at 6:49 AM Gary Gregory wrote: > > My +1 > > Gary > > On Wed, Jan 3, 2024 at 8:06 AM Rob Tompkins wrote: > > > > +1 signatures good, builds on java 8, 11, 17, and 21,

[CLI] kabob-format?

2024-01-05 Thread Claude Warren
Is there a good reason not to support kabob-format in CLI? I can see that we have to strip the '-' nad '--' off the front but after that tis seems like anything before a space should be valid. -- LinkedIn: http://www.linkedin.com/in/claudewarren

Re: [CLI] kabob-format?

2024-01-05 Thread Gary Gregory
For my money, all I would care about is "classic" dash dash for one option and one dash for combining single char options. I find anything else leads to confusing inconsistencies. For example, in Linux, for some app -list means the list option but in others is the same as -l -i -s -t, nasty. But m