This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new b1e074b8e6 [test] add --add-opens for sun.security.krb5 to silence
reflective-access warning (#6895)
b1e074b8e6 is described below
commit b1e074b8e6cfc1bd594acc681605881e50867ea8
Author: Jiajia Li <[email protected]>
AuthorDate: Thu Dec 25 16:05:01 2025 +0800
[test] add --add-opens for sun.security.krb5 to silence reflective-access
warning (#6895)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 600a65c3c0..6176baaab6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,6 +163,7 @@ under the License.
--add-opens=java.base/sun.nio.cs=ALL-UNNAMED
--add-opens=java.base/sun.security.action=ALL-UNNAMED
--add-opens=java.base/sun.util.calendar=ALL-UNNAMED
+ --add-opens=java.security.jgss/sun.security.krb5=ALL-UNNAMED
-Djdk.reflect.useDirectMethodHandle=false
-Dio.netty.tryReflectionSetAccessible=true
</extraJavaTestArgs>