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 5b60e158e1 [FIX] -openjpa.Multithreaded => -Dopenjpa.Multithreaded
5b60e158e1 is described below

commit 5b60e158e14d50ba2511aa479902f9b97bfd201e
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Fri Mar 1 16:03:39 2024 +0100

    [FIX] -openjpa.Multithreaded => -Dopenjpa.Multithreaded
---
 server/apps/spring-app/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/apps/spring-app/pom.xml b/server/apps/spring-app/pom.xml
index cf6987755d..6535df8258 100644
--- a/server/apps/spring-app/pom.xml
+++ b/server/apps/spring-app/pom.xml
@@ -70,7 +70,7 @@
         
<james.system-property1>-Djames.message.usememorycopy=false</james.system-property1>
         <!-- Prevents Logjam (CVE-2015-4000) -->
         
<james.system-property2>-Djdk.tls.ephemeralDHKeySize=2048</james.system-property2>
-        
<james.system-property3>-openjpa.Multithreaded=true</james.system-property3>
+        
<james.system-property3>-Dopenjpa.Multithreaded=true</james.system-property3>
         <james.system-properties>${james.system-property1} 
${james.system-property2} ${james.system-property3}</james.system-properties>
         <!-- this name is used for James's folders on Debian systems and james 
user -->
         <james.debian.user>apache-james</james.debian.user>


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

Reply via email to