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

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 13dd0a6e66 JAMES-3961 Remove VM arg --illegal-access=permit
13dd0a6e66 is described below

commit 13dd0a6e66ed770268a628110253a5fd6ae1f900
Author: Tung Tran <[email protected]>
AuthorDate: Tue Apr 2 08:15:29 2024 +0700

    JAMES-3961 Remove VM arg --illegal-access=permit
    
    Support was removed in 17.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f00a56b60..5ea2731640 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3311,7 +3311,7 @@
                         </systemPropertyVariables>
                         <argLine>-Djava.library.path=
                             
-javaagent:"${settings.localRepository}"/org/jacoco/org.jacoco.agent/${jacoco-maven-plugin.version}/org.jacoco.agent-${jacoco-maven-plugin.version}-runtime.jar=destfile=${basedir}/target/jacoco.exec
-                            -Xms512m -Xmx1024m --illegal-access=permit
+                            -Xms512m -Xmx1024m
                             --add-opens java.base/java.lang=ALL-UNNAMED
                             --add-opens java.base/java.math=ALL-UNNAMED
                             --add-opens java.base/java.net=ALL-UNNAMED


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to