Cross compilation might pick up NEON from the host aarch64 system
in our package build cluster.
This gave an error:
In file included from target/snappy-1.1.10/snappy.cc:29:
target/snappy-1.1.10/snappy-internal.h:107:10: error: use of undeclared identifier 'vqtbl1q_u8'; did you mean 'vtbl1_u8'?
107 | return vqtbl1q_u8(input, shuffle_mask);
| ^~~~~~~~~~
| vtbl1_u8
PR: 282272
Approved by: Angelo Polo (maintainer) (via earlier comment in the PR)
In Java 21 compiler removed support for source and target 1.7 (7).
PR: 280316
Approved by: Angelo Polo <language.devel@gmail.com>
Obtained from: https://github.com/xerial/snappy-java/issues/532
- Builds with sbt instead of maven
- Java 11 compatible
- Testing moved to test target
- Builds in poudriere with openjdk8 and openjdk11
- All tests pass
- All databases/cassandra4 tests using snappy-java pass
PR: 246348
Submitted by: Angelo Polo <language.devel@gmail.com>
Relnotes: https://github.com/xerial/snappy-java/blob/master/Milestone.md