This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 5843f07e46132e678cb7f15b09dd50dfe3e3d32d 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 3b0baaaaf1..8c244ccf7a 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>
