Changes for page Release Notes for XWiki 8.1 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Deleted object
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ManuelSmeria1 +XWiki.VincentMassol - Content
-
... ... @@ -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 -