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


##########
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 
<!--

Review Comment:
   hmm I can't reproduce the original problem. Will run Ci without this one and 
see what happens; could be a copy-paste error? (there's bound to be one 
somewhere)



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