abstractdog commented on code in PR #407:
URL: https://github.com/apache/tez/pull/407#discussion_r2068515912
##########
pom.xml:
##########
@@ -101,6 +101,10 @@
<snappy-java.version>1.1.10.4</snappy-java.version>
<test.build.data>${project.build.directory}/tmp</test.build.data>
<wro4j-maven-plugin.version>1.7.9</wro4j-maven-plugin.version>
+ <jvm.args>
+ --add-opens=java.base/java.lang=ALL-UNNAMED
+ --add-opens=java.base/java.util=ALL-UNNAMED
+ --add-opens java.base/java.io=ALL-UNNAMED</jvm.args>
Review Comment:
also, this looks to be specific to surefire testing processes, it would make
sense to reflect this in the property name, as jvm.args is too generic
--
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]