jduo commented on PR #38876: URL: https://github.com/apache/arrow/pull/38876#issuecomment-1825772431
This is roughly comparable to where #13072 got to, minus the actual module-info.java files. With the following additions: - Built on the current state of main - Updated gRPC to a module-friendly version (1.59). - Updated plugin dependencies to module-friendly versions. - Staged to compile the codebase with Java 8, with the exception of module-info files which will use a custom plugin (to be added. this is already implemented at https://github.com/Bit-Quill/maven-module-info-compiler-plugin and needs to get integrated to the Arrow build). @davisusanibar @lidavidm @danepitkin Next up will be adding the maven plugin, then adding the module-info files from #13072, then modularizing other modules such as algorithm, adapters, ... -- 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]
