Wiki source code of Release Notes for XWiki 8.3

Version 11.1 by Thomas Mortagne on 2016/10/18

Show last authors
1 {{error}}
2 If you are using an version of Java older than 1.8.0_101 you might see certificates related errors in the log. The best is to use the latest version of Java 8 (it's the best in general anyway). See [[XE-1591 issue>>http://jira.xwiki.org/browse/XE-1591]] for possible workarounds.
3 {{/error}}
4
5 {{box cssClass="floatinginfobox" title="**Contents**"}}
6 {{toc/}}
7 {{/box}}
8
9 {{comment}}
10 {{toc depth="2"/}}
11 {{/comment}}
12
13 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.
14
15 This release introduces Recommended Extensions both on extensions.xwiki.org and inside the Extension Manager. Other changes are page suggestions for non-existing page, exporting child pages in XAR and HTML formats and many more improvements. For developers, we added visibility and creation restrictions on template providers and also Velocity templates can be provided inside a JAR extension.
16
17 = New and Noteworthy (since XWiki 8.2) =
18
19 [[Full list of issues fixed and Dashboard for 8.3>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13629]].
20
21 {{releasenotechanges/}}
22
23 === Moved Modules ===
24
25 * 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.
26 * Application Manager moved to Contrib (https://github.com/xwiki-contrib/xwiki-platform-application-manager), it can still be installed as extension if required
27
28 === Upgrades ===
29
30 * [[Jackson 2.8.3>>http://jira.xwiki.org/browse/XCOMMONS-1070]]
31 * [[JGroups 3.6.11>>http://jira.xwiki.org/browse/XWIKI-13723]]
32 * [[javax.annotation-api 1.3>>http://jira.xwiki.org/browse/XCOMMONS-1073]]
33 * [[Tour Application 1.0.4>>http://jira.xwiki.org/browse/XE-1572]]
34 * [[JSqlParser 0.9.6>>http://jira.xwiki.org/browse/XWIKI-13664]]
35 * [[Bootstrap 3.3.7>>http://jira.xwiki.org/browse/XWIKI-13598]]
36 * [[Jackson 2.8.2>>http://jira.xwiki.org/browse/XCOMMONS-1059]]
37 * [[Jackson 2.8.1>>http://jira.xwiki.org/browse/XCOMMONS-1015]]
38 * [[cssparser 0.9.20>>http://jira.xwiki.org/browse/XCOMMONS-1024]]
39 * [[Infinispan 8.2.4>>http://jira.xwiki.org/browse/XCOMMONS-1046]]
40 * [[JSON-Java 20160810>>http://jira.xwiki.org/browse/XCOMMONS-1045]]
41 * [[Bouncy Castle 1.55>>http://jira.xwiki.org/browse/XCOMMONS-1049]]
42
43 = Translations =
44
45 The following translations have been updated:
46
47 {{language codes="ca,de,zh,da,es,fr,lv,nl,ru,sk,sv,tr,pr_BR"/}}
48
49 = Tested Browsers & Databases =
50
51 {{include reference="TestReports.ManualTestReportSummaryXWiki83M1"/}}
52
53 = Known issues =
54
55 * [[Bugs we know about>>http://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]]
56
57 = Backward Compatibility and Migration Notes =
58
59 == General Notes ==
60
61 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.
62
63 == Issues specific to XWiki 8.3 ==
64
65 === LDAP Module moved to Contrib ===
66
67 The module containing among other things the standard LDAP authenticator has been moved to http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Authenticator/ 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 is different between the XWiki Platform module and the new Contrib Extension.
68
69 === Cache module moved to XWiki Commons ===
70
71 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-*##
72
73 == API Breakages ==
74
75 The following APIs were modified since XWiki 8.2.1:
76
77 {{backwardCompatiblityReport version="8.3"/}}
78
79 = Credits =
80
81 The following people have contributed code to this release (sorted alphabetically):
82
83 Alexandru Cotiuga
84 Denis Gervalle
85 Ecaterina Moraru (Valica)
86 Eduard Moraru
87 Guillaume Delhumeau
88 Lukas Krejci
89 Lukas Raska
90 Manuel Smeria
91 Marius Dumitru Florea
92 Michiel Hobbelman
93 Sergiu Dumitriu
94 Thibault Clauzier
95 Thomas Mortagne
96 Vincent Massol

Get Connected