zentol commented on code in PR #22794:
URL: https://github.com/apache/flink/pull/22794#discussion_r1231117453


##########
flink-core/pom.xml:
##########
@@ -33,6 +33,25 @@ under the License.
 
        <packaging>jar</packaging>
 
+       <properties>
+               <surefire.module.config> <!--
+                       required by JmxServer
+                       -->--add-exports=java.rmi/sun.rmi.registry=ALL-UNNAMED 
<!--
+                       PluginConfigTest
+                       -->--add-opens=java.base/java.util=ALL-UNNAMED <!--
+                       ExceptionUtilsTest
+                       -->--add-opens=java.base/java.lang=ALL-UNNAMED <!--
+                       -->--add-opens=java.base/java.lang.invoke=ALL-UNNAMED 
<!--
+                       StateDescriptorTest
+                       -->--add-opens=java.base/java.io=ALL-UNNAMED <!--
+                       SerializersTest
+                       -->--add-opens=java.base/java.net=ALL-UNNAMED <!--
+                       InitOutputPathTest
+                       
-->--add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED <!--

Review Comment:
   TBH I let the JVM error messages guide me.
   
   We need this because we change the accessibility of the `ReentrantLock` in 
the `FileSystem`.



-- 
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]

Reply via email to