Re: [E] [VOTE] Bug-Release Apache DataSketches-memory 3.0.1-RC1

2024-08-31 Thread Jon Malkin
+1 - checked signatures and checksums for base release and maven subdir - LICENSE and NOTICE are good - build/test passes with Java 8 and 11, correctly fails by design with 17 jon On Fri, Aug 30, 2024 at 2:30 PM Alexander Saydakov wrote: > +1 > > - checked GPG signature and shasum > - LICENS

Re: [E] [VOTE] Bug-Release Apache DataSketches-memory 3.0.1-RC1

2024-08-30 Thread Alexander Saydakov
+1 - checked GPG signature and shasum - LICENSE and NOTICE look good - "mvn test" passes with Java 8 and 11 On Thu, Aug 29, 2024 at 7:26 PM Lee Rhodes wrote: > ### Fixed bug that prevented running with Java 17 in limited mode. Java > 17 is not supported, but if the user is not using off-heap

[VOTE] Bug-Release Apache DataSketches-memory 3.0.1-RC1

2024-08-29 Thread Lee Rhodes
### Fixed bug that prevented running with Java 17 in limited mode. Java 17 is not supported, but if the user is not using off-heap memory it is still possible to use this memory component with Java 17. One cannot compile with Java 17, but running with Java 17 in this limited mode is OK. ### Updat