Change comment:
Fix jira URLs
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.ThomasMortagne - Content
-
... ... @@ -8,7 +8,7 @@ 8 8 9 9 = New and Noteworthy (since XWiki 8.0) = 10 10 11 -[[Full list of issues fixed and Dashboard for 8.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13603]]. 11 +[[Full list of issues fixed and Dashboard for 8.1>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13603]]. 12 12 13 13 {{display reference="ReleaseNotesXWiki81M1" section="HRequiresJava8"/}} 14 14 ... ... @@ -40,7 +40,7 @@ 40 40 * The ##xwiki.usedefaultweb## parameter from ##xwiki.cfg## has been removed. See below. 41 41 * Job module does not validate stored status at startup. This might improve a lot the startup time when there is a lot of status. Also there seems to still be use cases where XStream get lost in edge case when parsing, this was blocking the whole XWiki startup for a very long time. 42 42 43 -See the [[full list of JIRA issues>>http://jira.xwiki.org/issues/?filter=14308]] fixed in this release. 43 +See the [[full list of JIRA issues>>https://jira.xwiki.org/issues/?filter=14308]] fixed in this release. 44 44 45 45 = For Developers = 46 46 ... ... @@ -56,20 +56,20 @@ 56 56 57 57 The following dependencies have been upgraded: 58 58 59 -* [[Bootstrap 3.3.6>>http://jira.xwiki.org/browse/XWIKI-12951]] 60 -* [[commons-compress 1.11>>http://jira.xwiki.org/browse/XCOMMONS-960]] 61 -* [[commons-io 2.5>>http://jira.xwiki.org/browse/XCOMMONS-969]] 62 -* [[commons-net 3.5>>http://jira.xwiki.org/browse/XCOMMONS-977]] 63 -* [[GWT 2.7>>http://jira.xwiki.org/browse/XWIKI-13236]] 64 -* [[Infinispan 8.2.1>>http://jira.xwiki.org/browse/XWIKI-13293]] 65 -* [[Jackson 2.7.4>>http://jira.xwiki.org/browse/XCOMMONS-972]] 66 -* [[JGroups 3.6.9>>http://jira.xwiki.org/browse/XWIKI-13344]] 67 -* [[jQuery 2.2.2>>http://jira.xwiki.org/browse/XWIKI-11095]] 68 -* [[JSqlParser 0.9.5>>http://jira.xwiki.org/browse/XWIKI-13215]] 69 -* [[logback 1.1.7>>http://jira.xwiki.org/browse/XCOMMONS-953]] 70 -* [[RequireJS 2.2>>http://jira.xwiki.org/browse/XWIKI-11095]] 71 -* [[slf4j 1.7.21>>http://jira.xwiki.org/browse/XCOMMONS-958]] 72 -* [[XStream 1.4.9>>http://jira.xwiki.org/browse/XCOMMONS-941]] 59 +* [[Bootstrap 3.3.6>>https://jira.xwiki.org/browse/XWIKI-12951]] 60 +* [[commons-compress 1.11>>https://jira.xwiki.org/browse/XCOMMONS-960]] 61 +* [[commons-io 2.5>>https://jira.xwiki.org/browse/XCOMMONS-969]] 62 +* [[commons-net 3.5>>https://jira.xwiki.org/browse/XCOMMONS-977]] 63 +* [[GWT 2.7>>https://jira.xwiki.org/browse/XWIKI-13236]] 64 +* [[Infinispan 8.2.1>>https://jira.xwiki.org/browse/XWIKI-13293]] 65 +* [[Jackson 2.7.4>>https://jira.xwiki.org/browse/XCOMMONS-972]] 66 +* [[JGroups 3.6.9>>https://jira.xwiki.org/browse/XWIKI-13344]] 67 +* [[jQuery 2.2.2>>https://jira.xwiki.org/browse/XWIKI-11095]] 68 +* [[JSqlParser 0.9.5>>https://jira.xwiki.org/browse/XWIKI-13215]] 69 +* [[logback 1.1.7>>https://jira.xwiki.org/browse/XCOMMONS-953]] 70 +* [[RequireJS 2.2>>https://jira.xwiki.org/browse/XWIKI-11095]] 71 +* [[slf4j 1.7.21>>https://jira.xwiki.org/browse/XCOMMONS-958]] 72 +* [[XStream 1.4.9>>https://jira.xwiki.org/browse/XCOMMONS-941]] 73 73 74 74 == Miscellaneous == 75 75 ... ... @@ -107,7 +107,7 @@ 107 107 108 108 = Known issues = 109 109 110 -* [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]] 110 +* [[Bugs we know about>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]] 111 111 112 112 = Backward Compatibility and Migration Notes = 113 113
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -24,24 +24,6 @@ 24 24 ], 25 25 [ 26 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 45 "code": "java.method.returnTypeChanged", 46 46 "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places.", 47 47 "new": "method org.xwiki.test.ui.po.CopyOrRenameStatusPage org.xwiki.test.ui.po.CopyOverwritePromptPage::clickCopyButton()",