This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new c91fa77dd6 AMBARI-26460: module java.base does not "opens sun.nio.fs"
to unnamed module (#3996)
c91fa77dd6 is described below
commit c91fa77dd65357a8918bbb6be96f456e4162ebfe
Author: Jhen-Yung Hsu <[email protected]>
AuthorDate: Sat Apr 19 00:30:19 2025 +0800
AMBARI-26460: module java.base does not "opens sun.nio.fs" to unnamed
module (#3996)
Co-authored-by: yungh <[email protected]>
---
ambari-server/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 3c58a1115e..7ac9ee08aa 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -801,6 +801,7 @@
--add-opens java.xml/jdk.xml.internal=ALL-UNNAMED
--add-opens java.naming/com.sun.jndi.ldap=ALL-UNNAMED
--add-opens java.base/java.security=ALL-UNNAMED
+ --add-opens java.base/sun.nio.fs=ALL-UNNAMED
</argLine>
<!-- Each profile in the top-level pom.xml defines which test group
categories to run. -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]