Wiki source code of Release Notes for XWiki 8.1

Version 8.1 by Marius Dumitru Florea on 2016/05/24

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]], [[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.
6
7 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 8.0) =
10
11 [[Full list of issues fixed and Dashboard for 8.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13603]].
12
13 {{display reference="ReleaseNotesXWiki81M1" section="HRequiresJava8"/}}
14
15 {{display reference="ReleaseNotesXWiki81M1" section="HTipsPanel"/}}
16
17 {{display reference="ReleaseNotesXWiki81M1" section="HSandboxRelocation"/}}
18
19 {{display reference="ReleaseNotesXWiki81M1" section="HExtensionManagerimprovements"/}}
20
21 {{display reference="ReleaseNotesXWiki81M1" section="HFlavorsimprovements"/}}
22
23 {{display reference="ReleaseNotesXWiki81M1" section="HActiveInstalls"/}}
24
25 == Miscellaneous ==
26
27 * The Annotations Application's Administration section has been updated to present the exception spaces as "locations", using the ##documentTree## macro. The behavior has not been changed.(((
28 {{image reference="[email protected]" width="600px"/}}
29 )))
30 * Put a link to the product home page in the footer by default
31 * Template providers that are restricted to certain pages are now also available on the children of those pages.
32 * The ##xwiki.usedefaultweb## parameter from ##xwiki.cfg## has been removed. See below.
33 * Job module does not validate stored status at startup. This might improve a lot the startup time when there is a lot of status. Also there seems to still be use cases where XStream get lost in edge case when parsing, this was blocking the whole XWiki startup for a very long time.
34
35 See the [[full list of JIRA issues>>http://jira.xwiki.org/issues/?filter=14308]] fixed in this release.
36
37 = For Developers =
38
39 == <developer feature N> ==
40
41 <description of developer feature N>
42
43 == Deprecated and Retired projects ==
44
45 <description of deprecated and retired projects>
46
47 == Upgrades ==
48
49 The following dependencies have been upgraded:
50
51 * <list libraries that have been upgraded>
52
53 == Miscellaneous ==
54
55 <other dev stuff to add and link to JIRA for all issues fixed>
56
57 = Translations =
58
59 The following translations have been updated:
60
61 {{language codes="none, none"/}}
62
63 = Tested Browsers & Databases =
64
65 {{warning}}
66 The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
67 {{/warning}}
68
69 {{comment}}
70 TODO: uncomment and update with proper link when the report is ready.
71 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
72 {{/comment}}
73
74 = Performances tests compared to <last super stable version> =
75
76 <a summary of the comparison with latest super stable version>
77
78 More details on <link to the test report>.
79
80 = Known issues =
81
82 * [[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]]
83
84 = Backward Compatibility and Migration Notes =
85
86 == General Notes ==
87
88 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.
89
90 == Issues specific to XWiki <version> ==
91
92 <issues specific to the project>
93
94 == API Breakages ==
95
96 The following APIs were modified since XWiki 8.0:
97
98 {{backwardCompatiblityReport version="8.1"/}}

Get Connected