Last modified by Vincent Massol on 2019/04/04

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 This release brings a warning to the users when they are editing a page and other users are saving the same content. The Object editor has a new way of presenting XClasses meant to increase the user experience, while the top level application pages are not displayed anymore in Navigation Panel.
8
9 = New and Noteworthy (since XWiki 11.1) =
10
11 [[Full list of issues fixed and Dashboard for 11.2>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14405]].
12
13 {{releasenotechanges/}}
14
15 === Upgrades ===
16
17 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]]):
18
19 * [[CSS4J 0.42.3>>https://jira.xwiki.org/browse/XWIKI-16195]]
20 * [[ASM 7.1>>https://jira.xwiki.org/browse/XCOMMONS-1591]]
21 * [[SLF4J 1.7.26>>https://jira.xwiki.org/browse/XCOMMONS-1587]]
22 * [[Apache PDFBox 2.0.14>>https://jira.xwiki.org/browse/XWIKI-16202]]
23 * [[snakeyaml 1.24>>https://jira.xwiki.org/browse/XCOMMONS-1590]]
24 * [[commons-codec 1.12>>https://jira.xwiki.org/browse/XCOMMONS-1582]]
25 * [[Batik 1.11>>https://jira.xwiki.org/browse/XWIKI-16189]]
26 * [[Javassist 3.24.1-GA>>https://jira.xwiki.org/browse/XCOMMONS-1586]]
27 * [[JGroups 4.0.18>>https://jira.xwiki.org/browse/XCOMMONS-1597]]
28 * [[Infinispan 9.4.9.Final>>https://jira.xwiki.org/browse/XCOMMONS-1188]]
29 * [[Stax2 API 4.2>>https://jira.xwiki.org/browse/XCOMMONS-1599]]
30
31 = Translations =
32
33 The following translations have been updated:
34
35 {{language codes="fr, no, ru, uk"/}}
36
37 = Tested Browsers & Databases =
38
39 {{include reference="TestReports.ManualTestReportSummaryXWiki112RC1.WebHome"/}}
40
41 {{comment}}
42 TODO: uncomment and update with proper links when the report is ready.
43
44 = Performances tests compared to <last super stable version> =
45
46 <a summary of the comparison with latest super stable version>
47
48 More details on <link to the test report>.
49 {{/comment}}
50
51 = Known issues =
52
53 * [[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]]
54
55 = Backward Compatibility and Migration Notes =
56
57 == General Notes ==
58
59 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
60 ** ##xwiki.cfg##
61 ** ##xwiki.properties##
62 ** ##web.xml##
63 ** ##hibernate.cfg.xml##
64 * 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.
65
66 == Issues specific to XWiki 11.2-rc-1 ==
67
68 === Event Stream Mapping ===
69
70 The Event Stream Store now declares its mapping automatically. You must thus not declare the event stream store mapping into the ##hibernate.cfg.xml## anymore. This means removing the following line:
71
72 {{code}}
73 <mapping resource="eventstream.hbm.xml"/>
74 {{/code}}
75
76 === Language Settings ===
77
78 The default value of the option [[{{code}}xwiki.language.forceSupported{{/code}}>>doc:Documentation.AdminGuide.Configuration.WebHome||anchor="HLanguagesettings"]] is now set to true.
79 That means that only the supported languages defined in the Administration (section Content > Internationalization) will be used to display the wiki to our users.
80 If you want to support the previous behaviour, you can edit the default value of the option in {{code}}xwiki.cfg{{/code}} by setting it to 0:
81
82 {{code}}
83 #-# Force only one of the supported languages to be accepted. Default set to true.
84 xwiki.language.forceSupported=0
85 {{/code}}
86
87 == API Breakages ==
88
89 The following APIs were modified since 11.1:
90
91 {{backwardCompatiblityReport version="11.2-rc-1"/}}
92
93 = Credits =
94
95 The following people have contributed code and translations to this release (sorted alphabetically):
96
97 Alex Cotiugă
98 apas008
99 Clemens Klein-Robbenhaar
100 Guillaume Delhumeau
101 Jarle Sandmo
102 Kenshabo
103 Marius Dumitru Florea
104 Niels P. Mayer
105 Rostyslav Fitsyk
106 Simon Urli
107 Thomas Mortagne
108 Tomasz Dąbrowski
109 Vincent Massol
110 Vyacheslav Sukharnikov
111 xrichard
112 Yuriy Safronov

Get Connected