Last modified by Gabriela Anechitoaei on 2017/10/20

<
From version < 3.1 >
edited by Thomas Mortagne
on 2017/10/11
To version < 4.1 >
edited by Thomas Mortagne
on 2017/10/11
>
Change comment: There is no comment for this version

Summary

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 to the project>
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  

Get Connected