Skip to content

Commit 3ccf655

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

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
@@ -990,7 +990,9 @@
990990
--add-exports java.base/sun.net.util=ALL-UNNAMED</hbase-surefire.jdk11.flags>
991991
<!-- java.base/jdk.internal.util.random=ALL-UNNAMED is required by the test code, so we do not
992992
need this in bin/hbase -->
993-
<hbase-surefire.jdk17.flags>--add-opens java.base/jdk.internal.util.random=ALL-UNNAMED</hbase-surefire.jdk17.flags>
993+
<hbase-surefire.jdk17.flags>--add-opens java.base/jdk.internal.util.random=ALL-UNNAMED
994+
--add-opens java.base/sun.security.x509=ALL-UNNAMED
995+
--add-opens java.base/sun.security.util=ALL-UNNAMED</hbase-surefire.jdk17.flags>
994996
<!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
995997
<argLine>${hbase-surefire.argLine} @{jacocoArgLine}</argLine>
996998
<extra.enforcer.version>1.5.1</extra.enforcer.version>

0 commit comments

Comments
 (0)