Skip to content

Commit 5314141

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,9 @@
739739
--add-exports java.base/sun.net.util=ALL-UNNAMED</hbase-surefire.jdk11.flags>
740740
<!-- java.base/jdk.internal.util.random=ALL-UNNAMED is required by the test code, so we do not
741741
need this in bin/hbase -->
742-
<hbase-surefire.jdk17.flags>--add-opens java.base/jdk.internal.util.random=ALL-UNNAMED</hbase-surefire.jdk17.flags>
742+
<hbase-surefire.jdk17.flags>--add-opens java.base/jdk.internal.util.random=ALL-UNNAMED
743+
--add-opens java.base/sun.security.x509=ALL-UNNAMED
744+
--add-opens java.base/sun.security.util=ALL-UNNAMED</hbase-surefire.jdk17.flags>
743745
<!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
744746
<argLine>${hbase-surefire.argLine} @{jacocoArgLine}</argLine>
745747
<extra.enforcer.version>1.5.1</extra.enforcer.version>

0 commit comments

Comments
 (0)