Commits


David Li authored and GitHub committed e80981ca2a7
ARROW-17272: [Dev] Pass --add-opens in integration tests (#13765) This affects Java 16+ due to JEP 396 which now forces us to pass `--add-opens`. Detect the presence of Java >8 and pass the flag in the integration runner. Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>