[CLI] DISCUSS: Should Option(Builder) constructor be protected?

2023-12-28 Thread Claude Warren
Is the option class intended to be extended? If not then it should probably be final. If so, then the Option(Builder) constructor should be protected so that derived classes can avail of the default settings from the Builder. I have a case where I want to pass the standard builder into the deriv

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

2023-12-28 Thread Piotr P. Karwasz
Hi Gary, On Thu, 28 Dec 2023 at 16:03, Gary Gregory wrote: > What value for $NEXUS_REPO would one use to verify repro _after_ a > release? I want to experiment with Apache Commons components... The `reference.repo` system variable is used by the `referenceRepo` parameter of `artifact:compare`:

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

2023-12-28 Thread Gary Gregory
Hi Piotr, What value for $NEXUS_REPO would one use to verify repro _after_ a release? I want to experiment with Apache Commons components... Gary On Sat, Dec 16, 2023 at 6:56 PM Piotr P. Karwasz wrote: > > Hi all, > > On Mon, 27 Nov 2023 at 00:15, Piotr P. Karwasz > wrote: > > 2. For some st

[ANNOUNCE] Apache Commons FileUpload 2.0.0-M2

2023-12-28 Thread Gary Gregory
The Apache Commons FileUpload team is pleased to announce the release of Apache Commons FileUpload 2.0.0-M2. The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to Servlets and web applications. This version require