Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Table of Contents
maxLevel2
styledecimal

Source changes

POM

In the root pom.xml:

  • change parent/version from 1.1.3 to 1.1.4
  • change properties/syncope.version from 1.1.3 to 1.1.4

Other

Replace the following files with their 1.1.4 counterparts (re-apply any customization previously made).

SYNCOPE-412

SYNCOPE-418

SYNCOPE-408

SYNCOPE-411

Internal storage changes

If not starting with an empty database, the following changes are needed:

SYNCOPE-408

Code Block
CREATE INDEX Task_executedIndex ON Task(executed);

SYNCOPE-411

Code Block
INSERT INTO SyncopeConf VALUES('notification.maxRetries', '0');