Wiki source code of Release Notes for XWiki 11.0

Version 10.5 by Eduard Moraru on 2019/01/28

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]] and [[XWiki Platform>>http://platform.xwiki.org]]. They share the same release notes as they are released together and have the same version.
6
7 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 10.11) =
10
11 [[Full list of issues fixed and Dashboard for 11.0>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14390]].
12
13 {{releasenotechanges/}}
14
15 === Moved Modules ===
16
17 <description deprecated, retired and moved projects>
18
19 === Upgrades ===
20
21 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]] and [[XWiki Platform>>http://platform.xwiki.org]]):
22
23 * [[CSS4J 0.42>>https://jira.xwiki.org/browse/XWIKI-16028]]
24 * [[Byte Buddy 1.9.7>>https://jira.xwiki.org/browse/XCOMMONS-1542]]
25 * [[JAXB 2.3.2>>https://jira.xwiki.org/browse/XCOMMONS-1555]]
26 * [[JNA 5.2.0>>https://jira.xwiki.org/browse/XWIKI-15918]]
27 * [[Groovy 2.5.5>>https://jira.xwiki.org/browse/XCOMMONS-1546]]
28 * [[commons-fileupload 1.4>>https://jira.xwiki.org/browse/XCOMMONS-1547]]
29 * [[Jackson 2.9.8>>https://jira.xwiki.org/browse/XCOMMONS-1543]]
30 * [[Jakarta Activation 1.2.1>>https://jira.xwiki.org/browse/XCOMMONS-1556]]
31
32 = Translations =
33
34 The following translations have been updated:
35
36 {{language codes="fr, no, fa, pl, uk"/}}
37
38 {{comment}}
39 TODO: uncomment and update with proper link when the report is ready.
40
41 = Tested Browsers & Databases =
42
43 {{include reference="TestReports.<test report page>"/}}
44 {{/comment}}
45
46 {{comment}}
47 TODO: uncomment and update with proper links when the report is ready.
48
49 = Performances tests compared to <last super stable version> =
50
51 <a summary of the comparison with latest super stable version>
52
53 More details on <link to the test report>.
54 {{/comment}}
55
56 = Known issues =
57
58 * [[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]]
59
60 = Backward Compatibility and Migration Notes =
61
62 == General Notes ==
63
64 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
65 ** ##xwiki.cfg##
66 ** ##xwiki.properties##
67 ** ##web.xml##
68 ** ##hibernate.cfg.xml##
69 * Add ##xwiki.store.migration=1## in ##xwiki.cfg## so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything.
70
71 == Issues specific to XWiki 11.0 Release Candidate 1 ==
72
73 === New filesystem store paths ===
74
75 The paths of the filesystem store have been completely modified and the store itself is now at a different location:
76
77 * moved from ##<permdir>/storage## to ##<permdir>/store/file/## to give room for potential future store implementations based on the filesystem
78 * moved from complete hierarchy-based encoded URLs to reference hashes (to fix the [[issue with some languages>>https://jira.xwiki.org/browse/XWIKI-15620]])
79
80 In most cases there is nothing to do since a migration will take care of the upgrade automatically. However if you were directly manipulating the old stored files (something you shoudln't do!) it won't work anymore and you'll need to adjust your script/code.
81
82 === Legacy profile ===
83
84 Extension Manager now automatically activate the ##legacy## profile when reading a pom.
85
86 == API Breakages ==
87
88 The following APIs were modified since XWiki 10.11:
89
90 {{backwardCompatiblityReport version="11.0"/}}
91
92 = Credits =
93
94 The following people have contributed code and translations to this release (sorted alphabetically):
95
96 Adel Atallah
97 Alex Cotiugă
98 Denis Fountaine
99 Dobromił Peszko
100 Ecaterina Moraru (Valica)
101 Eduard Moraru
102 Guillaume Delhumeau
103 Hossein Khalaj
104 Jarle Sandmo
105 Marius Dumitru Florea
106 m-lw
107 Richard Boer
108 Rostyslav Fitsyk
109 Simon Urli
110 Thomas Mortagne
111 Vincent Massol

Get Connected