Versions Compared

Key

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

...

  • change parent/version from 2.1.3 to 2.1.4
  • change properties/syncope.version from 2.1.3 to 2.1.4

Files

Add 

Code Block
notificationManager=org.apache.syncope.core.provisioning.java.notification.DefaultNotificationManager
auditManager=org.apache.syncope.core.provisioning.java.DefaultAuditManager

to core/src/main/resources/provisioning.properties.

Add 

Code Block
entity.factory=org.apache.syncope.core.persistence.jpa.entity.JPAEntityFactory
plainSchema.dao=org.apache.syncope.core.persistence.jpa.dao.JPAPlainSchemaDAO
plainAttr.dao=org.apache.syncope.core.persistence.jpa.dao.JPAPlainAttrDAO
plainAttrValue.dao=org.apache.syncope.core.persistence.jpa.dao.JPAPlainAttrValueDAO
user.dao=org.apache.syncope.core.persistence.jpa.dao.JPAUserDAO
group.dao=org.apache.syncope.core.persistence.jpa.dao.JPAGroupDAO
anyObject.dao=org.apache.syncope.core.persistence.jpa.dao.JPAAnyObjectDAO
conf.dao=org.apache.syncope.core.persistence.jpa.dao.JPAConfDAO

to core/src/main/resources/persistence.properties.

Replace the following files with their 2.1.3 4 counterparts (if found, re-apply any customization previously made; otherwise, skip):

Internal Storage

...

languagesql

...