laurentgo commented on code in PR #43050: URL: https://github.com/apache/arrow/pull/43050#discussion_r1696294494
########## docs/source/developers/java/building.rst: ########## @@ -32,8 +32,12 @@ Arrow Java uses the `Maven <https://maven.apache.org/>`_ build system. Building requires: +* JDK 22+ Review Comment: Let me just reemphasize that this only changes the JDK version required to build Arrow, not the JDK version to use Arrow (which is still Java 11). Leveraging FFM would be done through the [MRJAR](https://openjdk.org/jeps/238) mechanism which allows to embed multiple versions of the same class tailored for specific Java version. -- 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]
