Wiki source code of Release Notes for XWiki 13.10

Last modified by Ilie Andriuta on 2022/01/13

Show last authors
1 {{velocity}}
2 #set ($rnObject = $doc.getObject('ReleaseNotes.Code.ReleaseNoteClass'))
3 #set ($product = $rnObject.product)
4 #set ($version = $rnObject.version)
5 #set ($versionPrefix = $stringtool.substringBefore($version, '-'))
6 #set ($versionParts = $stringtool.split($versionPrefix, '.'))
7 #set ($isRC = $version.contains('rc'))
8 #set ($isFinal = !$isRC)
9 #set ($isFirstFinal = $versionParts.size() == 2 && $isFinal)
10 {{/velocity}}
11
12 {{box cssClass="floatinginfobox" title="**Contents**"}}
13 {{toc/}}
14 {{/box}}
15
16 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.
17
18 Annotations can now be made on HTML content, including AWM applications. Progress on the conversion from Live Table to Live Data continues. A security issue has also been fixed.
19
20 {{error}}
21 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.
22
23 {{velocity}}
24 #if ($isFirstFinal)
25 #set ($affectedVersions = "${version}-rc-1, ${version}")
26 #set ($fixVersionJQL = " and (fixVersion != ${version}-rc-1 or fixVersion is empty)")
27 #else
28 #set ($affectedVersions = "${version}")
29 #set ($fixVersionJQL = "")
30 #end
31 {{jira id="xwikiorg" source="jql"}}
32 category = 10000 and affectedVersion in ($affectedVersions)${fixVersionJQL}and priority = Blocker and resolution in (Fixed, Unresolved)
33 {{/jira}}
34 {{/velocity}}
35 {{/error}}
36
37 = New and Noteworthy (since {{velocity}}$product{{/velocity}} 13.9) =
38
39 [[Full list of issues fixed and Dashboard for XWiki 13.10>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14896]].
40
41 {{releasenotechanges/}}
42
43 === Upgrades ===
44
45 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]]):
46
47 * [[Groovy 3.0.9>>https://jira.xwiki.org/browse/XCOMMONS-2196]]
48 * [[CKEditor Integration 1.56>>https://jira.xwiki.org/browse/XWIKI-19100]]
49 * [[Reflections 0.10.2>>https://jira.xwiki.org/browse/XCOMMONS-2296]]
50 * [[Protobuf Java 3.19.1>>https://jira.xwiki.org/browse/XCOMMONS-2297]]
51 * [[PostgresSQL connector 42.3.1>>https://jira.xwiki.org/browse/XWIKI-19088]]
52 * [[Netty 4.1.70.Final>>https://jira.xwiki.org/browse/XWIKI-19089]]
53 * [[MySQL connector 8.0.27>>https://jira.xwiki.org/browse/XWIKI-19087]]
54 * [[Logback 1.2.7>>https://jira.xwiki.org/browse/XCOMMONS-2310]]
55 * [[Liquibase 4.6.1>>https://jira.xwiki.org/browse/XWIKI-19116]]
56 * [[Joda-Time 2.10.13>>https://jira.xwiki.org/browse/XWIKI-19097]]
57 * [[JNR POSIX 3.1.11>>https://jira.xwiki.org/browse/XWIKI-19096]]
58 * [[JNR FFI 2.2.8>>https://jira.xwiki.org/browse/XWIKI-19095]]
59 * [[JNR Constants 0.10.3>>https://jira.xwiki.org/browse/XWIKI-19094]]
60 * [[JNA 5.10.0>>https://jira.xwiki.org/browse/XWIKI-19094]]
61 * [[JFFI 1.3.6>>https://jira.xwiki.org/browse/XWIKI-19093]]
62 * [[Infinispan 13.0.2.Final>>https://jira.xwiki.org/browse/XCOMMONS-2299]]
63 * [[Hibernate 5.6.0>>https://jira.xwiki.org/browse/XWIKI-19090]]
64 * [[Gson 2.8.9>>https://jira.xwiki.org/browse/XCOMMONS-2302]]
65 * [[Error Prone annotations 2.10.0>>https://jira.xwiki.org/browse/XCOMMONS-2307]]
66 * [[Commons CLI 1.5.0>>https://jira.xwiki.org/browse/XCOMMONS-2304]]
67 * [[Checker Qual 3.19.0>>https://jira.xwiki.org/browse/XCOMMONS-2306]]
68 * [[Byte Buddy 1.12.1>>https://jira.xwiki.org/browse/XCOMMONS-2298]]
69 * [[Antlr 4.9.3>>https://jira.xwiki.org/browse/XCOMMONS-2308]]
70
71 = Translations =
72
73 The following translations have been updated:
74
75 {{language codes="fr,de,ro,ru"/}}
76
77 = Tested Browsers & Databases =
78
79 {{include reference="TestReports.ManualTestReportSummaryXWiki1310.WebHome"/}}
80
81 {{comment}}
82 TODO: uncomment and update with proper links when the report is ready.
83
84 = Performances tests compared to <last super stable version> =
85
86 {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}}
87
88 More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]].
89 {{/comment}}
90
91 = Known issues =
92
93 * [[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]]
94
95 = Backward Compatibility and Migration Notes =
96
97 == General Notes ==
98
99 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
100 ** ##xwiki.cfg##
101 ** ##xwiki.properties##
102 ** ##web.xml##
103 ** ##hibernate.cfg.xml##
104 * 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.
105
106 == Issues specific to {{velocity}}$product $version{{/velocity}} ==
107
108 <issues specific to the project>
109
110 == API Breakages ==
111
112 The following APIs were modified since {{velocity}}$product{{/velocity}} 13.9:
113
114 {{velocity}}
115 {{backwardCompatibilityReport134 version="$version"/}}
116 {{/velocity}}
117
118 = Credits =
119
120 The following people have contributed code and translations to this release (sorted alphabetically):
121
122 Alex Cotiugă
123 Clément Aubin
124 Conrad Zelck
125 Gankov Andrey
126 Manuel Leduc
127 Marius Dumitru Florea
128 Michael Hamann
129 Oana-Lavinia Florean
130 Simon Urli
131 Simpel
132 Thomas Mortagne
133 Vincent Massol
134 xrichard

Get Connected