Last modified by Thomas Mortagne on 2023/10/13

<
From version < 6.1 >
edited by Thomas Mortagne
on 2014/01/14
To version < 8.1 >
edited by Thomas Mortagne
on 2014/01/14
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -77,10 +77,12 @@
77 77  
78 78  When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or 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.
79 79  
80 -== Issues specific to XWiki <version> ==
80 +== Issues specific to XWiki 5.4RC1 ==
81 81  
82 -<issues specific to the project>
82 +=== New Velocity uberspector ===
83 83  
84 +If you modified {{code language="properties"}}velocity.properties = runtime.introspector.uberspect.chainClasses{{/code}} property in ##xwiki.propertes## file you should make sure to replace ##org.apache.velocity.util.introspection.SecureUberspector## with ##org.xwiki.velocity.introspection.SecureUberspector##.
85 +
84 84  == API Breakages ==
85 85  
86 86  The following APIs were modified since <project> <version - 1>:

Get Connected