laurentgo commented on issue #38051: URL: https://github.com/apache/arrow/issues/38051#issuecomment-2166187165
> @jduo There is no option to force using the classpath. You are probably thinking of "useModulePath", which can be true or false. When you target Java 9 or higher, that only controls what happens to dependencies that do not have a `module-info.java` file. Maven will always use the module-path for dependencies with a `module-info.java` file. But since code is tested with Java 11 and higher, doesn't it mean that this already works? > There are issues with the current `module-info.java` files. They are making use of automatic module names, which are based off the name of the Jar file. This is not reliable, and also needs to be fixed. It seems to be a separate issue from this one, isn't it? -- 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]
