Wiki source code of Release Notes for XWiki 11.0

Last modified by Ilie Andriuta on 2019/02/15

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 This release marks the start of the 11.x cycle and focuses mainly on bugfixes and stabilization, but also features some AWM and CKEditor improvements.
8
9 {{error}}
10 Some important bugs have been discovered since XWiki 11.0 has been released:
11
12 * [[Deleted attachment FS migration fail when upgrading from >9.10>>https://jira.xwiki.org/browse/XWIKI-16076]]
13
14 If one or several of these bugs impact you, then you should wait for the next version of XWiki (11.0.1) that will be released soon!
15 {{/error}}
16
17 = New and Noteworthy (since XWiki 10.11) =
18
19 [[Full list of issues fixed and Dashboard for 11.0>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14390]].
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]] and [[XWiki Platform>>http://platform.xwiki.org]]):
26
27 * [[Byte Buddy 1.9.7>>https://jira.xwiki.org/browse/XCOMMONS-1542]]
28 * [[CKEditor Integration 1.30>>https://jira.xwiki.org/browse/XWIKI-16042]]
29 * [[commons-fileupload 1.4>>https://jira.xwiki.org/browse/XCOMMONS-1547]]
30 * [[CSS4J 0.42>>https://jira.xwiki.org/browse/XWIKI-16028]]
31 * [[Groovy 2.5.5>>https://jira.xwiki.org/browse/XCOMMONS-1546]]
32 * [[Jackson 2.9.8>>https://jira.xwiki.org/browse/XCOMMONS-1543]]
33 * [[Jakarta Activation 1.2.1>>https://jira.xwiki.org/browse/XCOMMONS-1556]]
34 * [[JAXB 2.3.2>>https://jira.xwiki.org/browse/XCOMMONS-1555]]
35 * [[JNA 5.2.0>>https://jira.xwiki.org/browse/XWIKI-15918]]
36 * [[Jodconverter 4.2.2>>https://jira.xwiki.org/browse/XWIKI-15031]] (from XWiki's JODConverter fork, version 3.1-xwiki)
37 * [[JSqlParser 1.4>>https://jira.xwiki.org/browse/XWIKI-16027]]
38 * [[Tika 1.20>>https://jira.xwiki.org/browse/XWIKI-16004]]
39 * [[XWiki Tour Application 1.2>>https://jira.xwiki.org/browse/XWIKI-16068]]
40
41 = Translations =
42
43 The following translations have been updated:
44
45 {{language codes="fr, no, fa, pl, uk"/}}
46
47 = Tested Browsers & Databases =
48
49 {{include reference="TestReports.ManualTestReportSummaryXWiki110.WebHome"/}}
50
51 {{comment}}
52 TODO: uncomment and update with proper links when the report is ready.
53
54 = Performances tests compared to <last super stable version> =
55
56 <a summary of the comparison with latest super stable version>
57
58 More details on <link to the test report>.
59 {{/comment}}
60
61 = Known issues =
62
63 * [[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]]
64
65 = Backward Compatibility and Migration Notes =
66
67 == General Notes ==
68
69 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
70 ** ##xwiki.cfg##
71 ** ##xwiki.properties##
72 ** ##web.xml##
73 ** ##hibernate.cfg.xml##
74 * 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.
75
76 == Issues specific to XWiki 11.0 ==
77
78 === New filesystem store paths ===
79
80 The paths of the filesystem store have been completely modified and the store itself is now at a different location:
81
82 * moved from ##<permdir>/storage## to ##<permdir>/store/file/## to give room for potential future store implementations based on the filesystem
83 * moved from complete hierarchy-based encoded URLs to reference hashes (to fix the [[issue with some languages>>https://jira.xwiki.org/browse/XWIKI-15620]])
84
85 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.
86
87 === Legacy profile ===
88
89 Extension Manager now automatically activate the ##legacy## profile when reading a pom.
90
91 == API Breakages ==
92
93 The following APIs were modified since XWiki 10.11:
94
95 {{backwardCompatiblityReport version="11.0"/}}
96
97 = Credits =
98
99 The following people have contributed code and translations to this release (sorted alphabetically):
100
101 Adel Atallah
102 Alex Cotiugă
103 Denis Fountaine
104 Dobromił Peszko
105 Ecaterina Moraru (Valica)
106 Eduard Moraru
107 Guillaume Delhumeau
108 Hossein Khalaj
109 Jarle Sandmo
110 Marius Dumitru Florea
111 m-lw
112 Richard Boer
113 Rostyslav Fitsyk
114 Simon Urli
115 Thomas Mortagne
116 Vincent Massol

Get Connected