Skip to content

Commit dd6fd73

Browse files
stotymeszibalu
authored andcommitted
HBASE-28247 Add java.base/sun.net.dns and java.base/sun.net.util export to jdk11 JVM test flags (#5569)
Signed-off-by: Nihal Jain <nihaljain@apache.org> Signed-off-by: Balazs Meszaros <meszibalu@apache.org>
1 parent 879b529 commit dd6fd73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,9 @@
730730
--add-opens java.base/java.util=ALL-UNNAMED
731731
--add-opens java.base/java.util.concurrent=ALL-UNNAMED
732732
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
733-
--add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED</hbase-surefire.jdk11.flags>
733+
--add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED
734+
--add-exports java.base/sun.net.dns=ALL-UNNAMED
735+
--add-exports java.base/sun.net.util=ALL-UNNAMED</hbase-surefire.jdk11.flags>
734736
<hbase-surefire.jdk17.flags>--add-opens java.base/jdk.internal.util.random=ALL-UNNAMED</hbase-surefire.jdk17.flags>
735737
<!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
736738
<argLine>${hbase-surefire.argLine} @{jacocoArgLine}</argLine>

0 commit comments

Comments
 (0)