This is an automated email from the ASF dual-hosted git repository.
clintropolis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 95e2c40304d minor: remove pom stuff for java.security.manager after
change to 25+ (#19885)
95e2c40304d is described below
commit 95e2c40304d87a07f76c58acccad70cc0a22d637
Author: Clint Wylie <[email protected]>
AuthorDate: Wed Aug 5 09:57:17 2026 -0700
minor: remove pom stuff for java.security.manager after change to 25+
(#19885)
---
pom.xml | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/pom.xml b/pom.xml
index 81dd214ccc8..6237a441648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,6 @@
<!-- required for SIMD for druid.expressions.useVectorApi -->
--add-modules=jdk.incubator.vector
</jdk.strong.encapsulation.argLine>
- <jdk.security.manager.allow.argLine><!-- empty placeholder
--></jdk.security.manager.allow.argLine>
<repoOrgId>maven.org</repoOrgId>
<repoOrgName>Maven Central Repository</repoOrgName>
<repoOrgUrl>https://repo.maven.apache.org/maven2/</repoOrgUrl>
@@ -2027,7 +2026,6 @@
<argLine>
@{jacocoArgLine}
${jdk.strong.encapsulation.argLine}
- ${jdk.security.manager.allow.argLine}
-Xmx2048m
-XX:MaxDirectMemorySize=2500m
-XX:+ExitOnOutOfMemoryError
@@ -2156,20 +2154,6 @@
</build>
<profiles>
- <profile>
- <id>java-12+</id>
- <activation>
- <!-- Security Manager was permanently removed in JDK 24 (JEP
486); this flag is fatal on 24+ -->
- <jdk>[12,24)</jdk>
- </activation>
- <properties>
- <jdk.security.manager.allow.argLine>
- <!-- required for system-rules with Java >= 18
https://github.com/stefanbirkner/system-rules/issues/85 -->
- <!-- this option is only available starting in Java 12 -->
- -Djava.security.manager=allow
- </jdk.security.manager.allow.argLine>
- </properties>
- </profile>
<profile>
<id>strict</id>
<activation>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]