Re: [Collections-BloomFilter][Discuss] missing functionality?

2024-04-17 Thread Claude Warren
I have an open pull request to fix this problem. I could use another review: https://github.com/apache/commons-collections/pull/476 On Tue, Apr 9, 2024 at 11:29 AM Claude Warren wrote: > Alex, > > I like your solution. To answer your question. We create a BloomFilter > that has a timestamp

Re: [Collections-BloomFilter][Discuss] missing functionality?

2024-04-17 Thread Alex Herbert
Looks good to me. Any opinions on changing the LayerManager to keep the layers in a Deque rather than a LinkedList. I think it would only require a change to the following method: public final BloomFilter get(int depth) Performance will be the same as the Deque can be a LinkedList. This is more

[ANNOUNCE] Apache Commons Text Version 1.12.0

2024-04-17 Thread Gary Gregory
The Apache Commons team is pleased to announce Apache Commons Text Version 1.12.0. Apache Commons Text is a set of utility functions and reusable components for the purpose of processing and manipulating text that should be of use in a Java environment. Release 1.12.0. Requires Java 8 or above.

Re: [VOTE] Release Apache Commons Imaging 1.0.0-alpha5 based on RC1

2024-04-17 Thread Tomas Lanik
My +1 [release] Tomas Lanik On Mon, Apr 15, 2024, 15:36 Gary Gregory wrote: > We have fixed a few bugs and added enhancements since Apache Commons > Imaging 1.0.0-alpha4 was released, so I would like to release Apache > Commons Imaging 1.0.0-alpha5. > > Apache Commons Imaging 1.0.0-alpha5 RC1

Re: [VOTE] Release Apache Commons Imaging 1.0.0-alpha5 based on RC1

2024-04-17 Thread Gary Gregory
My +1 Gary On Mon, Apr 15, 2024, 4:36 PM Rob Tompkins wrote: > +1 > > > On Apr 15, 2024, at 1:01 PM, Bruno Kinoshita > wrote: > > > > +1 > > > > Thank you Gary! > > > >> On Mon, 15 Apr 2024 at 15:36, Gary Gregory wrote: > >> > >> We have fixed a few bugs and added enhancements since Apache

Re: Is there a blog for commons?

2024-04-17 Thread Elric V
On 16/04/2024 13:08, Gary Gregory wrote: There is an Apache wide blog here: https://news.apache.org/ There used to be a planet.apache.org which aggregated committer/project blogs, but that seems to be broken. Would there be any interets in an aggregated ASF-project wide blog? Where

Re: Is there a blog for commons?

2024-04-17 Thread Gary Gregory
Well, we already have https://news.apache.org/ Gary On Wed, Apr 17, 2024, 1:50 PM Elric V wrote: > On 16/04/2024 13:08, Gary Gregory wrote: > > There is an Apache wide blog here: > > https://news.apache.org/ > > There used to be a planet.apache.org which aggregated committer/project > blogs,

[RESULT][VOTE] Release Apache Commons CLI 1.7.0 based on RC1

2024-04-17 Thread Gary Gregory
This release vote passes with the following +1 votes: - Gary Gregory (ggregory), binding - Bruno Kinoshita (kinow), binding - Claude Warren (Claudenw), binding - Tomas Lanik, non-binding - Rob Tompkins (chtompki), binding - Eric Pugh (epugh), non-binding Thank you all, Gary On Mon, Apr 15, 2024

[ANNOUNCE] Apache Commons CLI Version 1.7.0

2024-04-17 Thread Gary Gregory
The Apache Commons team is pleased to announce Apache Commons CLI Version 1.7.0. Commons CLI provides a simple API for working with the command line arguments and options. Historical list of changes: https://commons.apache.org/proper/commons-cli/changes-report.html For complete information on