Last modified by Ilie Andriuta on 2022/04/28

Hide last authors
Clément Aubin 1.1 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
Marius Dumitru Florea 14.1 18 This release introduces a new (experimental) image dialog for the WYSIWYG editor and a new administration section to define image styles, with the goal to simplify the insertion and editing of images. On the same topic, the image popover now provides an image permalink and the image lightbox added the ability to copy the image identifier to clipboard to be used as link anchor or to be referenced by wiki macros. Finally, the images (or any files) uploaded through the WYSIWYG editor are not saved right away anymore but, instead, they create temporary attachments that are saved only when the edited content is saved. All these image related improvements, along with a lot of bug fixes, make this release worth trying.
Clément Aubin 1.1 19
20 {{comment}}
21 Uncomment when there's at least one issue listed in the table!
22 {{error}}
23 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.
24
25 {{velocity}}
26 #if ($isFirstFinal)
27 #set ($affectedVersions = "${version}-rc-1, ${version}")
28 #set ($fixVersionJQL = " and (fixVersion != ${version}-rc-1 or fixVersion is empty)")
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)
35 {{/jira}}
36 {{/velocity}}
37 {{/error}}
38 {{/comment}}
39
Marius Dumitru Florea 4.1 40 = New and Noteworthy (since {{velocity}}$product{{/velocity}} 14.2.1) =
Clément Aubin 1.1 41
Marius Dumitru Florea 5.1 42 [[Full list of issues fixed and Dashboard for 14.3>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14992]].
Clément Aubin 1.1 43
44 {{releasenotechanges/}}
45
46 === Upgrades ===
47
48 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]]):
49
Marius Dumitru Florea 8.1 50 * [[ASM 9.3>>https://jira.xwiki.org/browse/XCOMMONS-2393]]
51 * [[AspectJ 1.9.9.1>>https://jira.xwiki.org/browse/XCOMMONS-2386]]
52 * [[Byte Buddy 1.12.9>>https://jira.xwiki.org/browse/XCOMMONS-2389]]
53 * [[Checker Qual 3.21.4>>https://jira.xwiki.org/browse/XCOMMONS-2396]]
Marius Dumitru Florea 6.1 54 * [[CKEditor Integration 1.62>>https://jira.xwiki.org/browse/XWIKI-19643]]
Marius Dumitru Florea 8.1 55 * [[Closure Compiler v20220405>>https://jira.xwiki.org/browse/XCOMMONS-2405]]
56 * [[Error Prone annotations 2.12.1>>https://jira.xwiki.org/browse/XCOMMONS-2391]]
57 * [[Goovy 3.0.10>>https://jira.xwiki.org/browse/XCOMMONS-2403]]
58 * [[Guava 31.1-jre>>https://jira.xwiki.org/browse/XCOMMONS-2390]]
Marius Dumitru Florea 6.2 59 * [[Hibernate 5.6.7>>https://jira.xwiki.org/browse/XWIKI-19618]]
Marius Dumitru Florea 8.1 60 * [[Infinispan 13.0.8.Final>>https://jira.xwiki.org/browse/XCOMMONS-2398]]
61 * [[Jackson 2.13.2>>https://jira.xwiki.org/browse/XCOMMONS-2402]]
Marius Dumitru Florea 6.4 62 * [[JNA 5.11.0>>https://jira.xwiki.org/browse/XWIKI-19588]]
Marius Dumitru Florea 6.3 63 * [[JNR FFI 2.2.12>>https://jira.xwiki.org/browse/XWIKI-19597]]
Marius Dumitru Florea 6.2 64 * [[Joda-Time 2.10.14>>https://jira.xwiki.org/browse/XWIKI-19617]]
Marius Dumitru Florea 6.5 65 * [[Liquibase 4.9.1>>https://jira.xwiki.org/browse/XWIKI-19587]]
Manuel Leduc 2.1 66 * [[MariaDB connector 3.0.4>>https://jira.xwiki.org/browse/XWIKI-19580]]
Marius Dumitru Florea 6.1 67 * [[Maven 3.8.5>>https://jira.xwiki.org/browse/XWIKI-19619]]
Marius Dumitru Florea 6.3 68 * [[Netty 4.1.76.Final>>https://jira.xwiki.org/browse/XWIKI-19608]]
Manuel Leduc 3.1 69 * [[node 16.3.2>>https://jira.xwiki.org/browse/XWIKI-19638]]
Marius Dumitru Florea 8.1 70 * [[Protobuf Java 3.20.0>>https://jira.xwiki.org/browse/XCOMMONS-2394]]
Marius Dumitru Florea 7.1 71 * [[Protostream 4.4.2.Final>>https://jira.xwiki.org/browse/XCOMMONS-2406]]
Clément Aubin 1.1 72
73 = Translations =
74
Marius Dumitru Florea 4.1 75 The following translations have been updated:
Clément Aubin 1.1 76
Marius Dumitru Florea 9.1 77 {{language codes="de, fr, ko"/}}
Clément Aubin 1.1 78
79 = Tested Browsers & Databases =
80
Ilie Andriuta 18.1 81 {{include reference="TestReports.ManualTestReportSummaryXWiki143.WebHome"/}}
Clément Aubin 1.1 82
83 {{comment}}
84 TODO: uncomment and update with proper links when the report is ready.
85
86 = Performances tests compared to <last super stable version> =
87
88 {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}}
89
90 More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]].
91 {{/comment}}
92
93 = Known issues =
94
95 * [[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]]
96
97 = Backward Compatibility and Migration Notes =
98
99 == General Notes ==
100
101 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
102 ** ##xwiki.cfg##
103 ** ##xwiki.properties##
104 ** ##web.xml##
105 ** ##hibernate.cfg.xml##
106 * 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.
107
108 == Issues specific to {{velocity}}$product $version{{/velocity}} ==
109
Marius Dumitru Florea 13.1 110 The long deprecated ##inline## action has been moved to legacy. It is still bundled in XWiki Standard for now but we encourage all extension developers to update their code to use the ##edit## action instead:
Clément Aubin 1.1 111
Marius Dumitru Florea 13.1 112 {{code language="diff"}}
113 - $doc.getURL('inline')
114 + $doc.getURL('edit')
115 {{/code}}
116
Clément Aubin 1.1 117 == API Breakages ==
118
Marius Dumitru Florea 4.1 119 The following APIs were modified since {{velocity}}$product{{/velocity}} 14.2.1:
Clément Aubin 1.1 120
121 {{velocity}}
122 {{backwardCompatibilityReport134 version="$version"/}}
123 {{/velocity}}
124
125 = Credits =
126
127 The following people have contributed code and translations to this release (sorted alphabetically):
128
Marius Dumitru Florea 11.1 129 * Clemens Klein-Robbenhaar
130 * Clément Aubin
131 * DenisF
132 * Eduard Moraru
133 * Jaeseop So
134 * Manuel Leduc
135 * Marius Dumitru Florea
136 * Michael Hamann
137 * Oana-Lavinia Florean
138 * ParkHK
139 * Prosenjit Mondal
140 * Simon Urli
141 * Simpel
142 * Thomas Mortagne
143 * Vincent Massol
144 * xrichard

Get Connected