zentol commented on code in PR #22794:
URL: https://github.com/apache/flink/pull/22794#discussion_r1231112231
##########
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:
imports are fine; only reflection is problematic.
`CommonTestUtils#setEnv` uses reflection on a map get get map-internal state.
--
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]