Changes for page Release Notes for XWiki 9.9-rc-2
Last modified by Gabriela Anechitoaei on 2017/10/20
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -63,9 +63,9 @@ 63 63 64 64 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. 65 65 66 -== Issues specific to XWiki <version>==66 +== Issues specific to XWiki 9.9 Release Candidate 1 == 67 67 68 - <issues specific toproject>68 +* ##JSONTool#parse## is now deprecated and JSONTool#fromString should be used instead. This means that Velocity code like {{code language="velocity"}}$jsontool.parser($content){{/code}} should be replaced by {{code language="velocity"}}$jsontool.fromString($content){{/code}} 69 69 70 70 == API Breakages == 71 71