Skip to content

Commit eb8f650

Browse files
committed
HBASE-28341 [JDK17] Fix Failure TestLdapHttpServer (#5672)
Co-authored-by: Rajeshbabu Chintaguntla <rajeshbabu@apache.org>
1 parent 3ea6b8b commit eb8f650

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
@@ -724,7 +724,9 @@
724724
--add-exports java.base/sun.net.util=ALL-UNNAMED</hbase-surefire.jdk11.flags>
725725
<!-- java.base/jdk.internal.util.random=ALL-UNNAMED is required by the test code, so we do not
726726
need this in bin/hbase -->
727-
<hbase-surefire.jdk17.flags>--add-opens java.base/jdk.internal.util.random=ALL-UNNAMED</hbase-surefire.jdk17.flags>
727+
<hbase-surefire.jdk17.flags>--add-opens java.base/jdk.internal.util.random=ALL-UNNAMED
728+
--add-opens java.base/sun.security.x509=ALL-UNNAMED
729+
--add-opens java.base/sun.security.util=ALL-UNNAMED</hbase-surefire.jdk17.flags>
728730
<!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
729731
<argLine>${hbase-surefire.argLine} @{jacocoArgLine}</argLine>
730732
<jacoco.version>0.7.5.201505241946</jacoco.version>

0 commit comments

Comments
 (0)