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


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

Review Comment:
   well, kinda.
   
   add-open allows reflection against the given class.
   add-exports is for getting access to JDK-internal classes, and implicitly 
does add-open.



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