Commits


Dane Pitkin authored and GitHub committed 7acb043ffc8
GH-43425: [Java] Upgrade JNI to version 10 (#43424) ### Rationale for this change Java 11 is the supported min version, which means we can use JNI version 10. See Version info here: https://docs.oracle.com/en/java/javase/21/docs/specs/jni/functions.html#version-information ### What changes are included in this PR? * JNI Version upgraded to 10 from 1.6 and 1.8 ### Are these changes tested? CI/CD ### Are there any user-facing changes? No * GitHub Issue: #43425 Authored-by: Dane Pitkin <dpitkin@apache.org> Signed-off-by: David Li <li.davidm96@gmail.com>