You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Breaking changes

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:

3.0.13.0.2
log.directorysyncope.log.dir
conf.directorysyncope.conf.dir
bundles.directorysyncope.connid.location

Detailed upgrade instructions are reported below.

Source changes

POM

In the root pom.xml:

  • change parent/version from 3.0.1 to 3.0.2
  • change properties/syncope.version from 3.0.1 to 3.0.2

Other files

In all instances of log4j2.xml:

  • replace all occurrencies of ${log.directory} with ${sys:syncope.log.dir}

In all instances of MasterContent.xml:

  • replace all occurrencies of ${conf.directory} with ${syncope.conf.dir}
  • replace all occurrencies of ${connid.location} with ${syncope.connid.location}

Deployment directories

The following instructions are related to the reference directory layout, hence might need to be adjusted depending on your actual layout.

JavaEE containers

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


  • No labels