Re: [CONFIGURATION] ParseException does not exist

2024-04-26 Thread Gary D. Gregory
Hello Ricardo, The build is green now: https://github.com/apache/commons-configuration/actions The error you found was just a temporary snafu ;-) Gary On 2024/04/24 18:01:24 Ricardo Mendes wrote: > Hey, > > Not sure if this is the right place to ask, but I just recently forked >

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

2024-04-26 Thread Rob Tompkins
+1 Thanks a ton Gary! > On Apr 20, 2024, at 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

Re: [VOTE] Release Apache Commons BCEL 6.9.0 based on RC1

2024-04-26 Thread Rob Tompkins
+1 here Thanks Gary!! > On Apr 25, 2024, at 4:48 PM, Gary D. Gregory wrote: > > Ping :-) > > On 2024/04/22 18:48:21 Bruno Kinoshita wrote: >> +1 >> >> Building OK from tag on >> >> Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) >> Maven home: /opt/apache-maven-3.8.5 >> Java

Re: [Collections] Bloom filter package's Hasher to extend Function

2024-04-26 Thread Gary Gregory
Thank you for the explanation. It sounds like leaving it as is better. Gary On Fri, Apr 26, 2024, 2:25 AM Alex Herbert wrote: > On Thu, 25 Apr 2024 at 21:47, Gary D. Gregory wrote: > > > Hi Clause, Albert, and all, > > > > Why not make Hasher more functional like so: > > > > public interface

Re: [Collections] Bloom filter package's Hasher to extend Function

2024-04-26 Thread Alex Herbert
On Thu, 25 Apr 2024 at 21:47, Gary D. Gregory wrote: > Hi Clause, Albert, and all, > > Why not make Hasher more functional like so: > > public interface Hasher extends Function > > It would implement the standard `apply` instead of `indices`. > > WDYT? > > Gary > I do not see any problems with