danepitkin opened a new issue, #163: URL: https://github.com/apache/arrow-java/issues/163
### Describe the enhancement requested Add a memory module that uses the java.lang.foreign module (currently in preview, APIs updated in Java 21). When using Java 9 or later with the current implementations, some JDK internals must be exposed by adding --add-opens=java.base/java.nio=ALL-UNNAMED to the java command[1]. Here's an article that explains the general Java issue here[2]. Can using java.lang.foreign remove this dependency so users do not have to run with custom options ? [1]https://arrow.apache.org/docs/java/install.html#java-compatibility [2]https://community.snowflake.com/s/article/JDBC-Driver-Compatibility-Issue-With-JDK-16-and-Later ### Component(s) Java -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org