Version 11.1 by Simon Urli on 2021/04/20

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 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.
6
7 The release brings the ability to define default notification filters for new users and paves the way for adding metadata inside Extensions (such as being able to indicate the Rendering macros that an Extension provides; This will allow for future use cases such as exposing all available macros from inside your wiki, even for extensions that you haven't installed yet!). Security has been tightened by not allowing redirection to other domains without an explicit consent. Last but not least, this release brings several developer improvements: Localization REST endpoint, a Syntax Registry, LESS compilation for WebJars, and more.
8
9 = New and Noteworthy (since XWiki 13.2) =
10
11 [[Full list of issues fixed and Dashboard for 13.3>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14697]].
12
13 {{releasenotechanges/}}
14
15 === Moved Modules ===
16
17 * The [[Help Center Application>>extensions:Extension.Help Center Application.WebHome]] has been retired and its content integrated in the [[Help Application>>extensions:Extension.Help Application]], for the following reasons:
18 ** 2 extensions must not share the same pages
19 ** It’s logical that the help is in sync with what it documents
20 ** contrib extensions should be minimized for XS, all of XS deps should be in the XWiki GitHub organization (since they are maintained by the XS dev team), and preferably inside ##xwiki-platform## when possible.
21 ** Simpler to manage XS releases
22
23 === Upgrades ===
24
25 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]]):
26
27 * [[log4j API 2.14.1>>https://jira.xwiki.org/browse/XCOMMONS-2165]]
28 * [[XZ 1.9>>https://jira.xwiki.org/browse/XCOMMONS-2166]]
29 * [[XStream 1.4.16>>https://jira.xwiki.org/browse/XCOMMONS-2167]]
30 * [[Woodstox 6.2.5>>https://jira.xwiki.org/browse/XCOMMONS-2182]]
31 * [[Tika 1.26>>https://jira.xwiki.org/browse/XWIKI-18520]]
32 * [[Protobuf Java 3.15.8>>https://jira.xwiki.org/browse/XCOMMONS-2163]]
33 * [[Netty 4.1.63>>https://jira.xwiki.org/browse/XWIKI-18519]]
34 * [[Liquibase 4.3.3>>https://jira.xwiki.org/browse/XWIKI-18516]]
35 * [[Jakarta Mail 1.6.7>>https://jira.xwiki.org/browse/XCOMMONS-2186]]
36 * [[JNA 5.8.0>>https://jira.xwiki.org/browse/XWIKI-18498]]
37 * [[JFFI 1.3.2>>https://jira.xwiki.org/browse/XWIKI-18517]]
38 * [[Infinispan 11.0.10>>https://jira.xwiki.org/browse/XCOMMONS-2168]]
39 * [[ICU4J 69.1>>https://jira.xwiki.org/browse/XCOMMONS-2183]]
40 * [[Hibernate 5.4.30>>https://jira.xwiki.org/browse/XWIKI-18489]]
41 * [[Guava 30.1.1>>https://jira.xwiki.org/browse/XCOMMONS-2162]]
42 * [[Error Prone annotations 2.6.0>>https://jira.xwiki.org/browse/XCOMMONS-2177]]
43 * [[Checker Qual 3.12.0>>https://jira.xwiki.org/browse/XCOMMONS-2181]]
44 * [[Apache PDFBox 2.0.23>>https://jira.xwiki.org/browse/XWIKI-18488]]
45 * [[Antlr 4.9.2>>https://jira.xwiki.org/browse/XCOMMONS-2164]]
46 * [[Maven 3.8.1 and Resolver 1.6.2>>https://jira.xwiki.org/browse/XWIKI-18538]]
47
48 = Translations =
49
50 The following translations have been updated:
51
52 {{language codes="fr"/}}
53
54 {{comment}}
55 TODO: uncomment and update with proper link when the report is ready.
56
57 = Tested Browsers & Databases =
58
59 {{include reference="TestReports.<test report page>"/}}
60 {{/comment}}
61
62 {{comment}}
63 TODO: uncomment and update with proper links when the report is ready.
64
65 = Performances tests compared to <last super stable version> =
66
67 {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}}
68
69 More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]].
70 {{/comment}}
71
72 = Known issues =
73
74 * [[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]]
75
76 = Backward Compatibility and Migration Notes =
77
78 == General Notes ==
79
80 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
81 ** ##xwiki.cfg##
82 ** ##xwiki.properties##
83 ** ##web.xml##
84 ** ##hibernate.cfg.xml##
85 * 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.
86
87 == Issues specific to XWiki 13.3-rc-1 ==
88
89 This release introduced a new security mechanism to prevent unwanted redirection (details can be found [[here>>doc:.Entry006.WebHome]]). This mechanism might need a proper setup of ##url.trustedDomains## property. In case it would create unwanted behaviour, you can always switch it off by editing your ##xwiki.properties## config file and adding:
90
91 {{code language="properties"}}
92 url.trustedDomainsEnabled=false
93 {{/code}}
94
95 (% class="wikigeneratedid" %)
96 Also note that developers can use a specific property ##bypassDomainSecurityCheck## in the execution context, when they need to use an URL redirect API even when the trusted domains are not properly configured, e.g. in some specific authenticators.
97
98 == API Breakages ==
99
100 The following APIs were modified since XWiki 13.2:
101
102 {{backwardCompatiblityReportXml version="13.3-rc-1"/}}
103
104 = Credits =
105
106 The following people have contributed code and translations to this release (sorted alphabetically):
107
108 {{warning}}
109 We've merged the Help Center Application into the Help Application and when doing so we've imported the Git history, leading to several old contributors listed below to wrongly appear in the release notes for 11.3RC1.
110 {{/warning}}
111
112 Alex Cotiugă
113 arcilli
114 Björn Ludwig
115 Boris Yevstyhneiev
116 Camelia Andrei
117 ClemDee
118 DamianArado
119 Ecaterina Moraru (Valica)
120 Eduard Moraru
121 Guillaume C
122 Guillaume Delhumeau
123 Gwennan Smitskamp
124 Manuel Leduc
125 Marius Dumitru Florea
126 Mohammad Humayun Khan
127 Onlo
128 Paul Massol
129 Simon Urli
130 slauriere
131 Thomas Mortagne
132 Vincent Massol
133 xrichard

Get Connected