Wiki source code of Release Notes for XWiki 12.5

Last modified by Vincent Massol on 2020/08/06

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 Among other things, this release introduces the ability to mention a user, either inside the content of a page, object or comment, resulting in a notification being sent to that particular user. The in-place editing feature, additionally to the existing WYSIWYG mode, now also supports editing pages in source mode. Finally, it is now possible to toggle to "in context" modifications when using the "rendered diff" viewer to display the changes between 2 versions of a page.
8
9 On the performances side, a new method for storing and quering events inside the wiki has been introduced which will greatly improve the performance issues related to notifications, but it is not yet enabled by default, since more work is needed. Also, renaming a page is now finally an "atomic" operation, meaning that it will be properly handled as a "rename" and no longer as a combination of "delete" + "copy", as before, which was leading to many problems, specially when the page had a large history.
10
11 Some new tools have been added for developers and, as usual, many bugs have been fixed during this month.
12
13 {{error}}
14 Some important bugs have been discovered since XWiki 12.5 has been released:
15 * [[The MySQL Debian setup does not work out of the box with some timezones>>https://jira.xwiki.org/browse/XWIKI-17494]]
16
17 If one or several of these bugs impact you, then you should use the next version (12.5.1) that has been released.
18 {{/error}}
19
20 = New and Noteworthy (since XWiki 12.4) =
21
22 [[Full list of issues fixed and Dashboard for 12.5>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14596]].
23
24 {{releasenotechanges/}}
25
26 === Upgrades ===
27
28 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]]):
29
30 * [[CSS4J 2.0.3>>https://jira.xwiki.org/browse/XWIKI-17416]]
31 * [[Jetty 9.4.29.v20200521>>https://jira.xwiki.org/browse/XWIKI-17232]]
32 * [[HtmlCleaner 2.24>>https://jira.xwiki.org/browse/XCOMMONS-1938]]
33 * [[CKEditor Integration 1.47>>https://jira.xwiki.org/browse/XWIKI-17382]]
34 * [[log4j API 2.13.3>>https://jira.xwiki.org/browse/XCOMMONS-1950]]
35 * [[Woodstox 6.2.1>>https://jira.xwiki.org/browse/XCOMMONS-1949]]
36 * [[Stax2 API 4.2.1>>https://jira.xwiki.org/browse/XCOMMONS-1951]]
37 * [[Protobuf Java 3.12.2>>https://jira.xwiki.org/browse/XWIKI-17369]]
38 * [[JNR POSIX 3.0.57>>https://jira.xwiki.org/browse/XWIKI-17366]]
39 * [[JNR FFI 2.1.15>>https://jira.xwiki.org/browse/XWIKI-17365]]
40 * [[JGroups 4.2.4>>https://jira.xwiki.org/browse/XCOMMONS-1954]]
41 * [[Hibernate 5.4.17>>https://jira.xwiki.org/browse/XWIKI-17442]]
42 * [[Groovy 2.5.12>>https://jira.xwiki.org/browse/XCOMMONS-1955]]
43 * [[Error Prone annotations 2.4.0>>https://jira.xwiki.org/browse/XCOMMONS-1969]]
44 * [[Commons IO 2.7>>https://jira.xwiki.org/browse/XCOMMONS-1956]]
45 * [[Caffeine 2.8.4>>https://jira.xwiki.org/browse/XCOMMONS-1953]]
46 * [[Batik 1.13>>https://jira.xwiki.org/browse/XWIKI-17368]]
47
48 = Translations =
49
50 The following translations have been updated:
51
52 {{language codes="de,es,zh"/}}
53
54 = Tested Browsers & Databases =
55
56 {{include reference="TestReports.ManualTestReportSummaryXWiki125.WebHome"/}}
57
58 {{comment}}
59 TODO: uncomment and update with proper links when the report is ready.
60
61 = Performances tests compared to <last super stable version> =
62
63 {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}}
64
65 More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]].
66 {{/comment}}
67
68 = Known issues =
69
70 * [[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]]
71
72 = Backward Compatibility and Migration Notes =
73
74 == Issues specific to XWiki 12.5 ==
75
76 * The Debian packaging has been updated to use MySQL 8 and the MySQL 8 JDBC connector. This version of the connector has dropped legacy support for timezones which are now more strict. If you get a timezone error at startup, check the [[tips for MySQL 8>>Documentation.AdminGuide.Installation.InstallationWAR.InstallationMySQL.WebHome||anchor="HMySQL8"]].
77
78 == General Notes ==
79
80 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
81 ** ##xwiki.cfg##
82 ** ##xwiki.properties##
83 ** ##web.xml##
84 ** ##hibernate.cfg.xml##
85 * 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.
86
87 == API Breakages ==
88
89 The following APIs were modified since XWiki 12.4:
90
91 {{backwardCompatiblityReportXml version="12.5"/}}
92
93 = Credits =
94
95 The following people have contributed code and translations to this release (sorted alphabetically):
96
97 Carr0ter
98 Clemens Robbenhaar
99 DenisF
100 Eduard Moraru
101 Francisco GarcĂ­a Moreno
102 Guillaume Delhumeau
103 Hassan Ali
104 Marius Dumitru Florea
105 Markus Gerhold
106 Simon Urli
107 Thomas Mortagne
108 Vincent Massol
109 xrichard

Get Connected