zentol commented on code in PR #22794:
URL: https://github.com/apache/flink/pull/22794#discussion_r1231114423
##########
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 <!--
Review Comment:
It contains the Nested1 pojo containing a Flink `Path`, which internally
contains a java.net.URI. This pojo is serialized via Kryo.
--
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]