Re: [E] [VOTE] Release Apache DataSketches-memory 6.0.0-RC2

2025-02-08 Thread Lee Rhodes
Unfortunately, I found a nasty bug in this DS-memory-6.0.0-RC2 (JDK 21) while I was translating DS-java (JDK17) into DS-java(JDK21). I am going to close this vote and put it on hold until I am further along in the development of DS-Java for JDK21 and FFM. This vote is now closed and will not move f

Re: [E] [VOTE] Release Apache DataSketches-memory 6.0.0-RC2

2025-02-06 Thread Jon Malkin
+1 - signature and shasum are good - LICENSE and NOTICE are ok - mvn test works with java21, fails with 17 (expecteD) There are some references some files that I think are no longer relevant, or at least no longer correctly named, at the end of LICENSE. IF those files are simply gone, it's fine.

Re: [E] [VOTE] Release Apache DataSketches-memory 6.0.0-RC2

2025-02-05 Thread Alexander Saydakov
+1 - checked GPG signature - checked SHA512 - LICENSE and NOTICE look fine - run "mvn test" using openjdk 21.0.5 On Tue, Feb 4, 2025 at 11:24 AM Lee Rhodes wrote: > Hello Apache DataSketches PMC and Community, > > NOTES: > >- This version of DataSketches-memory requires Java 21 and leverage

[VOTE] Release Apache DataSketches-memory 6.0.0-RC2

2025-02-04 Thread Lee Rhodes
Hello Apache DataSketches PMC and Community, NOTES: - This version of DataSketches-memory requires Java 21 and leverages the new Panama (FFM) preview release with Java 21 and JEP 442. As a result, you may need to add "--enable-preview" as a run-time flag to the JVM. - This release co