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

zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 08572fd1f7d IGNITE-29066 Add opts security.manager=allow (#13605)
08572fd1f7d is described below

commit 08572fd1f7d6dbe5d2d67824d3053c5654726177
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Wed Sep 23 17:31:53 2026 +0300

    IGNITE-29066 Add opts security.manager=allow (#13605)
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index f5c1b3c9985..f2c2dab66eb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -646,6 +646,7 @@
                         
--add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
                         
--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
                         --add-opens=java.base/java.util.regex=ALL-UNNAMED
+                        -Djava.security.manager=allow
                     </argLine>
                 </configuration>
             </plugin>

Reply via email to