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 == Requires Java 8 ==
14
15 Java 8 is now required to run XWiki. If you use an earlier version of Java, you'll get an error while starting XWiki such as:
16
17 {{code language="none"}}
18 java.lang.reflect.InvocationTargetException
19 [...]
20 Caused by: java.lang.UnsupportedClassVersionError: org/xwiki/tools/jetty/listener/NotifyListener : Unsupported major.minor version 52.0
21 [...]
22 {{/code}}
23
24 == Active Installs ==
25
26 New widget displayed on the dashboard to see the number of Active Installs count per XWiki Cycle version:
27
28 {{image reference="ReleaseNotesXWiki81M1@versionspercycle.png"/}}
29
30 == Tips Panel ==
31
32 A new [[Tips Panel>>extensions:Extension.Help Application||anchor="HTipsPanel"]] has been added by default. Example:
33
34 {{image reference="ReleaseNotesXWiki81M1@tippanel-1.png"/}}
35
36 {{image reference="ReleaseNotesXWiki81M1@tippanel-2.png"/}}
37
38 == Sandbox Relocation ==
39
40 The Sandbox pages were previously accessible through a link in the Quick Links Panel. This link has been removed and instead a Sandbox entry has been added in the [[Applications Panel>>extensions:Extension.Panels Application||anchor="HApplicationPanel"]].
41
42 {{image reference="ReleaseNotesXWiki81M1@sandbox-appbar.png"/}}
43
44 In addition the message about the shortcut key to use the "Jump To Page" feature has been moved to the new Tips Panel.
45
46 Here's how the home page looks like now:
47
48 {{image reference="ReleaseNotesXWiki81M1@home.png" width="960px"/}}
49
50 == Extension Manager improvements ==
51
52 === Repair invalid extensions ===
53
54 The Extension Manager now tries to repair automatically any invalid dependency and also provides a "Repair" button to repair specific invalid extensions.
55
56 {{image reference="ReleaseNotesXWiki81M1@repair.png"/}}
57
58 {{image reference="ReleaseNotesXWiki81M1@repairplan.png"/}}
59
60 === Apply namespaces constraints in the UI ===
61
62 The namespaces constraints introduced in 8.0 are now taken into account in the UI which won't propose an option that will fail in the install plan.
63
64 === Move to farm ===
65
66 It's now possible to install on farm an extension installed in a subwiki directly from the UI.
67
68 {{image reference="ReleaseNotesXWiki81M1@installonfarm.png"/}}
69
70 === Dependency on root ===
71
72 When using Extension Manager from main wiki it's now allowed to install/upgrade an extension which require upgrading/install farm level dependency. It also automatically propose to install on farm a new dependency which indicate it as constraint. This will make easier to deal with extension have an API that have to be installed on root and a XAR extension UI that should usualy be install on a wiki.
73
74 It's still forbidden from subwiki in the standard UI (any script with programming right can enable it in the install request). That might change in the future but need to be discussed more.
75
76 === Managed dependencies ===
77
78 Extension Manager now support the concept of managed dependencies. It's pretty much the same thing that the {{code language="xml"}}<dependencyManagement>{{/code}} in Maven.
79
80 It still need to be supported in the Repository Application. See [[http://jira.xwiki.org/browse/XWIKI-13281]].
81
82 == Flavors improvements ==
83
84 * Known flavors are not validated anymore before ending up in the flavor picker of the Distribution Wizard. This speed up a lot the use case where you just want to install default XWiki Flavor or XE UI. See [[extensions:Extension.Flavor Module||anchor="HKnownflavors"]] for more details.
85 * Flavors are now also searched in the local repository. This makes easier to embedded flavors in a distribution for setups with no network access.
86
87 == Miscellaneous ==
88
89 * 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.(((
90 {{image reference="ReleaseNotesXWiki81M1@annotationsAdminSection.png" width="960px"/}}
91 )))
92 * Put a link to the product home page in the footer by default
93 * Template providers that are restricted to certain pages are now also available on the children of those pages.
94 * The ##xwiki.usedefaultweb## parameter from ##xwiki.cfg## has been removed. See below.
95 * 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.
96
97 See the [[full list of JIRA issues>>http://jira.xwiki.org/issues/?filter=14308]] fixed in this release.
98
99 = For Developers =
100
101 == <developer feature N> ==
102
103 <description of developer feature N>
104
105 == Deprecated and Retired projects ==
106
107 <description of deprecated and retired projects>
108
109 == Upgrades ==
110
111 The following dependencies have been upgraded:
112
113 * <list libraries that have been upgraded>
114
115 == Miscellaneous ==
116
117 <other dev stuff to add and link to JIRA for all issues fixed>
118
119 = Translations =
120
121 The following translations have been updated:
122
123 {{language codes="none, none"/}}
124
125 = Tested Browsers & Databases =
126
127 {{warning}}
128 The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
129 {{/warning}}
130
131 {{comment}}
132 TODO: uncomment and update with proper link when the report is ready.
133 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
134 {{/comment}}
135
136 = Performances tests compared to <last super stable version> =
137
138 <a summary of the comparison with latest super stable version>
139
140 More details on <link to the test report>.
141
142 = Known issues =
143
144 * [[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]]
145
146 = Backward Compatibility and Migration Notes =
147
148 == General Notes ==
149
150 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.
151
152 == Issues specific to XWiki <version> ==
153
154 <issues specific to the project>
155
156 == API Breakages ==
157
158 The following APIs were modified since XWiki 8.0:
159
160 {{backwardCompatiblityReport version="8.1"/}}

Get Connected