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

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

commit 7f2fca77eda7eb65a059b0eceaa7c226288fffe6
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Sat Dec 2 20:41:40 2023 +0100

    JAMES-3961 Relax Java modules
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7c3e3e2b52..534f8b1c4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3341,7 +3341,14 @@
                         </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</argLine>
+                            -Xms512m -Xmx1024m --illegal-access=permit
+                            --add-opens java.base/java.lang=ALL-UNNAMED
+                            --add-opens java.base/java.math=ALL-UNNAMED
+                            --add-opens java.base/java.net=ALL-UNNAMED
+                            --add-opens java.base/java.text=ALL-UNNAMED
+                            --add-opens 
java.base/java.util.concurrent.atomic=ALL-UNNAMED
+                            --add-opens 
java.base/java.util.concurrent=ALL-UNNAMED
+                            --add-opens 
java.base/java.util=ALL-UNNAMED</argLine>
                         <reuseForks>true</reuseForks>
                         <!-- Fail tests longer than 30 minutes, prevent form 
random locking tests -->
                         
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to