This is an automated email from the ASF dual-hosted git repository.

rajeshbabu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ccf65579b6 HBASE-28341 [JDK17] Fix Failure TestLdapHttpServer (#5672)
3ccf65579b6 is described below

commit 3ccf65579b682cd288eb37f8de634d9920392fdc
Author: Rajeshbabu Chintaguntla <[email protected]>
AuthorDate: Mon Feb 12 09:19:24 2024 +0530

    HBASE-28341 [JDK17] Fix Failure TestLdapHttpServer (#5672)
    
    Co-authored-by: Rajeshbabu Chintaguntla <[email protected]>
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a32e73fb337..b8ac1067cf4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -990,7 +990,9 @@
       --add-exports 
java.base/sun.net.util=ALL-UNNAMED</hbase-surefire.jdk11.flags>
     <!-- java.base/jdk.internal.util.random=ALL-UNNAMED is required by the 
test code, so we do not
     need this in bin/hbase -->
-    <hbase-surefire.jdk17.flags>--add-opens 
java.base/jdk.internal.util.random=ALL-UNNAMED</hbase-surefire.jdk17.flags>
+    <hbase-surefire.jdk17.flags>--add-opens 
java.base/jdk.internal.util.random=ALL-UNNAMED
+      --add-opens java.base/sun.security.x509=ALL-UNNAMED
+      --add-opens 
java.base/sun.security.util=ALL-UNNAMED</hbase-surefire.jdk17.flags>
     <!-- Surefire argLine defaults to Linux, cygwin argLine is used in the 
os.windows profile -->
     <argLine>${hbase-surefire.argLine} @{jacocoArgLine}</argLine>
     <extra.enforcer.version>1.5.1</extra.enforcer.version>

Reply via email to