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

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


The following commit(s) were added to refs/heads/branch-3 by this push:
     new 3ed71c22a68 HBASE-28247 Add java.base/sun.net.dns and 
java.base/sun.net.util export to jdk11 JVM test flags (#5569)
3ed71c22a68 is described below

commit 3ed71c22a68b024e7a0a30448525175635a3cb80
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Dec 12 15:13:40 2023 +0100

    HBASE-28247 Add java.base/sun.net.dns and java.base/sun.net.util export to 
jdk11 JVM test flags (#5569)
    
    Signed-off-by: Nihal Jain <nihalj...@apache.org>
    Signed-off-by: Balazs Meszaros <meszib...@apache.org>
    (cherry picked from commit f406c6bbf03ad3d5ca6bbd14944b8846c9ceb914)
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f82cc96474..ee099923995 100644
--- a/pom.xml
+++ b/pom.xml
@@ -975,7 +975,9 @@
       --add-opens java.base/java.util=ALL-UNNAMED
       --add-opens java.base/java.util.concurrent=ALL-UNNAMED
       --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
-      --add-exports 
java.security.jgss/sun.security.krb5=ALL-UNNAMED</hbase-surefire.jdk11.flags>
+      --add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED
+      --add-exports java.base/sun.net.dns=ALL-UNNAMED
+      --add-exports 
java.base/sun.net.util=ALL-UNNAMED</hbase-surefire.jdk11.flags>
     <hbase-surefire.jdk17.flags>--add-opens 
java.base/jdk.internal.util.random=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>

Reply via email to