NihalJain commented on code in PR #5569:
URL: https://github.com/apache/hbase/pull/5569#discussion_r1418947801


##########
pom.xml:
##########
@@ -981,7 +981,9 @@
       --add-opens java.base/java.util=ALL-UNNAMED
       --add-opens java.base/java.util.concurrent=ALL-UNNAMED
       --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
-      --add-exports 
java.security.jgss/sun.security.krb5=ALL-UNNAMED</hbase-surefire.jdk11.flags>
+      --add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED
+      --add-exports java.base/sun.net.dns=ALL-UNNAMED

Review Comment:
   Hi @stoty, jira mentions build is failing for jdk 17, so shouldn't this go 
under `hbase-surefire.jdk17.flags`? Or is it needed for jdk11 as well?
   Also in https://github.com/apache/hadoop/pull/6118/files it is under jdk17



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