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
-
Objects (1 modified, 0 added, 0 removed)
Details
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -23,47 +23,23 @@ 23 23 24 24 ], 25 25 [ 26 - { 27 - "code": "java.method.returnTypeTypeParametersChanged", 28 - "old": "method java.util.List<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()", 29 - "new": "method java.util.List<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()", 30 - "justification": "? return type makes signature more complex for nothing" 31 - }, 32 - { 33 - "code": "java.method.returnTypeTypeParametersChanged", 34 - "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()", 35 - "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()", 36 - "justification": "? return type makes signature more complex for nothing" 37 - }, 38 - { 39 - "code": "java.method.returnTypeTypeParametersChanged", 40 - "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()", 41 - "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()", 42 - "justification": "? return type makes signature more complex for nothing" 43 - }, 44 - { 45 - "code": "java.method.returnTypeChanged", 46 - "old": "method org.xwiki.test.ui.po.CopyStatusPage org.xwiki.test.ui.po.CopyOverwritePromptPage::clickCopyButton()", 47 - "new": "method org.xwiki.test.ui.po.CopyOrRenameStatusPage org.xwiki.test.ui.po.CopyOverwritePromptPage::clickCopyButton()", 48 - "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places." 49 - }, 50 - { 51 - "code": "java.method.returnTypeChanged", 52 - "old": "method org.xwiki.test.ui.po.CopyStatusPage org.xwiki.test.ui.po.CopyPage::clickCopyButton()", 53 - "new": "method org.xwiki.test.ui.po.CopyOrRenameStatusPage org.xwiki.test.ui.po.CopyPage::clickCopyButton()", 54 - "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places." 55 - }, 56 - { 57 - "code": "java.class.removed", 58 - "old": "class org.xwiki.test.ui.po.CopyStatusPage", 59 - "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places." 60 - }, 61 - { 62 - "code": "java.method.returnTypeChanged", 63 - "old": "method void org.xwiki.test.ui.TestUtils::setDefaultCredentials(org.apache.commons.httpclient.UsernamePasswordCredentials)", 64 - "new": "method org.apache.commons.httpclient.UsernamePasswordCredentials org.xwiki.test.ui.TestUtils::setDefaultCredentials(org.apache.commons.httpclient.UsernamePasswordCredentials)", 65 - "justification": "Minor change unlikely to break anything in practice" 66 - } 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 + } 67 67 ] 68 68 ] 69 -