Versions Compared

Key

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

...

  • Re-generate the following elements:
    • AttrReleasePolicy
    • AuthModule
    • AttrRepo
  • Realm: add fullPath attribute
  • ConnInstance
    • net.tirasa.connid.bundles.db.tablenet.tirasa.connid.bundles.db
    • net.tirasa.connid.bundles.db.scriptedsqlnet.tirasa.connid.bundles.db
    • connid.database.versionconnid.db.version
  • Add Implementation as follows:

    Code Block
    languagexml
    <Implementation id="GenerateRandomPasswordPropagationActions" type="PROPAGATION_ACTIONS" engine="JAVA"
                    body="org.apache.syncope.core.provisioning.java.propagation.GenerateRandomPasswordPropagationActions"/>


  • ExternalResource
    • remove randomPwdIfNotProvided attribute
    • add ExternalResourcePropAction element with implementation_id="GenerateRandomPasswordPropagationActions"
  • Remove the following elements and re-generate after defining Report(s) in the new format:
    • ReportTemplate
    • Report
    • ReportReportlet
    • Implementation[@type='REPORTLET']
  • Change any occurrence of REALM_LIST with REALM_SEARCH

Internal Storage

Cleanup

Code Block
languagesql
DROP TABLE ReportReportlet
ALTER TABLE Report DROP COLUMN template_id
DROP TABLE ReportTemplate

Indexes

New indexes shall be created to improve overall performance.

...