Last modified by Marius Dumitru Florea on 2021/06/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 Mostly a stabilization release with bugs fixes and some improvement such as adding the possibility to set wiki macro priorities, new URLs for resetting passwords and retrieving usernames, and ability to disable the Like feature.
8
9 = New and Noteworthy (since XWiki 13.0) =
10
11 [[Full list of issues fixed and Dashboard for 13.1>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14691]].
12
13 {{releasenotechanges/}}
14
15 === Upgrades ===
16
17 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]]):
18
19 * [[Jodconverter 4.4.2>>https://jira.xwiki.org/browse/XWIKI-18241]]
20 * [[TrueVFS 0.14.0>>https://jira.xwiki.org/browse/XWIKI-18284]]
21 * [[Solr 8.8.0>>https://jira.xwiki.org/browse/XWIKI-17377]]
22 * [[MySQL connector 8.0.23>>https://jira.xwiki.org/browse/XWIKI-18287]]
23 * [[MariaDB connector 2.7.2>>https://jira.xwiki.org/browse/XWIKI-18308]]
24 * [[Joda-Time 2.10.10>>https://jira.xwiki.org/browse/XWIKI-18316]]
25 * [[Infinispan 11.0.9.Final>>https://jira.xwiki.org/browse/XCOMMONS-2117]]
26 * [[Checker Qual 3.10.0>>https://jira.xwiki.org/browse/XCOMMONS-2132]]
27 * [[Byte Buddy 1.10.20>>https://jira.xwiki.org/browse/XCOMMONS-2131]]
28 * [[Batik 1.14>>https://jira.xwiki.org/browse/XWIKI-18285]]
29 * [[Apache XML Graphics Commons 2.6>>https://jira.xwiki.org/browse/XWIKI-18286]]
30 * [[ASM 9.1>>https://jira.xwiki.org/browse/XCOMMONS-2128]]
31 * [[CKEditor Integration 1.53>>https://jira.xwiki.org/browse/XWIKI-18313]]
32
33 = Translations =
34
35 The following translations have been updated:
36
37 {{language codes="es,fr,no,de"/}}
38
39 = Tested Browsers & Databases =
40
41 {{include reference="TestReports.ManualTestReportSummaryXWiki131RC1.WebHome"/}}
42
43 {{comment}}
44 TODO: uncomment and update with proper links when the report is ready.
45
46 = Performances tests compared to <last super stable version> =
47
48 {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}}
49
50 More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]].
51 {{/comment}}
52
53 = Known issues =
54
55 * [[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]]
56
57 = Backward Compatibility and Migration Notes =
58
59 == General Notes ==
60
61 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
62 ** ##xwiki.cfg##
63 ** ##xwiki.properties##
64 ** ##web.xml##
65 ** ##hibernate.cfg.xml##
66 * 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.
67
68 == Issues specific to XWiki 13.1RC1 ==
69
70 === Breaking OfficeConverter API ===
71
72 The interface ##org.xwiki.officeimporter.converter.OfficeConverter## has been broken on purpose after [[an accepted proposal on the forum>>https://forum.xwiki.org/t/refactor-officeconverter-api-to-remove-getformatregistry/8152]]. This API was going to be broken because of the Jodconverter upgrade since the maintainer of the project moved their APIs to another package, so we took the opportunity to stop exposing in OfficeConverter classes coming from Jodconverter. Note that we introduced some new APIs to cover the usages we've seen for this API. Don't hesitate to open a feature request on Jira if some usages are not covered.
73
74 === New Reset Password and Retrieve Username URLs ===
75
76 See above for more details. The old ##XWiki.ResetPassword## and ##XWiki.ForgotUsername## wiki pages must not be used anymore, and any custom change perform in those pages won't be taken into account (you'll need to port your changes to Java since the new feature is coded in Java). However, the pages have been kept to ensure that using the old URLs will keep working for the time being: the pages now redirect to the new URLs.
77
78 == API Breakages ==
79
80 The following APIs were modified since XWiki 13.0:
81
82 {{backwardCompatiblityReportXml version="13.1-rc-1"/}}
83
84 = Credits =
85
86 The following people have contributed code and translations to this release (sorted alphabetically):
87
88 Christian Böhnke
89 ClemDee
90 Clément
91 Eduard Moraru
92 Francisco García Moreno
93 Jarle Sandmo
94 Manuel Leduc
95 Marius Dumitru Florea
96 Simon Urli
97 Thomas Mortagne
98 Vincent Massol
99 xrichard

Get Connected