RE: RE: Re: release of commons-imaging

2024-03-22 Thread William Borg Barthet
Sorry to be a pain about this, is there any timeline for tagging/releasing a version of commons-imaging? Thanks again for your support. Regards, William On 2024/03/06 14:50:51 William Borg Barthet wrote: > Thanks for your replies. > > I am actually waiting on the WebP support. I found a PR and

Re: RE: Re: release of commons-imaging

2024-03-22 Thread Gary Gregory
I'll see about creating a release candidate over the next few days. Gary On Fri, Mar 22, 2024, 6:07 AM William Borg Barthet < william.borgbart...@bloomreach.com> wrote: > Sorry to be a pain about this, is there any timeline for tagging/releasing > a version of commons-imaging? > > Thanks again f

[commons-cli] How to handle deprecating options?

2024-03-22 Thread Eric Pugh
We use commons-cli in Apache Solr, and we’re currently trying to standardize our mash-mash of command line arguments. How do people handle deprecating an option in the Builder and introducing new ones? Is there any techniques/features of commons-cli that support this use case? If you are cur

Re: [commons-cli] How to handle deprecating options?

2024-03-22 Thread Gary Gregory
That sounds like a great feature to add to Commons CLI. Gary On Fri, Mar 22, 2024, 10:25 AM Eric Pugh wrote: > We use commons-cli in Apache Solr, and we’re currently trying to > standardize our mash-mash of command line arguments. How do people handle > deprecating an option in the Builder an