jduo opened a new issue, #39134: URL: https://github.com/apache/arrow/issues/39134
### Describe the enhancement requested The traditional method of compiling modules is to use -release 9 to compile everything in the module, then recompile everything except module-info.java using release 8. This conflicts with the use of Unsafe in JDK8. Instead, we can write a plugin which does a purely syntactic compilation of module-info.java files. ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
