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
-
... ... @@ -97,7 +97,14 @@ 97 97 98 98 = Tested Browsers & Databases = 99 99 100 +{{warning}} 101 +The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon. 102 +{{/warning}} 103 + 104 +{{comment}} 105 +TODO: uncomment and update with proper link when the report is ready. 100 100 {{include reference="TestReports.ManualTestReportSummaryXWiki81"/}} 107 +{{/comment}} 101 101 102 102 = Performances tests compared to <last super stable version> = 103 103 ... ... @@ -119,7 +119,7 @@ 119 119 120 120 * Since we've modified content of the Quick Links Panel, the Distribution Wizard may detect a merge conflict if this panel was customized. In addition, the Quick Links panel may disappear after an upgrade to 8.1M1+. You can add it back from the administration UI if you want to keep it (e.g. if it has been customized). 121 121 * 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}}. 122 -* The ##xwiki.usedefaultweb## parameter has been removed from ##xwi ki.cfg##. This parameter had not been working since XWiki 7.2-milestone-1; when we introduced Nested Pages we had to make a choice and we decided to support addressing top-level Nested Pages without having to have ##WebHome## in the URL (nor having to finish URLs with a trailing ##/##). For example, ##http:~/~/<server>/xwiki/bin/view/something## points to ##something.WebHome## by default since XWiki 7.2-milestone-1.129 +* The ##xwiki.usedefaultweb## parameter has been removed from ##xwii.cfg##. This parameter had not been working since XWiki 7.2-milestone-1; when we introduced Nested Pages we had to make a choice and we decided to support addressing top-level Nested Pages without having to have ##WebHome## in the URL (nor having to finish URLs with a trailing ##/##). For example, ##http:~/~/<server>/xwiki/bin/view/something## points to ##something.WebHome## by default since XWiki 7.2-milestone-1. 123 123 124 124 == API Breakages == 125 125
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -1,0 +1,68 @@ 1 +[ 2 + [ 3 + { 4 + "code": "java.method.returnTypeTypeParametersChanged", 5 + "justification": "? return type makes signature more complex for nothing", 6 + "new": "method java.util.List<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()", 7 + "old": "method java.util.List<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()" 8 + }, 9 + { 10 + "code": "java.method.returnTypeTypeParametersChanged", 11 + "justification": "? return type makes signature more complex for nothing", 12 + "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()", 13 + "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()" 14 + }, 15 + { 16 + "code": "java.method.returnTypeTypeParametersChanged", 17 + "justification": "? return type makes signature more complex for nothing", 18 + "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()", 19 + "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()" 20 + } 21 + ], 22 + [ 23 + 24 + ], 25 + [ 26 + { 27 + "code": "java.method.returnTypeTypeParametersChanged", 28 + "justification": "? return type makes signature more complex for nothing", 29 + "new": "method java.util.List<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()", 30 + "old": "method java.util.List<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()" 31 + }, 32 + { 33 + "code": "java.method.returnTypeTypeParametersChanged", 34 + "justification": "? return type makes signature more complex for nothing", 35 + "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()", 36 + "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()" 37 + }, 38 + { 39 + "code": "java.method.returnTypeTypeParametersChanged", 40 + "justification": "? return type makes signature more complex for nothing", 41 + "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()", 42 + "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()" 43 + }, 44 + { 45 + "code": "java.method.returnTypeChanged", 46 + "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places.", 47 + "new": "method org.xwiki.test.ui.po.CopyOrRenameStatusPage org.xwiki.test.ui.po.CopyOverwritePromptPage::clickCopyButton()", 48 + "old": "method org.xwiki.test.ui.po.CopyStatusPage org.xwiki.test.ui.po.CopyOverwritePromptPage::clickCopyButton()" 49 + }, 50 + { 51 + "code": "java.method.returnTypeChanged", 52 + "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places.", 53 + "new": "method org.xwiki.test.ui.po.CopyOrRenameStatusPage org.xwiki.test.ui.po.CopyPage::clickCopyButton()", 54 + "old": "method org.xwiki.test.ui.po.CopyStatusPage org.xwiki.test.ui.po.CopyPage::clickCopyButton()" 55 + }, 56 + { 57 + "code": "java.class.removed", 58 + "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places.", 59 + "old": "class org.xwiki.test.ui.po.CopyStatusPage" 60 + }, 61 + { 62 + "code": "java.method.returnTypeChanged", 63 + "justification": "Minor change unlikely to break anything in practice", 64 + "new": "method org.apache.commons.httpclient.UsernamePasswordCredentials org.xwiki.test.ui.TestUtils::setDefaultCredentials(org.apache.commons.httpclient.UsernamePasswordCredentials)", 65 + "old": "method void org.xwiki.test.ui.TestUtils::setDefaultCredentials(org.apache.commons.httpclient.UsernamePasswordCredentials)" 66 + } 67 + ] 68 +]