Versions Compared

Key

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

...

  • change parent/version from 2.0.11 to 2.0.12
  • change properties/syncope.version from 2.0.11 to 2.0.12

Internal Storage

Code Block
languagesql
DROP VIEW user_search_null_attr;
DROP VIEW group_search_null_attr;
DROP VIEW anyObject_search_null_attr;

Files

Add

Code Block
topology.corePoolSize=10
topology.maxPoolSize=20
topology.queueCapacity=50
notificationManager=org.apache.syncope.core.provisioning.java.notification.DefaultNotificationManager
auditManager=org.apache.syncope.core.provisioning.java.DefaultAuditManager


to coreto console/src/main/resources/consoleprovisioning.properties.

Replace the following files with their 2.0.11 12 counterparts (re-apply any customization previously made):

...