Last modified by Vincent Massol on 2021/02/24

<
From version < 13.1 >
edited by Marius Dumitru Florea
on 2020/11/26
To version < 14.1 >
edited by Vincent Massol
on 2020/11/26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.VincentMassol
Content
... ... @@ -79,7 +79,9 @@
79 79  
80 80  === Changes in Infinispan configuration ===
81 81  
82 -With the upgrade to Infinispan 11.0.5 the format of the configuration changed in ##WEB-INF/cache/infinispan/config.xml##: the main difference is that {{code language="xml"}}<local-cache-configuration>{{/code}} should be used instead of {{code language="xml"}}<local-cache>{{/code}} to override the configuration of an XWiki cache.
82 +With the upgrade to Infinispan 11.0.5 the format of the configuration changed in ##WEB-INF/cache/infinispan/config.xml##:
83 +* If you haven't cuztomized this file, you don't have anything to do.
84 +* If you have customized it, then you should check the new format. For example, XWiki's default ##config.xml## uses {{code language="xml"}}<local-cache>{{/code}} (to override the configuration of an XWiki cache) and this must be changed to {{code language="xml"}}<local-cache-configuration>{{/code}}.
83 83  
84 84  == API Breakages ==
85 85  

Get Connected