[CONF] Apache Syncope > Upgrade from 2.1.8 to 2.1.9

2021-05-26 Thread Andrea Patricelli (Confluence)
Title: Message Title



 
 
 
There's 1 new edit on this page 
 
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Upgrade from 2.1.8 to 2.1.9 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
Andrea Patricelli edited this page 
 
 
  
 
 

 
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Here's what changed: 
 
 
 
 
 
 
 
 
 
 
 ... 
 
 
 
 Code Block 
 
 
 
 
 
 
 
 
language 
java 
 
 
  
 
 
 
 
 virAttrCache=org.apache.syncope.core.provisioning.java.cache.CaffeineVirAttrCache
virAttrCacheSpec=maximumSize=5000,expireAfterAccess=1m​1m
  
 
 
 in core/src/main/resources/provisioning.properties  ...  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Go to page history 
 
 
  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View page 
 
 
  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
Stop watching space
• 
 
 
 
 
 
 
Manage notifications 
 
 
 
 
 
 
 
 
 
 
  
 
 
This message was sent by Atlassian Confluence 7.5.0  
 
 
  
 
 
 
 
 
 
 
 
 




[CONF] Apache Syncope > Upgrade from 2.1.8 to 2.1.9

2021-04-07 Thread Confluence
Title: Message Title



 
 
 
 
 
 
 

Francesco Chicchiriccò created a page 
 
 
  
 
 
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Upgrade from 2.1.8 to 2.1.9 
 
 
  
 
 
 
 
 
 
   
 
 
 Source changes 
 
 POM  
 Files  
 SQL  
  
 
Source changes POM In the root pom.xml: 
 
change parent/version from 2.1.8 to 2.1.9 
change properties/syncope.version from 2.1.8 to 2.1.9 
 Files Replace 
 
 
virAttrCache=org.apache.syncope.core.provisioning.java.cache.MemoryVirAttrCache 
 
 with 
 
 
virAttrCache=org.apache.syncope.core.provisioning.java.cache.CaffeineVirAttrCache
virAttrCacheSpec=maximumSize=5000,expireAfterAccess=1m​ 
 
 in core/src/main/resources/provisioning.properties  SQL In case PostgreSQL with JSONB support is configured for Internal Storage, the following views can be safely dropped: 
 
 
DROP VIEW user_search;
DROP VIEW anyObject_search;
DROP VIEW group_search; 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 

View page
• 
 
 
 
 
 
 

Like 
 
 
  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
Stop watching space
• 
 
 
 
 
 
 
Manage notifications 
 
 
 
 
 
 
 
 
 
 
  
 
 
This message was sent by Atlassian Confluence 7.5.0