Wiki source code of Release Notes for XWiki 11.0

Last modified by Ilie Andriuta on 2019/02/15

Hide last authors
Vincent Massol 1.1 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
Eduard Moraru 14.3 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.
Vincent Massol 1.1 8
Thomas Mortagne 15.1 9 {{error}}
Thomas Mortagne 17.1 10 Some important bugs have been discovered since XWiki 11.0 has been released:
Thomas Mortagne 15.1 11
Thomas Mortagne 17.1 12 * [[Deleted attachment FS migration fail when upgrading from >9.10>>https://jira.xwiki.org/browse/XWIKI-16076]]
Thomas Mortagne 15.1 13
Thomas Mortagne 17.1 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!
Thomas Mortagne 15.1 15 {{/error}}
16
Eduard Moraru 8.1 17 = New and Noteworthy (since XWiki 10.11) =
Vincent Massol 1.1 18
Eduard Moraru 8.1 19 [[Full list of issues fixed and Dashboard for 11.0>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14390]].
Vincent Massol 1.1 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
Eduard Moraru 13.2 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]]
Vincent Massol 2.1 30 * [[CSS4J 0.42>>https://jira.xwiki.org/browse/XWIKI-16028]]
Thomas Mortagne 3.1 31 * [[Groovy 2.5.5>>https://jira.xwiki.org/browse/XCOMMONS-1546]]
32 * [[Jackson 2.9.8>>https://jira.xwiki.org/browse/XCOMMONS-1543]]
Thomas Mortagne 6.1 33 * [[Jakarta Activation 1.2.1>>https://jira.xwiki.org/browse/XCOMMONS-1556]]
Eduard Moraru 13.2 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]]
Thomas Mortagne 12.1 38 * [[Tika 1.20>>https://jira.xwiki.org/browse/XWIKI-16004]]
Eduard Moraru 11.4 39 * [[XWiki Tour Application 1.2>>https://jira.xwiki.org/browse/XWIKI-16068]]
Vincent Massol 1.1 40
41 = Translations =
42
Thomas Mortagne 3.1 43 The following translations have been updated:
Vincent Massol 1.1 44
Eduard Moraru 9.3 45 {{language codes="fr, no, fa, pl, uk"/}}
Vincent Massol 1.1 46
47 = Tested Browsers & Databases =
48
Ilie Andriuta 18.1 49 {{include reference="TestReports.ManualTestReportSummaryXWiki110.WebHome"/}}
Vincent Massol 1.1 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
Eduard Moraru 11.5 76 == Issues specific to XWiki 11.0 ==
Vincent Massol 1.1 77
Thomas Mortagne 4.1 78 === New filesystem store paths ===
Vincent Massol 1.1 79
Vincent Massol 7.1 80 The paths of the filesystem store have been completely modified and the store itself is now at a different location:
Thomas Mortagne 4.1 81
Vincent Massol 7.1 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]])
Thomas Mortagne 4.1 84
Vincent Massol 7.1 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.
Thomas Mortagne 4.1 86
Thomas Mortagne 5.1 87 === Legacy profile ===
88
89 Extension Manager now automatically activate the ##legacy## profile when reading a pom.
90
Vincent Massol 1.1 91 == API Breakages ==
92
Eduard Moraru 10.4 93 The following APIs were modified since XWiki 10.11:
Vincent Massol 1.1 94
Eduard Moraru 10.4 95 {{backwardCompatiblityReport version="11.0"/}}
Vincent Massol 1.1 96
97 = Credits =
98
99 The following people have contributed code and translations to this release (sorted alphabetically):
100
Eduard Moraru 10.3 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