Wiki source code of Release Notes for XWiki 11.2-rc-1
Last modified by Vincent Massol on 2019/04/04
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 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 | |||
![]() |
10.4 | 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. |
![]() |
1.1 | 8 | |
![]() |
9.1 | 9 | = New and Noteworthy (since XWiki 11.1) = |
![]() |
1.1 | 10 | |
![]() |
9.1 | 11 | [[Full list of issues fixed and Dashboard for 11.2>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14405]]. |
![]() |
1.1 | 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 | |||
![]() |
2.1 | 19 | * [[CSS4J 0.42.3>>https://jira.xwiki.org/browse/XWIKI-16195]] |
![]() |
7.1 | 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]] | ||
![]() |
8.1 | 29 | * [[Stax2 API 4.2>>https://jira.xwiki.org/browse/XCOMMONS-1599]] |
![]() |
1.1 | 30 | |
31 | = Translations = | ||
32 | |||
![]() |
10.1 | 33 | The following translations have been updated: |
![]() |
1.1 | 34 | |
![]() |
10.1 | 35 | {{language codes="fr, no, ru, uk"/}} |
![]() |
1.1 | 36 | |
37 | = Tested Browsers & Databases = | ||
38 | |||
![]() |
13.1 | 39 | {{include reference="TestReports.ManualTestReportSummaryXWiki112RC1.WebHome"/}} |
![]() |
1.1 | 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 | |||
![]() |
12.1 | 57 | == General Notes == |
![]() |
3.1 | 58 | |
![]() |
12.1 | 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. | ||
![]() |
3.1 | 65 | |
![]() |
12.1 | 66 | == Issues specific to XWiki 11.2-rc-1 == |
67 | |||
![]() |
14.1 | 68 | === Event Stream Mapping === |
69 | |||
![]() |
14.2 | 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: |
![]() |
14.1 | 71 | |
72 | {{code}} | ||
73 | <mapping resource="eventstream.hbm.xml"/> | ||
74 | {{/code}} | ||
75 | |||
![]() |
12.1 | 76 | === Language Settings === |
77 | |||
![]() |
4.1 | 78 | The default value of the option [[{{code}}xwiki.language.forceSupported{{/code}}>>doc:Documentation.AdminGuide.Configuration.WebHome||anchor="HLanguagesettings"]] is now set to true. |
![]() |
3.1 | 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 | |||
![]() |
1.1 | 87 | == API Breakages == |
88 | |||
![]() |
12.1 | 89 | The following APIs were modified since 11.1: |
![]() |
1.1 | 90 | |
![]() |
6.1 | 91 | {{backwardCompatiblityReport version="11.2-rc-1"/}} |
![]() |
1.1 | 92 | |
93 | = Credits = | ||
94 | |||
95 | The following people have contributed code and translations to this release (sorted alphabetically): | ||
96 | |||
![]() |
5.1 | 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 |