JAVA-31430 Review add-opens and add-exports in modules - Week 9 - 2024 (#16008)
* JAVA-31430 Review add-opens and add-exports in modules - Week 9 - 2024 * JAVA-31430 Some fixes --------- Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
@@ -175,16 +175,7 @@
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<argLine>
|
||||
--add-opens java.base/java.lang=ALL-UNNAMED
|
||||
--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
|
||||
--add-opens java.base/jdk.internal.misc=ALL-UNNAMED
|
||||
--add-opens java.base/sun.nio.ch=ALL-UNNAMED
|
||||
--add-opens java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED
|
||||
--add-opens jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
|
||||
--add-opens java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED
|
||||
--add-opens java.base/java.io=ALL-UNNAMED
|
||||
--add-opens java.base/java.nio=ALL-UNNAMED
|
||||
--add-opens java.base/java.util=ALL-UNNAMED
|
||||
--add-opens java.base/java.lang=ALL-UNNAMED
|
||||
</argLine>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user