Last modified by Thomas Mortagne on 2017/03/24

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

Summary

Details

Page properties
Content
... ... @@ -53,6 +53,7 @@
53 53  * The module {{code}}xwiki-platform-wiki-rest{{/code}} replaces the old module {{code}}xwiki-platform-wiki-manager-rest{{/code}} in order to move {{code}}xwiki-platform-wiki-manager{{/code}} in {{code}}contrib{{/code}}, but the API is unchanged.
54 54  * Verbosity of the job is now configurable right from the ##org.xwiki.job.Request## object
55 55  * Log generator now generates BeginEvent/EndEvent variants based on marker informations
56 +* The following ##java.lang.Class## methods are now allowed in Velocity by default: ##name, isArray, isAssignableFrom, isEnum, isInstance, isInterface, isLocalClass, isMemberClass, isPrimitive, isSynthetic##
56 56  
57 57  = Translations =
58 58  
... ... @@ -76,10 +76,12 @@
76 76  
77 77  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.
78 78  
79 -== Issues specific to XWiki <version> ==
80 +== Issues specific to XWiki 5.4RC1 ==
80 80  
81 -<issues specific to the project>
82 +=== New Velocity uberspector ===
82 82  
84 +If you modified ##velocity.properties = runtime.introspector.uberspect.chainClasses## property in ##xwiki.propertes## file you should make sure to replace ##org.apache.velocity.util.introspection.SecureUberspector## with ##org.xwiki.velocity.introspection.SecureUberspector##.
85 +
83 83  == API Breakages ==
84 84  
85 85  The following APIs were modified since <project> <version - 1>:

Get Connected