POM

In the root pom.xml:

  • change parent/version from 1.2.6 to 1.2.7
  • change properties/syncope.version from 1.2.6 to 1.2.7

Other

SYNCOPE-748

Replace the following file with its 1.2.7 counterpart:

SYNCOPE-735

Manual clean-up of some Activiti tables can be performed.

  1. approve / reject any pending request
  2. shut down the Java EE container running Apache Syncope core
  3. execute the queries below
  4. start up again the Java EE container with Apache Syncope core

DELETE FROM ACT_GE_BYTEARRAY WHERE NAME_ LIKE 'hist.%';

DELETE FROM ACT_HI_VARINST;
DELETE FROM ACT_HI_TASKINST;
DELETE FROM ACT_HI_ACTINST;
  • No labels