Last modified by Manuel Leduc on 2024/11/19

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 19.1 18 This release contains a new way to insert links for page not yet existing from the WYSIWYG editor, complying with the configured name strategy in the wiki. It also brings various UI improvments such as a better icon picker, better contrast in paragraph edition buttons, and updated icons for attachment uploads. Last but not least this release contains a first implementation of the "Supported By" extension concept for administrators. This release contains security fixes, with the [[highest severity being 9.1/10>>doc:dev:Community.SecurityPolicy.WebHome||anchor="HSeverity"]].
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
Simon Urli 7.1 40 = New and Noteworthy (since {{velocity}}$product{{/velocity}} 16.7.1) =
Vincent Massol 1.1 41
Simon Urli 7.1 42 [[Full list of issues fixed and Dashboard for XWiki 16.8.0>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=15804]].
Vincent Massol 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
Vincent Massol 2.1 50 * [[CSS4J 4.4>>https://jira.xwiki.org/browse/XWIKI-22477]]
Thomas Mortagne 3.1 51 * [[Ukrainian Morfologik dictionaries to 6.5.1>>https://jira.xwiki.org/browse/XWIKI-22499]]
52 * [[Log4J API 2.24.0>>https://jira.xwiki.org/browse/XCOMMONS-3143]]
53 * [[Liquibase 4.29.2>>https://jira.xwiki.org/browse/XWIKI-22497]]
54 * [[Netty 4.1.113.Final>>https://jira.xwiki.org/browse/XWIKI-22498]]
55 * [[Checker Qual 3.47.0>>https://jira.xwiki.org/browse/XCOMMONS-3142]]
56 * [[commons-lang3 3.17.0>>https://jira.xwiki.org/browse/XCOMMONS-3133]]
57 * [[Jetty Client 10.0.24>>https://jira.xwiki.org/browse/XWIKI-22453]]
58 * [[Snakeyaml 2.3>>https://jira.xwiki.org/browse/XCOMMONS-3140]]
59 * [[bytebuddy 1.15.1>>https://jira.xwiki.org/browse/XCOMMONS-3121]]
60 * [[Error Prone annotations 2.31.0>>https://jira.xwiki.org/browse/XCOMMONS-3138]]
61 * [[Templates Application v1.0.11>>https://jira.xwiki.org/browse/XWIKI-22466]]
62 * [[org.webjars:jquery-ui to v1.13.3>>https://jira.xwiki.org/browse/XWIKI-22464]]
63 * [[Maven Resolver to 1.9.22>>https://jira.xwiki.org/browse/XCOMMONS-3137]]
64 * [[Maven to 3.9.9>>https://jira.xwiki.org/browse/XCOMMONS-3130]]
65 * [[Guava 33.3.0-jre>>https://jira.xwiki.org/browse/XCOMMONS-3132]]
66 * [[RssReader 3.8.2>>https://jira.xwiki.org/browse/XWIKI-22451]]
67 * [[PostgresSQL connector 42.7.4>>https://jira.xwiki.org/browse/XWIKI-22452]]
68 * [[Jython 2.7.4>>https://jira.xwiki.org/browse/XWIKI-22454]]
Thomas Mortagne 4.1 69 * [[commons-compress 1.27.1>>https://jira.xwiki.org/browse/XCOMMONS-3126]]
Simon Urli 8.1 70 * [[Jodconverter 4.4.8>>https://jira.xwiki.org/browse/XWIKI-22475]]
Vincent Massol 1.1 71
72 = Translations =
73
74 The following translations have been updated:
75
Simon Urli 9.1 76 {{language codes="de,pt,ru"/}}
Vincent Massol 1.1 77
78 = Tested Browsers & Databases =
79
Ilie Andriuta 18.1 80 == Automated testing ==
Vincent Massol 1.1 81
Ilie Andriuta 18.1 82 XWiki executes a lot of [[automated tests during its build>>dev:Community.Testing.WebHome||anchor="HTestingStrategy"]], testing all [[supported configurations>>dev:Community.SupportStrategy.WebHome]]. In addition, some manual QA is also executed to try to discover additional problems (see below):
83
84 {{include reference="TestReports.ManualTestReportSummaryXWiki1680.WebHome"/}}
85
Vincent Massol 1.1 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 = Security Issues =
97
98 Security issues are not listed in issue lists or dashboards to avoid disclosing ways to use them, but they will appear automatically in them once they're disclosed. See the [[XWiki Security Policy>>dev:Community.SecurityPolicy.WebHome]] for more details.
99
100 = Known issues =
101
102 * [[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]]
103
104 = Backward Compatibility and Migration Notes =
105
106 == General Notes ==
107
108 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
109 ** ##xwiki.cfg##
110 ** ##xwiki.properties##
111 ** ##web.xml##
112 ** ##hibernate.cfg.xml##
113 * 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.
114
115 == Issues specific to {{velocity}}$product $version{{/velocity}} ==
116
Simon Urli 17.1 117 * The [[MessageStream Application>>doc:extensions:Extension.Message Stream Application.WebHome]] is now [[officially>>https://forum.xwiki.org/t/deprecate-and-remove-message-stream-from-xwiki-standard/14780]] deprecated (it was disabled by default since a long time) and should be removed from XWiki Standard in next cycle (XWiki 17.0.0).
118 * The bootstrap dependency is no longer coming from the official bootstrap repository since 3.4.x branch is not maintained anymore: we now provide our own fork of bootstrap based on Bootstrap 3.4.1.
Vincent Massol 1.1 119
120 == API Breakages ==
121
Simon Urli 15.1 122 No API breakage since {{velocity}}$product{{/velocity}} 16.7.1.
Vincent Massol 1.1 123
Simon Urli 15.1 124 {{comment}}
Vincent Massol 1.1 125 {{velocity}}
126 {{backwardCompatibilityReport134 version="$version"/}}
127 {{/velocity}}
Simon Urli 15.1 128 {{/comment}}
Vincent Massol 1.1 129
130 = Credits =
131
132 The following people have contributed code and translations to this release (sorted alphabetically):
133
Simon Urli 10.1 134 * Alex Cotiugă
135 * LucasC
136 * Manuel Leduc
137 * Marius Dumitru Florea
138 * Mend Renovate
139 * Michael Hamann
140 * Rogério Penna
141 * Simon Urli
142 * Simpel
143 * Thiago Krieck
144 * Thomas Mortagne
145 * Tom Laermans
146 * Vincent Massol
147 * slauriere

Get Connected