Version 18.1 by Thomas Mortagne on 2016/04/20

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.1 Milestone 1) =
10
11 [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
12
13 == Documents Macro Improvement ==
14
15 The [[Documents Macro>>extensions:Extension.Documents Macro||anchor="HUsage"]] now supports a ##location## parameter to display all documents having their full reference matching the ##location## value.
16
17 For example:
18
19 {{code language="none"}}
20 {{documents location="Sand"/}}
21 {{/code}}
22
23 Gives:
24
25 {{image reference="documents-macro-location.png"/}}
26
27 == RSS Macro Improvements ==
28
29 The [[RSS Macro>>extensions:Extension.RSS Macro]] now supports feeds delivered over HTTPS. Additionally, it now uses its own ##user-agent## string, ##XWiki/VERSION##, where ##VERSION## is the version of XWiki in use.
30
31 == Miscellaneous ==
32
33 * The [[Document Tree Macro>>extensions:Extension.Document Tree Macro||anchor="HParameters"]] has a new parameter to limit the number of child nodes displayed when a parent node is expanded for the first time.
34
35 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release.
36
37 = For Developers =
38
39 == Standard java.lang.Package properties ==
40
41 The following properties are now automatically added to all Maven jar modules MANIFEST files:
42
43 {{code language="properties"}}
44 Specification-Title: ${project.name}
45 Specification-Version: ${project.version}
46 Specification-Vendor: ${project.organization.name}
47 Implementation-Title: ${project.name}
48 Implementation-Version: ${project.version}
49 Implementation-Vendor-Id: ${project.groupId}
50 Implementation-Vendor: ${project.organization.name}
51 Implementation-URL: ${project.url}
52 {{/code}}
53
54 And can be accessed using ##java.lang.Package## from any class. For example:
55
56 {{code language="java"}}
57 String myVersion = this.getClass().getPackage().getImplementationVersion();
58 {{/code}}
59
60 == Deprecated and Retired projects ==
61
62 <description of deprecated and retired projects>
63
64 == Upgrades ==
65
66 The following dependencies have been upgraded:
67
68 * [[Infinispan 8.2.1>>http://jira.xwiki.org/browse/XWIKI-13293]]
69 * [[slf4j 1.7.21>>http://jira.xwiki.org/browse/XCOMMONS-958]]
70 * [[commons-compress 1.11>>http://jira.xwiki.org/browse/XCOMMONS-960]]
71 * [[Bootstrap 3.3.6>>http://jira.xwiki.org/browse/XWIKI-12951]]
72 * [[JGroups 3.6.9>>http://jira.xwiki.org/browse/XWIKI-13344]]
73
74 == Miscellaneous ==
75
76 * The default LiveTable results page (##XWiki.LiveTableResults##, the page that generates the JSON displayed by the LiveTable) [[now supports a ##location## extra parameter>>extensions:Extension.Livetable Macro||anchor="HParameter24options"]].
77 * [[Modified WebJars URL format>>extensions:Extension.WebJars Integration||anchor="HURLFormat"]] and added some new Script Service methods:(((
78 {{code language="none"}}
79 public String url(String webjarId, String namespace, String path, Map<String, ?> params)
80 public String url(String webjarId, String namespace, String path)
81 {{/code}}
82 )))
83
84 = Translations =
85
86 The following translations have been updated:
87
88 {{language codes="none, none"/}}
89
90 = Tested Browsers & Databases =
91
92 {{warning}}
93 The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
94 {{/warning}}
95
96 {{comment}}
97 TODO: uncomment and update with proper link when the report is ready.
98 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
99 {{/comment}}
100
101 = Performances tests compared to <last super stable version> =
102
103 <a summary of the comparison with latest super stable version>
104
105 More details on <link to the test report>.
106
107 = Known issues =
108
109 * [[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]]
110
111 = Backward Compatibility and Migration Notes =
112
113 == General Notes ==
114
115 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.
116
117 == Issues specific to XWiki XWiki 8.1 Milestone 2 ==
118
119 * The WebJars URL format has been modified to support relative WebJars URL in subwikis. The new format is {{code language="none"}}/webjars/<namespace>/<path/to/resource>?...{{/code}}. Reminder: you should not use this format directly and instead you should use the Script Service to generate a valid WebJars URL; this isolate you from any URL change. Example from Velocity: {{code language="none"}}$services.webjars.url(...){{/code}}.
120
121 == API Breakages ==
122
123 The following APIs were modified since XWiki 8.0:
124
125 {{backwardCompatiblityReport version="master"/}}

Get Connected