lidavidm commented on code in PR #13406: URL: https://github.com/apache/arrow/pull/13406#discussion_r914753587
########## docs/source/java/install.rst: ########## @@ -28,7 +28,13 @@ Java modules are regularly built and tested on macOS and Linux distributions. Java Compatibility ------------------ -Java modules are currently compatible with JDK 8, 9, 10, 11, 17, and 18, but only JDK 11 is tested in CI. +Java modules are currently compatible with JDK 8, 9, 10, 11, 17, and 18. +Currently, JDK 8, 11, 17, and 18 are tested in CI. + +When using Java 9 or later, some JDK internals must be exposed by Review Comment: So `--illegal-access` no longer works in Java 17. But the `--add-opens` flag works in all these versions, so there's no concern, right? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
