Wiki source code of Release Notes for XWiki 9.9

Version 7.1 by Gabriela Anechitoaei on 2017/10/25

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 release focused on fixing bugs on Notifications, Office Viewer and Solr Search. User preferences are now 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 {{comment}}
16 === Moved Modules ===
17
18 <description deprecated, retired and moved projects>
19 {{/comment}}
20
21 === Upgrades ===
22
23 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]]):
24
25 * [[CSS4J 0.37>>https://jira.xwiki.org/browse/XWIKI-14703]]
26 * [[javax.annotation-api 1.3.1>>https://jira.xwiki.org/browse/XCOMMONS-1260]]
27 * [[httpcore 4.4.7>>https://jira.xwiki.org/browse/XCOMMONS-1261]]
28 * [[httpcore 4.4.8>>https://jira.xwiki.org/browse/XCOMMONS-1282]]
29 * [[GSon 2.8.2>>https://jira.xwiki.org/browse/XCOMMONS-1269]]
30 * [[JNA 4.5.0>>https://jira.xwiki.org/browse/XWIKI-14717]]
31 * [[Jetty 9.4.7.v20170914>>https://jira.xwiki.org/browse/XWIKI-14754]]
32 * [[JGroups 4.0.7>>https://jira.xwiki.org/browse/XWIKI-14755]]
33 * [[Commons Configuration 2.2>>https://jira.xwiki.org/browse/XCOMMONS-1284]]
34 * [[CKEditor Integration 1.18>>https://jira.xwiki.org/browse/XWIKI-14796]]
35 * [[Syntax Highlighting 4.1>>https://jira.xwiki.org/browse/XWIKI-14797]]
36
37 = Translations =
38
39 The following translations have been updated:
40
41 {{language codes="fr, hr, cs"/}}
42
43
44 = Tested Browsers & Databases =
45
46 {{include reference="TestReports.ManualTestReportSummaryXWiki99.WebHome"/}}
47
48
49 {{comment}}
50 TODO: uncomment and update with proper links when the report is ready.
51
52 = Performances tests compared to <last super stable version> =
53
54 <a summary of the comparison with latest super stable version>
55
56 More details on <link to the test report>.
57 {{/comment}}
58
59 = Known issues =
60
61 * [[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]]
62
63 = Backward Compatibility and Migration Notes =
64
65 == General Notes ==
66
67 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.
68
69 == Issues specific to XWiki 9.9 ==
70
71 * ##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}}
72
73 == API Breakages ==
74
75 The following APIs were modified since XWiki 9.8.1:
76
77 {{backwardCompatiblityReport version="9.9"/}}
78
79 = Credits =
80
81 The following people have contributed code to this release (sorted alphabetically):
82
83 * Alexandru Cotiugă
84 * Clément Aubin
85 * Ecaterina Moraru (Valica)
86 * Eduard Moraru
87 * Guillaume Delhumeau
88 * Marius Dumitru Florea
89 * Matt Sullivan
90 * Ruslan Iagudin
91 * Thomas Mortagne
92 * Vincent Massol

Get Connected