Hide last authors
Simon Urli 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
Vincent Massol 10.1 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.
Simon Urli 1.1 8
Vincent Massol 9.1 9 = New and Noteworthy (since XWiki 13.0) =
Simon Urli 1.1 10
Vincent Massol 9.1 11 [[Full list of issues fixed and Dashboard for 13.1>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14691]].
Simon Urli 1.1 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
Simon Urli 8.2 19 * [[Jodconverter 4.4.2>>https://jira.xwiki.org/browse/XWIKI-18241]]
Thomas Mortagne 5.1 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]]
Thomas Mortagne 6.1 24 * [[Joda-Time 2.10.10>>https://jira.xwiki.org/browse/XWIKI-18316]]
Thomas Mortagne 5.1 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]]
Marius Dumitru Florea 17.1 31 * [[CKEditor Integration 1.53>>https://jira.xwiki.org/browse/XWIKI-18313]]
Simon Urli 1.1 32
33 = Translations =
34
35 The following translations have been updated:
36
Vincent Massol 11.1 37 {{language codes="es,fr,no,de"/}}
Simon Urli 1.1 38
39 = Tested Browsers & Databases =
40
Ilie Andriuta 16.1 41 {{include reference="TestReports.ManualTestReportSummaryXWiki131RC1.WebHome"/}}
Simon Urli 1.1 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
Simon Urli 2.1 68 == Issues specific to XWiki 13.1RC1 ==
Simon Urli 1.1 69
Simon Urli 2.1 70 === Breaking OfficeConverter API ===
Simon Urli 1.1 71
Simon Urli 8.3 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.
Simon Urli 2.1 73
Vincent Massol 14.1 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
Simon Urli 1.1 78 == API Breakages ==
79
Vincent Massol 9.1 80 The following APIs were modified since XWiki 13.0:
Simon Urli 1.1 81
Vincent Massol 13.1 82 {{backwardCompatiblityReportXml version="13.1-rc-1"/}}
Simon Urli 1.1 83
84 = Credits =
85
86 The following people have contributed code and translations to this release (sorted alphabetically):
87
Vincent Massol 12.1 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
100

Get Connected