jduo opened a new pull request, #39135: URL: https://github.com/apache/arrow/pull/39135
### Rationale for this change Create and integrate a maven plugin for compiling module-info.java files without using maven-compiler-plugin and release 9+. This is necessary for supporting Java 8 unsafe code, which has different than unsafe code in JDK 9. ### What changes are included in this PR? - Add the module-info-compiler-maven-plugin and utilize it in the codebase. - Exclude module-info.java files from maven-compiler-plugin. ### Are these changes tested? Yes, they generate valid module-info.class files in JARs and test JARs. ### Are there any user-facing changes? No -- 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]
