Last modified by Thomas Mortagne on 2017/03/24

<
From version < 31.1 >
edited by Manuel Smeria
on 2016/05/05
To version < 29.1 >
edited by Vincent Massol
on 2016/04/27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ManuelSmeria
1 +XWiki.VincentMassol
Content
... ... @@ -41,7 +41,7 @@
41 41  * 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.
42 42  * The [[Gadget's title>>extensions:Extension.Dashboard Macro||anchor="HGadget27stitile"]] has now a default value which is internationalized.
43 43  
44 -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+%228.1-milestone-2%22&tempMax=1000]] fixed in this release.
44 +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.
45 45  
46 46  = For Developers =
47 47  
... ... @@ -93,10 +93,15 @@
93 93  
94 94  {{language codes="fr, de, ru"/}}
95 95  
96 -{{comment}}
97 97  = Tested Browsers & Databases =
98 98  
99 -{{include reference="TestReports.ManualTestReportSummaryXWiki81M2"/}}
98 +{{warning}}
99 +The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
100 +{{/warning}}
101 +
102 +{{comment}}
103 +TODO: uncomment and update with proper link when the report is ready.
104 +{{include reference="TestReports.ManualTestReportTemplateSummary"/}}
100 100  {{/comment}}
101 101  
102 102  = Performances tests compared to <last super stable version> =
ReleaseNotes.BackwardCompatibility[0]
Violations
... ... @@ -1,70 +1,0 @@
1 -
2 -[
3 - [
4 - {
5 - "code": "java.method.returnTypeTypeParametersChanged",
6 - "justification": "? return type makes signature more complex for nothing",
7 - "new": "method java.util.List<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()",
8 - "old": "method java.util.List<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()"
9 - },
10 - {
11 - "code": "java.method.returnTypeTypeParametersChanged",
12 - "justification": "? return type makes signature more complex for nothing",
13 - "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()",
14 - "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()"
15 - },
16 - {
17 - "code": "java.method.returnTypeTypeParametersChanged",
18 - "justification": "? return type makes signature more complex for nothing",
19 - "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()",
20 - "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()"
21 - }
22 - ],
23 - [
24 -
25 - ],
26 - [
27 - {
28 - "code": "java.method.returnTypeTypeParametersChanged",
29 - "old": "method java.util.List<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()",
30 - "new": "method java.util.List<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()",
31 - "justification": "? return type makes signature more complex for nothing"
32 - },
33 - {
34 - "code": "java.method.returnTypeTypeParametersChanged",
35 - "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()",
36 - "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()",
37 - "justification": "? return type makes signature more complex for nothing"
38 - },
39 - {
40 - "code": "java.method.returnTypeTypeParametersChanged",
41 - "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()",
42 - "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()",
43 - "justification": "? return type makes signature more complex for nothing"
44 - },
45 - {
46 - "code": "java.method.returnTypeChanged",
47 - "old": "method org.xwiki.test.ui.po.CopyStatusPage org.xwiki.test.ui.po.CopyOverwritePromptPage::clickCopyButton()",
48 - "new": "method org.xwiki.test.ui.po.CopyOrRenameStatusPage org.xwiki.test.ui.po.CopyOverwritePromptPage::clickCopyButton()",
49 - "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places."
50 - },
51 - {
52 - "code": "java.method.returnTypeChanged",
53 - "old": "method org.xwiki.test.ui.po.CopyStatusPage org.xwiki.test.ui.po.CopyPage::clickCopyButton()",
54 - "new": "method org.xwiki.test.ui.po.CopyOrRenameStatusPage org.xwiki.test.ui.po.CopyPage::clickCopyButton()",
55 - "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places."
56 - },
57 - {
58 - "code": "java.class.removed",
59 - "old": "class org.xwiki.test.ui.po.CopyStatusPage",
60 - "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places."
61 - },
62 - {
63 - "code": "java.method.returnTypeChanged",
64 - "old": "method void org.xwiki.test.ui.TestUtils::setDefaultCredentials(org.apache.commons.httpclient.UsernamePasswordCredentials)",
65 - "new": "method org.apache.commons.httpclient.UsernamePasswordCredentials org.xwiki.test.ui.TestUtils::setDefaultCredentials(org.apache.commons.httpclient.UsernamePasswordCredentials)",
66 - "justification": "Minor change unlikely to break anything in practice"
67 - }
68 - ]
69 -]
70 -

Get Connected