Wiki source code of Release Notes for XWiki 10.0

Last modified by Ilie Andriuta on 2018/02/21

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 introduces the new 10.x cycle, corresponding to the 2018 year. It brings a lot of bug fixings to start the year on good basis. It is also the first release which include the result of the teenager learning program called [[Google Code-In>>https://codein.withgoogle.com/tasks/?sp-organization=6299430183501824]], allowing young people to have a first experience on software's development and sponsored by Google. You can even [[read a testimonial of one of the students there>>https://gci17withxwikki.wordpress.com/2018/01/24/my-google-code-in-experience-with-xwiki/]].
8
9 = New and Noteworthy (since XWiki 9.11) =
10
11 [[Full list of issues fixed and Dashboard for 10.0>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13943]].
12
13 = All Changes =
14
15 {{cache id="RN10.0"}}
16 {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
17 category = 10000 AND fixVersion in ("10.0") AND resolution in (Fixed) and component not in ("Development Issues only")
18 {{/jira}}
19 {{/cache}}
20
21 {{releasenotechanges/}}
22
23 === Upgrades ===
24
25 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]]):
26
27 * [[CSS4J 0.38.1>>https://jira.xwiki.org/browse/XWIKI-14923]]
28 * [[Bouncy Castle 1.59>>https://jira.xwiki.org/browse/XCOMMONS-1329]]
29 * [[Checkstyle 8.7>>https://jira.xwiki.org/browse/XCOMMONS-1331]]
30 * [[Doxia 1.8>>https://jira.xwiki.org/browse/XRENDERING-489]]
31 * [[JGroups 4.0.9>>https://jira.xwiki.org/browse/XWIKI-14915]]
32 * [[JNA 4.5.1>>https://jira.xwiki.org/browse/XWIKI-14936]]
33 * [[JNR POSIX 3.0.43>>https://jira.xwiki.org/browse/XWIKI-14941]]
34 * [[Jackson 2.9.3>>https://jira.xwiki.org/browse/XCOMMONS-1327]]
35 * [[XZ 1.7>>https://jira.xwiki.org/browse/XCOMMONS-1332]]
36 * [[commons-dbcp2 2.2.0>>https://jira.xwiki.org/browse/XCOMMONS-1333]]
37 * [[commons-text 1.2>>https://jira.xwiki.org/browse/XCOMMONS-1328]]
38 * [[httpcore 4.4.9>>https://jira.xwiki.org/browse/XCOMMONS-1339]]
39
40 = Tested Browsers & Databases =
41
42 {{include reference="TestReports.ManualTestReportSummaryXWiki100.WebHome"/}}
43
44 {{comment}}
45 TODO: uncomment and update with proper links when the report is ready.
46
47 = Performances tests compared to <last super stable version> =
48
49 <a summary of the comparison with latest super stable version>
50
51 More details on <link to the test report>.
52 {{/comment}}
53
54 = Known issues =
55
56 * [[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]]
57
58 = Backward Compatibility and Migration Notes =
59
60 == General Notes ==
61
62 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.
63
64 == API Breakages ==
65
66 The following APIs were modified since XWiki 9.11:
67
68 {{backwardCompatiblityReport version="10.0"/}}
69
70 = Credits =
71
72 The following people have contributed code to this release (sorted alphabetically):
73
74 * 1somya (GCI)
75 * Akshit Dewan (GCI)
76 * Alex Cotiugă
77 * alisonlwigale (GCI)
78 * Arun Pattni (GCI)
79 * CandyZQ (GCI)
80 * Chandrasekaran Akash (GCI)
81 * Clément Aubin
82 * dhs-biyu (GCI)
83 * Ecaterina Moraru (Valica)
84 * Eduard Moraru
85 * Enigmatrix (GCI)
86 * Fennec (GCI)
87 * Gonzalo Urán (GCI)
88 * Guillaume Delhumeau
89 * Marius Dumitru Florea
90 * Peter Walker (GCI)
91 * Piyush Gupta (GCI)
92 * Robert Vulpe (GCI)
93 * RohitTanikella (GCI)
94 * Siddh (GCI)
95 * Srijan Jha (GCI)
96 * Stefan Vulpe (GCI)
97 * Thomas Mortagne
98 * Vincent Massol
99 * WJGalib (GCI)
100
101 Special note and thanks to all [[Google CodeIn (GCI)>>doc:dev:GoogleCodeIn.WebHome]] students who participated to this release :)

Get Connected