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

CREATE INDEX Task_executedIndex ON Task(executed);

SYNCOPE-411

INSERT INTO SyncopeConf VALUES('notification.maxRetries', '0');
  • No labels