Changes for page Release Notes for XWiki 5.2 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mflorea1 +XWiki.VincentMassol - Content
-
... ... @@ -167,6 +167,16 @@ 167 167 Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything. 168 168 {{/warning}} 169 169 170 +== Issues specific to XWiki 5.2 Milestone 2 == 171 + 172 +* XWiki now creates a unique identifier in the database (this is used by the new Active Installs module and will be used in the future by the Extension Manager to identify your instance for example). You need to verify that your ##hibernate.cfg.xml## file has the following mapping definition next to the existing mapping definitions:((( 173 +{{code}} 174 +... 175 + <mapping resource="instance.hbm.xml"/> 176 +... 177 +{{/code}} 178 +))) 179 + 170 170 == API Breakages == 171 171 172 172 The following APIs were modified since XWiki 5.1: