Last modified by Gabriela Anechitoaei on 2017/10/20

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version.
6
7 This is mostly a bug fixing release (25 bugs), focused on Notifications, Office Viewer and Solr Search. The server is now able to check for its new versions and user preferences are taken into account by the notifications toggles.
8
9 = New and Noteworthy (since XWiki 9.8.1) =
10
11 [[Full list of issues fixed and Dashboard for 9.9>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13921]].
12
13 {{releasenotechanges/}}
14
15 === Upgrades ===
16
17 The following runtime dependencies have been upgraded (they have a different release cycle than [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]):
18
19 * [[CSS4J 0.37>>https://jira.xwiki.org/browse/XWIKI-14703]]
20 * [[javax.annotation-api 1.3.1>>https://jira.xwiki.org/browse/XCOMMONS-1260]]
21 * [[httpcore 4.4.7>>https://jira.xwiki.org/browse/XCOMMONS-1261]]
22 * [[httpcore 4.4.8>>https://jira.xwiki.org/browse/XCOMMONS-1282]]
23 * [[GSon 2.8.2>>https://jira.xwiki.org/browse/XCOMMONS-1269]]
24 * [[JNA 4.5.0>>https://jira.xwiki.org/browse/XWIKI-14717]]
25 * [[Jetty 9.4.7.v20170914>>https://jira.xwiki.org/browse/XWIKI-14754]]
26 * [[JGroups 4.0.7>>https://jira.xwiki.org/browse/XWIKI-14755]]
27 * [[Commons Configuration 2.2>>https://jira.xwiki.org/browse/XCOMMONS-1284]]
28
29 = Translations =
30
31 The following translations have been updated:
32
33 {{language codes="fr, hr"/}}
34
35
36 = Tested Browsers & Databases =
37
38 {{include reference="TestReports.ManualTestReportSummaryXWiki99RC2.WebHome"/}}
39
40 {{comment}}
41 TODO: uncomment and update with proper links when the report is ready.
42
43 = Performances tests compared to <last super stable version> =
44
45 <a summary of the comparison with latest super stable version>
46
47 More details on <link to the test report>.
48 {{/comment}}
49
50 = Known issues =
51
52 * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=category%20%3D%2010000%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20updated%20DESC]]
53
54 = Backward Compatibility and Migration Notes =
55
56 == General Notes ==
57
58 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.
59
60 == Issues specific to XWiki 9.9 Release Candidate 2 ==
61
62 * ##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}}
63
64 == API Breakages ==
65
66 The following APIs were modified since XWiki 9.8.1:
67
68 {{backwardCompatiblityReport version="9.9-rc-2"/}}
69
70 = Credits =
71
72 The following people have contributed code to this release (sorted alphabetically):
73
74 * Alex Cotiugă
75 * Clément Aubin
76 * Eduard Moraru
77 * Guillaume Delhumeau
78 * Marius Dumitru Florea
79 * Matt Sullivan
80 * Ruslan Iagudin
81 * Thomas Mortagne
82 * Vincent Massol

Get Connected