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


##########
flink-core/pom.xml:
##########
@@ -34,7 +34,14 @@ under the License.
        <packaging>jar</packaging>
 
        <properties>
-               <surefire.module.config> <!--
+               <!--
+               Two properties below should be merged once support for jdk8 and 
jdk11 is dropped.
+               The reason of extraction into a separate property with profile 
is that
+               specifying -Djava.security.manager=allow within 
${surefire.module.config} leads to
+               hanging of surefire for jdk8 and jdk11

Review Comment:
   Well that's just stupid. 😮‍💨 



##########
flink-core/pom.xml:
##########
@@ -34,7 +34,14 @@ under the License.
        <packaging>jar</packaging>
 
        <properties>
-               <surefire.module.config> <!--
+               <!--
+               Two properties below should be merged once support for jdk8 and 
jdk11 is dropped.
+               The reason of extraction into a separate property with profile 
is that
+               specifying -Djava.security.manager=allow within 
${surefire.module.config} leads to
+               hanging of surefire for jdk8 and jdk11

Review Comment:
   Well that's just stupid. 😮‍💨 



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