Changes for page Release Notes for XWiki 5.4 Release Candidate 1
Last modified by Thomas Mortagne on 2023/10/13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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 - <issuesspecifictotheproject>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>: