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

Compare with Current View Page History

Version 1 Next »

Source changes

POM

In the root pom.xml:

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

Other

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

SYNCOPE-441

SYNCOPE-419 SYNCOPE-431 SYNCOPE-435 SYNCOPE-449

SYNCOPE-437

SYNCOPE-427

Internal storage changes

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

SYNCOPE-441

CREATE INDEX ACT_RU_TASK_PARENT_TASK_ID_ ON ACT_RU_TASK(PARENT_TASK_ID_);

SYNCOPE-434

INSERT INTO SyncopeConf(confKey, conValue) VALUES('authentication.statuses', 'active');
  • No labels