jduo commented on issue #38051: URL: https://github.com/apache/arrow/issues/38051#issuecomment-2163881304
> Do you know why `module-info.java` files were added in the first place? It seems weird to have to remove them because arrow is moving to java 9+, and I guess it could be considered as a public api breakage? > > I also haven't observed any change of behavior from "Maven" based on the presence or absence of `module-info.java` either. Maybe it's a plugin thing? Do you have pointers? The module-info.java files were added to support JPMS in Arrow 17. When running surefire and failsafe, maven will put JARs with a module-info.class file in the module-path instead of the classpath (when running >JDK8). IIRC there's an option to force using the classpath instead. -- 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]
