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

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


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

commit eb8f650d1672375004d03f75af28aa2ceaadf1da
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 84d97d47b3a..0ca60d16c0d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -724,7 +724,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>
     <jacoco.version>0.7.5.201505241946</jacoco.version>

Reply via email to