laurentgo commented on code in PR #43050: URL: https://github.com/apache/arrow/pull/43050#discussion_r1696254527
########## 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: For test purpose it is still possible to use Java 21 (or 17 or 11) for testing. This was basically the purpose of #43380. I guess I was pushing a bit my luck (or trying to provoke feedback, and I thank you all for it) by going with the latest release JDK vs LTS. I think we can adjust when I (or someone else) would be proposing changes which would leverage the recent APIs introduced in Java 22. That said, are we all comfortable in requiring latest LTS (currently 21) to build Arrow or would prefer the status-quo? -- 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]
