Re: [VOTE] Release Apache Commons Codec 1.17.0 based on RC1

2024-04-21 Thread Gary Gregory
My +1 Gary On Sat, Apr 20, 2024, 2:18 PM Gary Gregory wrote: > We have fixed a few bugs and added enhancements since Apache Commons > Codec 1.16.1 was released, so I would like to release Apache Commons > Codec 1.17.0. > > Apache Commons Codec 1.17.0 RC1 is available for review here: > http

Re: [VOTE] Release Apache Commons Codec 1.17.0 based on RC1

2024-04-21 Thread Tomas Lanik
+1 Release these artifacts Tomas Lanik On Sat, Apr 20, 2024, 20:18 Gary Gregory wrote: > We have fixed a few bugs and added enhancements since Apache Commons > Codec 1.16.1 was released, so I would like to release Apache Commons > Codec 1.17.0. > > Apache Commons Codec 1.17.0 RC1 is available f

[VOTE] Release Apache Commons BCEL 6.9.0 based on RC1

2024-04-21 Thread Gary Gregory
We have fixed a few bugs and one enhancement (Java 16 records) since Apache Commons BCEL 6.8.2 was released, so I would like to release Apache Commons BCEL 6.9.0. Apache Commons BCEL 6.9.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/bcel/6.9.0-RC1 (svn revi

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

2024-04-21 Thread Claude Warren
After looking at the LayeredBloomFilter and the LayerManager and the way it is intended to be used I found a couple of changes that we might want to consider. 1) WrappedBloomFilter should not implement copy(), that should be left to the wrapping implementation. 2) We change LayerManager to be a t