Syncope 3.0.2 is the first release compliant with reproducible builds. This implies some changes in the build process that are likely to affect the Maven projects based on Syncope 3.0.1. In general, the following property replacements shall be made:
Detailed upgrade instructions are reported below. |
In the root pom.xml:
In fit/pom.xml:
for cargo-maven3-plugin:
remove
<log>${cargo.log}</log>
<output>${cargo.output}</output> |
add inside <systemProperties>:
<syncope.conf.dir>${basedir}/../core/target/test-classes</syncope.conf.dir>
<syncope.connid.location>file:${basedir}/../core/target/bundles/</syncope.connid.location> |
In all instances of log4j2.xml:
${log.directory} with ${sys:syncope.log.dir}In all instances of MasterContent.xml:
${conf.directory} with ${syncope.conf.dir}${connid.location} with ${syncope.connid.location}Replace the following files with their 3.0.2 counterparts (re-apply any customization previously made):
The following instructions are related to the reference directory layout, hence might need to be adjusted depending on your actual layout. |
Ensure to add the following system properties:
-Dsyncope.conf.dir=/opt/syncope/conf -Dsyncope.connid.location=file:/opt/syncope/bundles -Dsyncope.log.dir=/opt/syncope/log |
If the Elasticsearch extension was enabled, a full re-index is required to keep working.