This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 7b8102a0ea Archetype: re-adding missing system properties in JAVA_OPTS
to run Core Docker container
7b8102a0ea is described below
commit 7b8102a0ea2b577348eb17b215652741bd0f453e
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Apr 3 08:04:05 2026 +0200
Archetype: re-adding missing system properties in JAVA_OPTS to run Core
Docker container
---
archetype/src/main/resources/archetype-resources/fit/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/archetype/src/main/resources/archetype-resources/fit/pom.xml
b/archetype/src/main/resources/archetype-resources/fit/pom.xml
index eb74c7e7b9..3ce8451117 100644
--- a/archetype/src/main/resources/archetype-resources/fit/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/fit/pom.xml
@@ -439,6 +439,8 @@ under the License.
<env>
<JAVA_OPTS>-Dfile.encoding=UTF-8 -server -Xms1536m
-Xmx1536m
-XX:NewSize=256m -XX:MaxNewSize=256m
-XX:+DisableExplicitGC
+ -Dsyncope.conf.dir=/opt/syncope/conf
+ -Dsyncope.connid.location=file:/opt/syncope/bundles
-Djava.security.egd=file:/dev/./urandom
-Djavax.net.ssl.trustStore=/opt/syncope/conf/keystore.p12
-Djavax.net.ssl.trustStorePassword=password</JAVA_OPTS>