Last modified by Ilie Andriuta on 2022/09/28

Hide last authors
Vincent Massol 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 12.2 18 This release brings links and attachments refactoring on the farm (i.e., cross wikis and sub-wikis), and an improved attachments listing now based on LiveData. In addition to the usual bug fixes (including 4 security fixes), this release also brings various improvements for administrators and developers.
Vincent Massol 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) and component != "Development Issues only"
35 {{/jira}}
36 {{/velocity}}
37 {{/error}}
38 {{/comment}}
39
Manuel Leduc 9.3 40 = New and Noteworthy (since {{velocity}}$product{{/velocity}} 14.7) =
Vincent Massol 1.1 41
Manuel Leduc 9.3 42 [[Full list of issues fixed and Dashboard for 14.8>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=15193]].
Vincent Massol 1.1 43
44 {{releasenotechanges/}}
45
Manuel Leduc 11.1 46 {{comment}}
Vincent Massol 1.1 47 === Moved Modules ===
48
49 <description deprecated, retired and moved projects>
Manuel Leduc 11.1 50 {{/comment}}
Vincent Massol 1.1 51
52 === Upgrades ===
53
54 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]]):
55
Vincent Massol 2.1 56 * [[CSS4J 3.8.0, CSS4J-DOM4J 3.8.0, Carte Util 3.6.0 & XML DTD 4.1.0>>https://jira.xwiki.org/browse/XWIKI-20080]]
Manuel Leduc 3.1 57 * [[vue 2.7.10>>https://jira.xwiki.org/browse/XWIKI-19944]]
Manuel Leduc 4.2 58 * [[vue-tippy 4.16.0>>https://jira.xwiki.org/browse/XWIKI-20095]]
Thomas Mortagne 5.1 59 * [[jsoup 1.15.3>>https://jira.xwiki.org/browse/XWIKI-20089]]
60 * [[Solr 8.11.2>>https://jira.xwiki.org/browse/XWIKI-18769]]
61 * [[Snakeyaml 1.31>>https://jira.xwiki.org/browse/XCOMMONS-2505]]
62 * [[SLF4J 2.0.0 and Logback 1.3.0>>https://jira.xwiki.org/browse/XCOMMONS-2499]]
63 * [[Protostream 4.4.4.Final>>https://jira.xwiki.org/browse/XCOMMONS-2503]]
64 * [[PostgresSQL connector 42.5.0>>https://jira.xwiki.org/browse/XWIKI-20090]]
65 * [[Netty 4.1.81.Final>>https://jira.xwiki.org/browse/XWIKI-20105]]
66 * [[Joda-Time 2.11.1>>https://jira.xwiki.org/browse/XWIKI-20106]]
67 * [[Jackson 2.13.4>>https://jira.xwiki.org/browse/XCOMMONS-2510]]
68 * [[Hibernate 5.6.11>>https://jira.xwiki.org/browse/XWIKI-20118]]
69 * [[Closure Compiler v20220905>>https://jira.xwiki.org/browse/XCOMMONS-2513]]
70 * [[Checker Qual 3.25.0>>https://jira.xwiki.org/browse/XCOMMONS-2511]]
71 * [[Byte Buddy 1.12.16>>https://jira.xwiki.org/browse/XCOMMONS-2501]]
72 * [[API Gardian 1.1.2>>https://jira.xwiki.org/browse/XCOMMONS-2512]]
Vincent Massol 1.1 73
74 = Translations =
75
76 The following translations have been updated:
77
Manuel Leduc 7.1 78 {{language codes="fr, ro, uk"}}{{/language}}
Vincent Massol 1.1 79
80 = Tested Browsers & Databases =
81
Ilie Andriuta 13.1 82 {{include reference="TestReports.ManualTestReportSummaryXWiki148RC1.WebHome"/}}
Vincent Massol 1.1 83
84 {{comment}}
85 TODO: uncomment and update with proper links when the report is ready.
86
87 = Performances tests compared to <last super stable version> =
88
89 {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}}
90
91 More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]].
92 {{/comment}}
93
94 = Known issues =
95
96 * [[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]]
97
98 = Backward Compatibility and Migration Notes =
99
100 == General Notes ==
101
102 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
103 ** ##xwiki.cfg##
104 ** ##xwiki.properties##
105 ** ##web.xml##
106 ** ##hibernate.cfg.xml##
107 * 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.
108
109 == Issues specific to {{velocity}}$product $version{{/velocity}} ==
110
Manuel Leduc 7.1 111 === Changes in Solr search core ===
Vincent Massol 1.1 112
Thomas Mortagne 6.1 113 The shema of the Solr search core (the one used as source for document search in the UI) has been modified and will need to be resetted. This is done automaticlaly in case of embedded Solr (the default) but is a manual process in the case of a standalone remote Solr install: you should remove the Solr core with name "xwiki" and reinstall it as documented on [[extensions:Extension.Solr Search API||anchor="HSetuparemoteSolrserver"]].
114
115 Also, since the version of Solr with which XWiki is tested (the version embedded in XWiki) has been upgraded to 8.11.2, it's is highly recommended to make sure, if you use a remote standalone Solr setup, that have a 8.11.x verison of Solr (it may work with other versions but XWiki was not tested with them).
116
Vincent Massol 1.1 117 == API Breakages ==
118
Manuel Leduc 9.1 119 The following APIs were modified since {{velocity}}$product{{/velocity}} 14.7:
Vincent Massol 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
Manuel Leduc 8.1 129 Alex Cotiugă
130 Andreea Chirica
131 Clemens Klein-Robbenhaar
132 Clemens Robbenhaar
133 Manuel Leduc
134 Marius Dumitru Florea
135 Michael Hamann
136 Nikita Petrenko
137 Oana-Lavinia Florean
138 Simon Urli
139 Thomas Mortagne
140 Vincent Massol
141 acotiuga
142 raphj

Get Connected