File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
server/src/main/java/org/opensearch/bootstrap Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Xss2m \
1818 --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
1919 --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
2020 --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
21- --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
21+ --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
22+ --add-exports java.base/sun.security.provider=ALL-UNNAMED
2223options.forkOptions.memoryMaximumSize =3g
2324
2425# Disable Gradle Enterprise Gradle plugin's test retry
Original file line number Diff line number Diff line change 4444import org .opensearch .javaagent .bootstrap .AgentPolicy ;
4545import org .opensearch .plugins .PluginInfo ;
4646import org .opensearch .plugins .PluginsService ;
47- import org .opensearch .secure_sm .policy .PolicyFile ;
4847import org .opensearch .transport .TcpTransport ;
4948
5049import java .io .IOException ;
7271import java .util .regex .Matcher ;
7372import java .util .regex .Pattern ;
7473
74+ import sun .security .provider .PolicyFile ;
75+
7576import static org .opensearch .bootstrap .FilePermissionUtils .addDirectoryPath ;
7677import static org .opensearch .bootstrap .FilePermissionUtils .addSingleFilePath ;
7778import static org .opensearch .plugins .NetworkPlugin .AuxTransport .AUX_PORT_DEFAULTS ;
You can’t perform that action at this time.
0 commit comments