Source changes
POM
In the root pom.xml
:
- change parent/version from 2.0.11 to 2.0.12
- change properties/syncope.version from 2.0.11 to 2.0.12
Files
Add
notificationManager=org.apache.syncope.core.provisioning.java.notification.DefaultNotificationManager auditManager=org.apache.syncope.core.provisioning.java.DefaultAuditManager
to core/src/main/resources/provisioning.properties.
Replace the following files with their 2.0.12 counterparts (re-apply any customization previously made):
- under
core/src/main/resources
:- provisioningContext.xml
views.xml
, depending on the actual DBMS used for internal storage:
- all files under enduser/src/main/webapp/app
Internal Storage
DROP VIEW user_search_null_attr; DROP VIEW group_search_null_attr; DROP VIEW anyObject_search_null_attr;