You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2023/06/01 09:50:35 UTC

[james-project] branch master updated: [FIX] Update JPA version in demo container (#1576)

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


The following commit(s) were added to refs/heads/master by this push:
     new a0fbd09941 [FIX] Update JPA version in demo container (#1576)
a0fbd09941 is described below

commit a0fbd09941ac18ec6c22d739ecbcce8d83fea6d6
Author: Benoit TELLIER <bt...@linagora.com>
AuthorDate: Thu Jun 1 16:50:29 2023 +0700

    [FIX] Update JPA version in demo container (#1576)
---
 server/apps/demo/startup.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/apps/demo/startup.sh b/server/apps/demo/startup.sh
index 2a8510fd76..04f3aaa9b9 100644
--- a/server/apps/demo/startup.sh
+++ b/server/apps/demo/startup.sh
@@ -8,6 +8,6 @@ wait-for-it.sh --host=localhost --port=9999 --strict --timeout=0 -- ./initialdat
 
 java -Djdk.tls.ephemeralDHKeySize=2048 \
      -classpath '/root/resources:/root/classes:/root/libs/*' \
-     -javaagent:/root/libs/openjpa-3.1.2.jar \
+     -javaagent:/root/libs/openjpa-3.2.0.jar \
      -Dlogback.configurationFile=/root/conf/logback.xml \
-      -Dworking.directory=/root/ org.apache.james.JPAJamesServerMain
\ No newline at end of file
+      -Dworking.directory=/root/ org.apache.james.JPAJamesServerMain


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