Re: [Collections] Suppliers, Iterables, and Producers

2024-04-30 Thread Gary D. Gregory
Hi Claude, Thank you for the detailed reply :-) A few comments below. On 2024/04/30 06:29:38 Claude Warren wrote: > I will see if I can clarify the javadocs and make things clearer. > > What I think I specifically heard is: > >- Be clear that producers are fast fail iterators with predicate

Re: [Collections] Suppliers, Iterables, and Producers

2024-04-30 Thread Alex Herbert
On Tue, 30 Apr 2024 at 14:45, Gary D. Gregory wrote: > Hi Claude, > > Thank you for the detailed reply :-) A few comments below. > > On 2024/04/30 06:29:38 Claude Warren wrote: > > I will see if I can clarify the javadocs and make things clearer. > > > > What I think I specifically heard is: > >

Re: [Collections] Suppliers, Iterables, and Producers

2024-04-30 Thread Gary D. Gregory
On 2024/04/30 14:33:47 Alex Herbert wrote: > On Tue, 30 Apr 2024 at 14:45, Gary D. Gregory wrote: > > > Hi Claude, > > > > Thank you for the detailed reply :-) A few comments below. > > > > On 2024/04/30 06:29:38 Claude Warren wrote: > > > I will see if I can clarify the javadocs and make thin

Re: [VOTE] Release Apache Commons CSV 1.11.0 based on RC1

2024-04-30 Thread Gary D. Gregory
My +1 Gary On 2024/04/28 22:24:13 Gary Gregory wrote: > We have fixed a few bugs and added enhancements (better Microsoft > Excel compatibility) since Apache Commons CSV 1.10.0 was released, so > I would like to release Apache Commons CSV 1.11.0. > > Apache Commons CSV 1.11.0 RC1 is available f

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

2024-04-30 Thread Gary D. Gregory
Ping to the PMC for this thread and the Commons CSV one ;-) Gary On 2024/04/29 07:16:26 Thomas Vandahl wrote: > Hi folks, > > > Am 20.04.2024 um 12:25 schrieb Thomas Vandahl : > > > > Hi folks, > > > > We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I > > would like to

[Configuration] new feature - containsValue

2024-04-30 Thread Ricardo Mendes
Good evening, I have been working on a new small feature which aims to validate if a value is present in a configuration through a first match validation. This is useful when looking for specific values in multiple configurations and often can be leveraged to return the right Configuration if a v

Re: [Collections] Suppliers, Iterables, and Producers

2024-04-30 Thread Claude Warren
Good suggestions. short-circuit. We could make this distinction by including it in the name: > forEachUntil(Predicate ...), forEachUnless, ... We need the unit name in the method name. All Bloom filters implement IndexProducer and BitmapProducer and since they use Predicate method parameters th

Re: [Configuration] new feature - containsValue

2024-04-30 Thread Claude Warren
Ricardo, Thank you for your effort and contribution. I find it difficult to evaluate your work without a pull request (a draft one will do) to show what changes you have made. It just makes reviewing much easier. Can you open a draft pull request please? Claude On Wed, May 1, 2024 at 3:54 AM