gortiz commented on code in PR #16939: URL: https://github.com/apache/pinot/pull/16939#discussion_r2401912111
########## .mvn/jvm.config: ########## @@ -0,0 +1,8 @@ +--add-opens=java.base/java.nio=ALL-UNNAMED +--add-opens=java.base/sun.nio.ch=ALL-UNNAMED +--add-opens=java.base/java.lang=ALL-UNNAMED +--add-opens=java.base/java.util=ALL-UNNAMED +--add-opens=java.base/java.lang.reflect=ALL-UNNAMED +--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED +-Dio.netty.tryReflectionSetAccessible=true +-Dio.grpc.netty.shaded.io.netty.tryReflectionSetAccessible=true Review Comment: Not for test. It is whenever Maven needs to run anything. For example, if you try to execute a Quickstart using maven exec -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
