Last modified by Thomas Mortagne on 2017/03/24

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 {{comment}}
6 {{toc depth="2"/}}
7 {{/comment}}
8
9 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version.
10
11 This release brings mostly usability improvements:
12
13 * You now have the ability to export children pages along with the current one in XAR and HTML formats.
14 * Ratings and active install numbers are now displayed in the Livetable on the home page of the Extension Repository Application.
15 * You can easily use a color theme from the main wiki in other subwikis.
16 * New hints are displayed in the user profile preferences.
17 * Some page suggestions are displayed when you try to reach a page or an attachment that do not exist.
18
19 In addition, more than 35 bugs have been fixed!
20
21 = New and Noteworthy (since XWiki 8.2) =
22
23 [[Full list of issues fixed and Dashboard for 8.3>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13629]].
24
25 {{releasenotechanges/}}
26
27 === Moved Modules ==
28
29 * Cache module has been moved to XWiki Commons. This mostly means that you can now use it in commons and rendering modules. Nothing change in the classes or packages names, just need to update group id and artifact id in your build tool.
30 * Application Manager moved to Contrib (https://github.com/xwiki-contrib/xwiki-platform-application-manager), it can still be installed as extension if required
31
32 === Upgrades ===
33
34 The following dependencies have been upgraded:
35
36 * [[Jackson 2.8.1>>https://jira.xwiki.org/browse/XCOMMONS-1015]]
37 * [[cssparser 0.9.20>>https://jira.xwiki.org/browse/XCOMMONS-1024]]
38 * [[Infinispan 8.2.4>>https://jira.xwiki.org/browse/XCOMMONS-1046]]
39 * [[JSON-Java 20160810>>https://jira.xwiki.org/browse/XCOMMONS-1045]]
40 * [[Bouncy Castle 1.55>>https://jira.xwiki.org/browse/XCOMMONS-1049]]
41
42 = Translations =
43
44 The following translations have been updated:
45
46 {{language codes="none, none"/}}
47
48 = Tested Browsers & Databases =
49
50 {{include reference="TestReports.ManualTestReportSummaryXWiki83M1"/}}
51
52 = Known issues =
53
54 * [[Bugs we know about>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
55
56 = Backward Compatibility and Migration Notes =
57
58 == General Notes ==
59
60 When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
61
62 == Issues specific to XWiki 8.3 Milestone 1 ==
63
64 === LDAP Module moved to Contrib ===
65
66 The module containing among other things the standard LDAP authenticator has been moved to http://github.com/xwiki-contrib/ldap and is not embedded anymore in XE. Starting with 8.3M1 you need to install it if you want to use it. See http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/#H8.3.x for more details on what between the XWiki Platform module and the new Contrib Extension.
67
68 === Cache module moved to XWiki Commons ===
69
70 The only thing that changed is the id of the modules. If you have any dependency on those you just need to change ##org.xwiki.platform:xwiki-platform-*## to ##org.xwiki.commons:xwiki-commons-*##
71
72 == API Breakages ==
73
74 No API has been broken since XWiki 8.2.1!
75
76 = Credits =
77
78 The following people have contributed code to this release (sorted alphabetically):
79
80 * Alexandru Cotiuga
81 * Denis Gervalle
82 * Ecaterina Moraru (Valica)
83 * Eduard Moraru
84 * Guillaume Delhumeau
85 * Lukas Krejci
86 * Manuel Smeria
87 * Marius Dumitru Florea
88 * Sergiu Dumitriu
89 * Thomas Mortagne
90 * Vincent Massol

Get Connected