Wiki source code of Release Notes for XWiki 14.3

Last modified by Manuel Leduc on 2022/05/02

Hide last authors
Manuel Leduc 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
Manuel Leduc 5.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.
Manuel Leduc 1.1 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
Manuel Leduc 5.2 37 = New and Noteworthy (since {{velocity}}$product{{/velocity}} 14.2.1) =
Manuel Leduc 1.1 38
Manuel Leduc 5.3 39 [[Full list of issues fixed and Dashboard for 14.3>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14992]].
Manuel Leduc 1.1 40
41 {{releasenotechanges/}}
42
Manuel Leduc 5.4 43 {{comment}}
Manuel Leduc 1.1 44 === Moved Modules ===
45
46 <description deprecated, retired and moved projects>
Manuel Leduc 5.4 47 {{/comment}}
Manuel Leduc 1.1 48
49 === Upgrades ===
50
51 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]]):
52
Manuel Leduc 5.5 53 * [[ASM 9.3>>https://jira.xwiki.org/browse/XCOMMONS-2393]]
54 * [[AspectJ 1.9.9.1>>https://jira.xwiki.org/browse/XCOMMONS-2386]]
55 * [[Byte Buddy 1.12.9>>https://jira.xwiki.org/browse/XCOMMONS-2389]]
56 * [[Checker Qual 3.21.4>>https://jira.xwiki.org/browse/XCOMMONS-2396]]
57 * [[CKEditor Integration 1.62>>https://jira.xwiki.org/browse/XWIKI-19643]]
58 * [[Closure Compiler v20220405>>https://jira.xwiki.org/browse/XCOMMONS-2405]]
59 * [[Error Prone annotations 2.12.1>>https://jira.xwiki.org/browse/XCOMMONS-2391]]
60 * [[Goovy 3.0.10>>https://jira.xwiki.org/browse/XCOMMONS-2403]]
61 * [[Guava 31.1-jre>>https://jira.xwiki.org/browse/XCOMMONS-2390]]
62 * [[Hibernate 5.6.7>>https://jira.xwiki.org/browse/XWIKI-19618]]
63 * [[Infinispan 13.0.8.Final>>https://jira.xwiki.org/browse/XCOMMONS-2398]]
64 * [[Jackson 2.13.2>>https://jira.xwiki.org/browse/XCOMMONS-2402]]
65 * [[JNA 5.11.0>>https://jira.xwiki.org/browse/XWIKI-19588]]
66 * [[JNR FFI 2.2.12>>https://jira.xwiki.org/browse/XWIKI-19597]]
67 * [[Joda-Time 2.10.14>>https://jira.xwiki.org/browse/XWIKI-19617]]
68 * [[Liquibase 4.9.1>>https://jira.xwiki.org/browse/XWIKI-19587]]
69 * [[MariaDB connector 3.0.4>>https://jira.xwiki.org/browse/XWIKI-19580]]
70 * [[Maven 3.8.5>>https://jira.xwiki.org/browse/XWIKI-19619]]
71 * [[Netty 4.1.76.Final>>https://jira.xwiki.org/browse/XWIKI-19608]]
72 * [[node 16.3.2>>https://jira.xwiki.org/browse/XWIKI-19638]]
73 * [[Protobuf Java 3.20.0>>https://jira.xwiki.org/browse/XCOMMONS-2394]]
74 * [[Protostream 4.4.2.Final>>https://jira.xwiki.org/browse/XCOMMONS-2406]]
Manuel Leduc 1.1 75
76 = Translations =
77
Manuel Leduc 5.5 78 The following translations have been updated:
Manuel Leduc 1.1 79
Manuel Leduc 2.1 80 {{language codes="de,fr,ko"/}}
Manuel Leduc 1.1 81
82 = Tested Browsers & Databases =
83
Ilie Andriuta 9.1 84 {{include reference="TestReports.ManualTestReportSummaryXWiki143.WebHome"/}}
Manuel Leduc 1.1 85
86 {{comment}}
87 TODO: uncomment and update with proper links when the report is ready.
88
89 = Performances tests compared to <last super stable version> =
90
91 {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}}
92
93 More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]].
94 {{/comment}}
95
96 = Known issues =
97
98 * [[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]]
99
100 = Backward Compatibility and Migration Notes =
101
102 == General Notes ==
103
104 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
105 ** ##xwiki.cfg##
106 ** ##xwiki.properties##
107 ** ##web.xml##
108 ** ##hibernate.cfg.xml##
109 * 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.
110
111 == Issues specific to {{velocity}}$product $version{{/velocity}} ==
112
Manuel Leduc 7.1 113 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:
Manuel Leduc 1.1 114
Manuel Leduc 7.1 115 {{code language="diff"}}
116 - $doc.getURL('inline')
117 + $doc.getURL('edit')
118 {{/code}}
119
120
Manuel Leduc 1.1 121 == API Breakages ==
122
Manuel Leduc 5.2 123 The following APIs were modified since {{velocity}}$product{{/velocity}} 14.2.1:
Manuel Leduc 1.1 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
Manuel Leduc 2.2 133 * Clemens Klein-Robbenhaar
134 * Clément Aubin
135 * DenisF
136 * Eduard Moraru
137 * Jaeseop So
138 * Manuel Leduc
139 * Marius Dumitru Florea
140 * Michael Hamann
141 * Oana-Lavinia Florean
142 * ParkHK
143 * Prosenjit Mondal
144 * Simon Urli
145 * Simpel
146 * Thomas Mortagne
147 * Vincent Massol
148 * xrichard

Get Connected