Wiki source code of Release Notes for XWiki 14.10

Last modified by Manuel Leduc on 2022/12/15

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 This release includes a new export dialog, makes the new browser-based PDF export and the new image selector the default, adds a feature to restrict attachment mimetypes and makes the UI more consistent by adding breadcrumbs in more cases. It also fixes bugs including several security vulnerabilities, making it a recommended upgrade.
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 ($affectedVersions = "${version}")
27 ## #set ($fixVersionJQL = " and fixVersion != ${version}-rc-1 or fixVersion is empty)")
28 #set ($fixVersionJQL = "")
29 #else
30 #set ($affectedVersions = "${version}")
31 #set ($fixVersionJQL = "")
32 #end
33 {{jira id="xwikiorg" source="jql"}}
34 category = 10000 and affectedVersion in ($affectedVersions)${fixVersionJQL} and priority = Blocker and resolution in (Fixed, Unresolved) and component != "Development Issues only"
35 {{/jira}}
36 {{/velocity}}
37 {{/error}}
38
39 = New and Noteworthy (since {{velocity}}$product{{/velocity}} 14.9) =
40
41 [[Full list of issues fixed and Dashboard for 14.10>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=15293]].
42
43 {{releasenotechanges/}}
44
45 === Upgrades ===
46
47 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]]):
48
49 * [[Vue 2.7.13>>https://jira.xwiki.org/browse/XWIKI-20219]]
50 * [[CSS4J & CSS4J DOM4 3.9.0>>https://jira.xwiki.org/browse/XWIKI-20255]]
51 * [[@babel/eslint-parser 7.19.1>>https://jira.xwiki.org/browse/XWIKI-20256]]
52 * [[@testing-library/jest-dom 5.16.5>>https://jira.xwiki.org/browse/XWIKI-20257]]
53 * [[MariaDB connector 3.0.9>>https://jira.xwiki.org/browse/XWIKI-20345]]
54 * [[httpclient 5.2>>https://jira.xwiki.org/browse/XCOMMONS-2566]]
55 * [[MySQL connector 8.0.31>>https://jira.xwiki.org/browse/XWIKI-20253]]
56 * [[JFFI 1.3.10>>https://jira.xwiki.org/browse/XWIKI-20355]]
57 * [[JNR FFI 2.2.13>>https://jira.xwiki.org/browse/XWIKI-20356]]
58 * [[Netty 4.1.85.Final>>https://jira.xwiki.org/browse/XWIKI-20241]]
59 * [[Apache XML Graphics Commons 2.8>>https://jira.xwiki.org/browse/XWIKI-20357]]
60 * [[Plexus Archiver 4.6.0>>https://jira.xwiki.org/browse/XCOMMONS-2565]]
61 * [[Hibernate 5.6.14>>https://jira.xwiki.org/browse/XWIKI-20322]]
62 * [[Jackson 2.14.0>>https://jira.xwiki.org/browse/XCOMMONS-2563]]
63 * [[Ivy 2.5.1>>https://jira.xwiki.org/browse/XCOMMONS-2564]]
64 * [[Closure Compiler v20221102>>https://jira.xwiki.org/browse/XCOMMONS-2560]]
65 * [[Infinispan 13.0.12.Final>>https://jira.xwiki.org/browse/XCOMMONS-2543]]
66 * [[Joda-Time 2.12.1>>https://jira.xwiki.org/browse/XWIKI-20240]]
67 * [[Byte Buddy 1.12.18>>https://jira.xwiki.org/browse/XCOMMONS-2544]]
68 * [[ICU4J 72.1>>https://jira.xwiki.org/browse/XCOMMONS-2546]]
69 * [[JAXB Runtime 2.3.7>>https://jira.xwiki.org/browse/XCOMMONS-2547]]
70 * [[Protobuf Java 3.21.9>>https://jira.xwiki.org/browse/XCOMMONS-2548]]
71 * [[Plexus Utils 3.5.0>>https://jira.xwiki.org/browse/XCOMMONS-2553]]
72 * [[HSQLDB 2.7.1>>https://jira.xwiki.org/browse/XWIKI-20284]]
73 * [[Woodstox 6.4.0>>https://jira.xwiki.org/browse/XCOMMONS-2554]]
74 * [[Gson 2.10>>https://jira.xwiki.org/browse/XCOMMONS-2555]]
75 * [[Batik 1.16>>https://jira.xwiki.org/browse/XWIKI-20307]]
76 * [[Checker Qual 3.27.0>>https://jira.xwiki.org/browse/XCOMMONS-2557]]
77 * [[common-compress 1.22>>https://jira.xwiki.org/browse/XCOMMONS-2558]]
78
79 = Translations =
80
81 The following translations have been updated:
82
83 {{language codes="de, fr, ja, ru, uk"/}}
84
85 = Tested Browsers & Databases =
86
87 {{include reference="TestReports.ManualTestReportSummaryXWiki1410.WebHome"/}}
88
89 {{comment}}
90 TODO: uncomment and update with proper links when the report is ready.
91
92 = Performances tests compared to <last super stable version> =
93
94 {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}}
95
96 More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]].
97 {{/comment}}
98
99 = Known issues =
100
101 * [[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]]
102
103 = Backward Compatibility and Migration Notes =
104
105 == General Notes ==
106
107 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
108 ** ##xwiki.cfg##
109 ** ##xwiki.properties##
110 ** ##web.xml##
111 ** ##hibernate.cfg.xml##
112 * 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.
113
114 == Issues specific to {{velocity}}$product $version{{/velocity}} ==
115
116 * The ##xwiki.action.import.xar.usefilter## configuration property has been removed and it's no longer possible to use the old XAR import (it has been replaced by a newer implementation since XWiki 6.2).
117 * ##XWiki#exists methods throw an exception in case of problem instead of returning ##false
118 * As indicated in the [[Administrators section above>>||anchor="HForAdmins"]], the Script right is no longer given by default to all users in new instances of XWiki
119 * The Google Analytics feature has been removed from XWiki Standard and moved to an Extension
120
121 == API Breakages ==
122
123 The following APIs were modified since {{velocity}}$product{{/velocity}} 14.9:
124
125 {{velocity}}
126 {{backwardCompatibilityReport134 version="$version"/}}
127 {{/velocity}}
128
129 = Credits =
130
131 The following people have contributed code and translations to this release (sorted alphabetically):
132
133 Alex Cotiugă
134 ClemDee
135 Clément Aubin
136 Evgeny Gribanov
137 Gankov Andrey
138 Manuel Leduc
139 Marius Dumitru Florea
140 Michael Hamann
141 Nikita Petrenko
142 Raphaël Jakse
143 Simon Urli
144 Simpel
145 Suguru Hirahara
146 Thomas Mortagne
147 Vincent Massol
148 Wurzelmann
149 fivemoons
150 slauriere
151 xrichard

Get Connected