Wiki source code of Release Notes for XWiki 12.10

Last modified by Vincent Massol on 2021/02/24

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
Marius Dumitru Florea 13.1 7 This release improves the Jump to Page modal and introduces a new Solr-based local extension index that should speedup the Extension Manager search and improve the results by suggesting only compatible extensions.
Vincent Massol 1.1 8
Vincent Massol 16.2 9 {{error}}
10 The following regressions were introduced in this release (and found after it was released). Please check them out and if they impact you we recommend waiting to upgrade to a version where they are fixed.
11
12 {{jira id="xwikiorg" source="jql"}}
13 category = 10000 and affectedVersion = "12.10" and priority = Blocker
14 {{/jira}}
15 {{/error}}
16
Marius Dumitru Florea 6.1 17 = New and Noteworthy (since XWiki 12.9) =
Vincent Massol 1.1 18
Marius Dumitru Florea 7.1 19 [[Full list of issues fixed and Dashboard for 12.10>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14632]].
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
Vincent Massol 2.1 27 * [[CSS4J 3.1.0>>https://jira.xwiki.org/browse/XWIKI-18000]]
Thomas Mortagne 4.1 28 * [[log4j API 2.14.0>>https://jira.xwiki.org/browse/XCOMMONS-2079]]
29 * [[cssparser 0.9.29>>https://jira.xwiki.org/browse/XCOMMONS-2078]]
30 * [[XStream 1.4.14>>https://jira.xwiki.org/browse/XCOMMONS-2080]]
31 * [[Templates Application v1.0.6>>https://jira.xwiki.org/browse/XWIKI-17998]]
32 * [[PostgresSQL connector 42.2.18>>https://jira.xwiki.org/browse/XWIKI-17984]]
33 * [[MySQL connector 8.0.22>>https://jira.xwiki.org/browse/XWIKI-17983]]
34 * [[Joda-Time 2.10.7>>https://jira.xwiki.org/browse/XWIKI-17982]]
35 * [[Infinispan 11.0.5.Final>>https://jira.xwiki.org/browse/XCOMMONS-1778]]
36 * [[Hibernate 5.4.23>>https://jira.xwiki.org/browse/XWIKI-18034]]
37 * [[Guava 30.0-jre>>https://jira.xwiki.org/browse/XCOMMONS-2060]]
38 * [[Closure Compiler v20201102>>https://jira.xwiki.org/browse/XCOMMONS-2074]]
39 * [[Checker Qual 3.7.1>>https://jira.xwiki.org/browse/XCOMMONS-2070]]
40 * [[Byte Buddy 1.10.18>>https://jira.xwiki.org/browse/XCOMMONS-2072]]
41 * [[Bouncy Castle 1.67>>https://jira.xwiki.org/browse/XCOMMONS-2073]]
Vincent Massol 1.1 42
Thomas Mortagne 5.1 43 === Downgrades
44
45 * [[Protobuf Java 3.12.2>>https://jira.xwiki.org/browse/XWIKI-18067]]
46
Vincent Massol 1.1 47 = Translations =
48
Marius Dumitru Florea 7.1 49 The following translations have been updated:
Vincent Massol 1.1 50
Marius Dumitru Florea 8.1 51 {{language codes="ca,da,es,fr,id,no,ru,zh"/}}
Vincent Massol 1.1 52
53 = Tested Browsers & Databases =
54
Ilie Andriuta 16.1 55 {{include reference="TestReports.ManualTestReportSummaryXWiki1210.WebHome"/}}
Vincent Massol 1.1 56
57 {{comment}}
58 TODO: uncomment and update with proper links when the report is ready.
59
60 = Performances tests compared to <last super stable version> =
61
62 {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}}
63
64 More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]].
65 {{/comment}}
66
67 = Known issues =
68
69 * [[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]]
70
71 = Backward Compatibility and Migration Notes =
72
73 == General Notes ==
74
75 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
76 ** ##xwiki.cfg##
77 ** ##xwiki.properties##
78 ** ##web.xml##
79 ** ##hibernate.cfg.xml##
80 * 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.
81
Marius Dumitru Florea 6.1 82 == Issues specific to XWiki 12.10 ==
Vincent Massol 1.1 83
Thomas Mortagne 2.2 84 === Changes in Infinispan configuration ===
Vincent Massol 1.1 85
Vincent Massol 14.1 86 With the upgrade to Infinispan 11.0.5 the format of the configuration changed in ##WEB-INF/cache/infinispan/config.xml##:
87 * If you haven't cuztomized this file, you don't have anything to do.
Vincent Massol 15.1 88 * If you have customized it, then you should check the new format. For example, XWiki's default ##config.xml## uses {{code language="xml"}}<local-cache>{{/code}} (to override the configuration of an XWiki cache) and this must be changed to {{code language="xml"}}<local-cache-configuration>{{/code}} (this tag existed before but Infinispan has changed the way they interpret it).
Thomas Mortagne 2.2 89
Vincent Massol 1.1 90 == API Breakages ==
91
Marius Dumitru Florea 6.1 92 The following APIs were modified since XWiki 12.9:
Vincent Massol 1.1 93
Marius Dumitru Florea 6.1 94 {{backwardCompatiblityReportXml version="12.10"/}}
Vincent Massol 1.1 95
96 = Credits =
97
98 The following people have contributed code and translations to this release (sorted alphabetically):
99
Marius Dumitru Florea 9.1 100 * Abhishek Kumar
101 * Carlos Amengual
102 * Clemens Robbenhaar
103 * Clément Desableau
104 * DenisF
105 * Eduard Moraru
106 * Eunike Leti Kajiwara
107 * Francisco García Moreno
108 * Guillaume Delhumeau
109 * Jarle Sandmo
110 * Joan
111 * Leif Erik Andersen
112 * Manuel Leduc
113 * Marius Dumitru Florea
114 * Simon Urli
115 * Thomas Mortagne
116 * Vincent Massol
117 * Wing Pang
118 * xrichard

Get Connected