Wiki source code of Release Notes for XWiki 8.3

Last modified by Vincent Massol on 2023/10/13

Show last authors
1 {{error}}
2 The following important problems were found after this version was released. We recommend using the 8.4.1 release (when it'll be available).
3
4 {{jira url="https://jira.xwiki.org" style="list" source="list" fields="status, key, summary, note"}}
5 XE-1591|The best is to use the latest version of Java 8 (it's the best in general anyway). However you can check the comments in the issue for possible workarounds if you need to keep using an older version of Java 8.
6 XWIKI-13873
7 XWIKI-13871
8 {{/jira}}
9 {{/error}}
10
11 {{box cssClass="floatinginfobox" title="**Contents**"}}
12 {{toc/}}
13 {{/box}}
14
15 {{comment}}
16 {{toc depth="2"/}}
17 {{/comment}}
18
19 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>Main.Forge||anchor="HRetiredProjects"]] and [[XWiki Enterprise>>Main.Forge||anchor="HRetiredProjects"]]. They share the same release notes as they are released together and have the same version.
20
21 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.
22
23 = New and Noteworthy (since XWiki 8.2) =
24
25 [[Full list of issues fixed and Dashboard for 8.3>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13629]].
26
27 {{releasenotechanges/}}
28
29 === Moved Modules ===
30
31 * 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.
32 * Application Manager moved to Contrib (https://github.com/xwiki-contrib/xwiki-platform-application-manager), it can still be installed as extension if required
33
34 === Upgrades ===
35
36 * [[Jackson 2.8.3>>https://jira.xwiki.org/browse/XCOMMONS-1070]]
37 * [[JGroups 3.6.11>>https://jira.xwiki.org/browse/XWIKI-13723]]
38 * [[javax.annotation-api 1.3>>https://jira.xwiki.org/browse/XCOMMONS-1073]]
39 * [[Tour Application 1.0.4>>https://jira.xwiki.org/browse/XE-1572]]
40 * [[JSqlParser 0.9.6>>https://jira.xwiki.org/browse/XWIKI-13664]]
41 * [[Bootstrap 3.3.7>>https://jira.xwiki.org/browse/XWIKI-13598]]
42 * [[Jackson 2.8.2>>https://jira.xwiki.org/browse/XCOMMONS-1059]]
43 * [[Jackson 2.8.1>>https://jira.xwiki.org/browse/XCOMMONS-1015]]
44 * [[cssparser 0.9.20>>https://jira.xwiki.org/browse/XCOMMONS-1024]]
45 * [[Infinispan 8.2.4>>https://jira.xwiki.org/browse/XCOMMONS-1046]]
46 * [[JSON-Java 20160810>>https://jira.xwiki.org/browse/XCOMMONS-1045]]
47 * [[Bouncy Castle 1.55>>https://jira.xwiki.org/browse/XCOMMONS-1049]]
48
49 = Translations =
50
51 The following translations have been updated:
52
53 {{language codes="ca,de,zh,da,es,fr,lv,nl,ru,sk,sv,tr,pr_BR"/}}
54
55 = Tested Browsers & Databases =
56
57 {{include reference="TestReports.ManualTestReportSummaryXWiki83"/}}
58
59 = Performances tests compared to 7.4.5 =
60
61 {{display reference="test:Performances.Jetty HSQLDB single wiki 745 to 83" section="HSummary"/}}
62
63 More details on [[performance comparison on single wiki between 8.3 and 7.4.5>>test:Performances.Jetty HSQLDB single wiki 745 to 83]].
64
65 = Known issues =
66
67 * [[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]]
68
69 = Backward Compatibility and Migration Notes =
70
71 == General Notes ==
72
73 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.
74
75 == Issues specific to XWiki 8.3 ==
76
77 === LDAP Module moved to Contrib ===
78
79 The module containing among other things the standard LDAP authenticator [[has been moved>>doc:extensions:Extension.LDAP.Authenticator.WebHome]] and is not embedded anymore in XE. Starting with 8.3M1 you need to install it if you want to use it. See [[the release notes>>extensions:Extension.LDAP.WebHome||anchor="H8.3.x"]] for more details on what is different between the XWiki Platform module and the new Contrib Extension.
80
81 If you don't have any "pure" XWiki admin user to install the extension you can use ##superadmin## user. See [[documentation>>Documentation.AdminGuide.Configuration.WebHome||anchor="HEnablesuperadminaccount"]].
82
83 === Cache module moved to XWiki Commons ===
84
85 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-*##
86
87 == API Breakages ==
88
89 The following APIs were modified since XWiki 8.2.1:
90
91 {{backwardCompatiblityReport version="8.3"/}}
92
93 = Credits =
94
95 The following people have contributed code to this release (sorted alphabetically):
96
97 Alexandru Cotiuga
98 Denis Gervalle
99 Ecaterina Moraru (Valica)
100 Eduard Moraru
101 Guillaume Delhumeau
102 Lukas Krejci
103 Lukas Raska
104 Manuel Smeria
105 Marius Dumitru Florea
106 Michiel Hobbelman
107 Sergiu Dumitriu
108 Thibault Clauzier
109 Thomas Mortagne
110 Vincent Massol

Get Connected