Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning
titleBreaking 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.Details

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.

Table of Contents
maxLevel2
styledecimal
Source changes

...

  • 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 ${log.directory} with ${sys:syncope.log.dir}

In all instances of MasterContent.xml:

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