Changes for page Release Notes for XWiki 8.1 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.ManuelSmeria - 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+%22 <version>%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+%228.1-milestone-2%22&tempMax=1000]] fixed in this release. 45 45 46 46 = For Developers = 47 47 ... ... @@ -95,15 +95,8 @@ 95 95 96 96 = Tested Browsers & Databases = 97 97 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}} 98 +{{include reference="TestReports.ManualTestReportSummaryXWiki81M2"/}} 101 101 102 -{{comment}} 103 -TODO: uncomment and update with proper link when the report is ready. 104 -{{include reference="TestReports.ManualTestReportTemplateSummary"/}} 105 -{{/comment}} 106 - 107 107 = Performances tests compared to <last super stable version> = 108 108 109 109 <a summary of the comparison with latest super stable version>
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -1,0 +1,70 @@ 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 +