Wiki source code of Release Notes for XWiki 10.9

Version 17.1 by Marius Dumitru Florea on 2018/11/02

Hide last authors
Marius Dumitru Florea 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
Marius Dumitru Florea 12.1 7 Starting with this release the Activity Stream Application is fully replaced by the Notifications Application. The list of followed users is back in the user profile and the Page Index can be sorted by page title. The Users and Groups administrations sections have been improved and there's a new Page Picker Velocity macro that can be used by developers.
Marius Dumitru Florea 1.1 8
Marius Dumitru Florea 13.1 9 {{error}}
Marius Dumitru Florea 17.1 10 Important bugs have been discovered since XWiki 10.9 has been released:
Marius Dumitru Florea 13.1 11
Marius Dumitru Florea 15.1 12 * [[XWIKI-15781: Groups not displaying in Administration>>https://jira.xwiki.org/browse/XWIKI-15781]]
Marius Dumitru Florea 17.1 13 * [[XWIKI-15791: Improper behavior of the User Administration section>>https://jira.xwiki.org/browse/XWIKI-15791]]
14 * [[XWIKI-15793: Cannot Edit/Delete an user after editing another user's profile without page refresh>>https://jira.xwiki.org/browse/XWIKI-15793]]
Marius Dumitru Florea 13.1 15
16 You can apply the fix indicated in the issue comments or wait for the next version of XWiki that will be released soon!
17 {{/error}}
18
Marius Dumitru Florea 2.1 19 = New and Noteworthy (since XWiki 10.8.1) =
Marius Dumitru Florea 1.1 20
Marius Dumitru Florea 3.1 21 [[Full list of issues fixed and Dashboard for 10.9>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14333]].
Marius Dumitru Florea 1.1 22
23 {{releasenotechanges/}}
24
25 === Upgrades ===
26
27 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]]):
28
Marius Dumitru Florea 4.1 29 * [[Dom4j 2.1.0>>https://jira.xwiki.org/browse/XCOMMONS-1503]]. This is actually a downgrade from version 2.1.1 used in XWiki 10.8RC1 and 10.8 which has a [[regression>>https://jira.xwiki.org/browse/XCOMMONS-1503]].
Thomas Mortagne 8.1 30 * [[Apache PDFBox 2.0.12>>https://jira.xwiki.org/browse/XWIKI-15683]]
31 * [[Rome 1.11.1>>https://jira.xwiki.org/browse/XWIKI-15335]]
32 * [[JNR FFI 2.1.9>>https://jira.xwiki.org/browse/XWIKI-15678]]
33 * [[JNR Constants 0.9.11>>https://jira.xwiki.org/browse/XWIKI-15677]]
34 * [[JGroups 4.0.15>>https://jira.xwiki.org/browse/XWIKI-15679]]
35 * [[JSqlParser 1.3>>https://jira.xwiki.org/browse/XWIKI-15680]]
36 * [[Tika 1.19.1>>https://jira.xwiki.org/browse/XWIKI-15656]]
37 * [[Groovy 2.5.3>>https://jira.xwiki.org/browse/XCOMMONS-1508]]
38 * [[snakeyaml 1.23>>https://jira.xwiki.org/browse/XCOMMONS-1497]]
39 * [[Jackson 2.9.7>>https://jira.xwiki.org/browse/XCOMMONS-1489]]
40 * [[commons-lang3 3.8.1>>https://jira.xwiki.org/browse/XCOMMONS-1490]]
41 * [[commons-text 1.5>>https://jira.xwiki.org/browse/XCOMMONS-1499]]
Marius Dumitru Florea 1.1 42
43 = Translations =
44
Marius Dumitru Florea 4.1 45 The following translations have been updated:
Marius Dumitru Florea 1.1 46
Marius Dumitru Florea 5.1 47 {{language codes="de,fr,hu,lv,pl,pt,ru,zh"/}}
Marius Dumitru Florea 1.1 48
49 = Tested Browsers & Databases =
50
Ilie Andriuta 16.1 51 {{include reference="TestReports.ManualTestReportSummaryXWiki109.WebHome"/}}
Marius Dumitru Florea 1.1 52
53 {{comment}}
54 TODO: uncomment and update with proper links when the report is ready.
55
56 = Performances tests compared to <last super stable version> =
57
58 <a summary of the comparison with latest super stable version>
59
60 More details on <link to the test report>.
61 {{/comment}}
62
63 = Known issues =
64
65 * [[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]]
66
67 = Backward Compatibility and Migration Notes =
68
69 == General Notes ==
70
71 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
72 ** ##xwiki.cfg##
73 ** ##xwiki.properties##
74 ** ##web.xml##
75 ** ##hibernate.cfg.xml##
76 * 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.
77
Marius Dumitru Florea 2.1 78 == Issues specific to XWiki 10.9 ==
Marius Dumitru Florea 1.1 79
Marius Dumitru Florea 4.1 80 === Cannot remove a property from an xobject ===
Marius Dumitru Florea 1.1 81
Marius Dumitru Florea 4.1 82 It's not possible anymore to completely delete a property from an XObject if that property exists in the XClass. It will be automatically added back (with null value) when the document is saved.
83
84 === Default is empty in the list property editor ===
85
86 The List property select based editor now always make sure the default choice is empty value for non multi list. It's possible control that by indicate what is the default value in which case empty value won't be proposed anymore.
87
Marius Dumitru Florea 1.1 88 == API Breakages ==
89
Marius Dumitru Florea 2.1 90 The following APIs were modified since XWiki 10.8.1:
Marius Dumitru Florea 1.1 91
Marius Dumitru Florea 7.1 92 {{backwardCompatiblityReport version="10.9"/}}
Marius Dumitru Florea 1.1 93
94 = Credits =
95
96 The following people have contributed code and translations to this release (sorted alphabetically):
97
Marius Dumitru Florea 6.1 98 * Adel Atallah
99 * Arun Pattni
100 * Clemens Klein-Robbenhaar
101 * Ecaterina Moraru (Valica)
102 * Eduard Moraru
103 * Guillaume Delhumeau
104 * JSDennebouy
105 * Lavinia Florean
106 * Leif Erik Andersen
107 * Mario-Hofstaetter
108 * Marius Dumitru Florea
109 * Ryszard Jeziorski
110 * Simon Urli
111 * Thomas Mortagne
112 * Valdis Vitolins
113 * Vincent Massol
114 * xrichard
115 * 吴国凯

Get Connected