+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
+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
### 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