Version 15.1 by Marius Dumitru Florea on 2019/02/19

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 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 11.0.3) =
10
11 [[Full list of issues fixed and Dashboard for 11.1>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14398]].
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 * [[Bouncy Castle 1.61>>https://jira.xwiki.org/browse/XCOMMONS-1580]]
20 * [[commons-collections 4.3>>https://jira.xwiki.org/browse/XCOMMONS-1575]]
21 * [[CKEditor Integration 1.31>>https://jira.xwiki.org/browse/XWIKI-16132]]
22 * [[c3p0 0.9.5.3>>https://jira.xwiki.org/browse/XWIKI-16072]]
23 * [[Groovy 2.5.6>>https://jira.xwiki.org/browse/XCOMMONS-1574]]
24 * [[httpclient 4.5.7>>https://jira.xwiki.org/browse/XCOMMONS-1567]]
25 * [[httpcore 4.4.11>>https://jira.xwiki.org/browse/XCOMMONS-1563]]
26 * [[JGroups 4.0.16>>https://jira.xwiki.org/browse/XWIKI-16071]]
27 * [[JNR POSIX 3.0.49>>https://jira.xwiki.org/browse/XWIKI-16070]]
28 * [[JSR305 3.0.2>>https://jira.xwiki.org/browse/XCOMMONS-1576]]
29 * [[Plexus Containers 2.0.0>>https://jira.xwiki.org/browse/XCOMMONS-1570]]
30 * [[TrueVFS 0.12.0>>https://jira.xwiki.org/browse/XWIKI-16114]]
31
32 = Translations =
33
34 The following translations have been updated:
35
36 {{language codes="fr, no, ru, uk"/}}
37
38 {{comment}}
39 TODO: uncomment and update with proper link when the report is ready.
40
41 = Tested Browsers & Databases =
42
43 {{include reference="TestReports.<test report page>"/}}
44 {{/comment}}
45
46 {{comment}}
47 TODO: uncomment and update with proper links when the report is ready.
48
49 = Performances tests compared to <last super stable version> =
50
51 <a summary of the comparison with latest super stable version>
52
53 More details on <link to the test report>.
54 {{/comment}}
55
56 = Known issues =
57
58 * [[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]]
59
60 = Backward Compatibility and Migration Notes =
61
62 == General Notes ==
63
64 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
65 ** ##xwiki.cfg##
66 ** ##xwiki.properties##
67 ** ##web.xml##
68 ** ##hibernate.cfg.xml##
69 * 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.
70
71 == Issues specific to XWiki 11.1RC1 ==
72
73 === Introduction of the Event Stream Store ===
74
75 The Activity Stream and Watchlist features have been [[replaced by the Notifications feature back in XWiki 10.9>>ReleaseNotes.Data.XWiki.10\.9.WebHome||anchor="HActivityStreamisnotbundledanymore"]]. However, for technical reasons, we were still using the old Activity Stream store. We have now removed it in favor of a new [[Event Stream Store>>extensions:Extension.Event Stream Store.WebHome]].
76
77 {{warning}}
78 If you're upgrading from an older version of XWiki, you must to modify your ##hibernate.cfg.xml## file.
79
80 You need to remove this line:
81 {{code language="xml"}}<mapping resource="activitystream.hbm.xml"/>{{/code}}
82
83 And replace it by:
84 {{code language="xml"}}<mapping resource="eventstream.hbm.xml"/>{{/code}}
85 {{/warning}}
86
87 === Local resource access for modification date ===
88
89 We introduced in this version a new mechanism to [[handle resource caches in the browsers>>https://jira.xwiki.org/browse/XWIKI-6073]].
90
91 By default this mechanism will access the local resource file in order to check their modification date an use it in the URL. If you find some performance issue, especially if XWiki is running on an old system or hard drive, you can disable this mechanism by changing this new property in ##xwiki.properties##:
92
93 {{code}}
94 #-# [Since 11.1RC1]
95 #-# Whether a the last modified date of the file to be loaded should be checked and put in the URL query parameter.
96 #-# Disabling this might improve a bit the performance on some old hard drives, or custom filesystem, however
97 #-# it might imply the need to force-reload some resources in the browser, when migrating.
98 #-#
99 #-# The default is:
100 # url.useResourceLastModificationDate=true
101 {{/code}}
102
103 In that case, please leave us a comment on this [[JIRA issue>>https://jira.xwiki.org/browse/XWIKI-6073]], or in the forum so we know about it.
104
105 == API Breakages ==
106
107 The following APIs were modified since XWiki 11.0.3:
108
109 {{backwardCompatiblityReport version="11.1-rc-1"/}}
110
111 = Credits =
112
113 The following people have contributed code and translations to this release (sorted alphabetically):
114
115 * Adel Atallah
116 * Camelia Andrei
117 * Clemens Robbenhaar
118 * DenisF
119 * Ecaterina Moraru (Valica)
120 * Eduard Moraru
121 * Guillaume Delhumeau
122 * Jarle Sandmo
123 * Marius Dumitru Florea
124 * Rostyslav Fitsyk
125 * Simon Urli
126 * slauriere
127 * Thomas Mortagne
128 * Vincent Massol
129 * xrichard

Get Connected