Changes for page Release Notes for XWiki 8.0 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Fix jira URLs
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. gdelhumeau1 +XWiki.ThomasMortagne - Content
-
... ... @@ -8,7 +8,7 @@ 8 8 9 9 = New and Noteworthy (since XWiki 7.4) = 10 10 11 -[[Full list of issues fixed and Dashboard for 8.0>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13593]]. 11 +[[Full list of issues fixed and Dashboard for 8.0>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13593]]. 12 12 13 13 == Asynchronous Copy and Rename Page == 14 14 ... ... @@ -69,7 +69,7 @@ 69 69 * The WebDAV feature is [[now configured using Servlet 3.0 annotations>>||anchor="HIssuesspecifictoXWiki8.0Milestone1"]] and is [[not bundled by default anymore>>||anchor="HIssuesspecifictoXWiki8.0Milestone1"]]. 70 70 * The [[Statistics Application>>extensions:Extension.Statistics Application]] is no longer installed by default. The same applied for the [[Charting Plugin>>extensions:Extension.Charting Plugin]]. 71 71 72 -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.0-milestone-1%22&tempMax=1000]] fixed in this release. 72 +See the [[full list of JIRA issues>>https://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.0-milestone-1%22&tempMax=1000]] fixed in this release. 73 73 74 74 = For Developers = 75 75 ... ... @@ -116,13 +116,13 @@ 116 116 117 117 The following dependencies have been upgraded: 118 118 119 -* [[Bouncy Castle 1.54>>http://jira.xwiki.org/browse/XCOMMONS-897]] 120 -* [[HTMLCleaner 2.16>>http://jira.xwiki.org/browse/XCOMMONS-825]] 121 -* [[Jackson 2.7.1>>http://jira.xwiki.org/browse/XCOMMONS-875]] 122 -* [[JGroups 3.6.7>>http://jira.xwiki.org/browse/XWIKI-13003]] 123 -* [[FOP 2.1>>http://jira.xwiki.org/browse/XWIKI-13026]] 124 -* [[Slf4j 1.7.14>>http://jira.xwiki.org/browse/XCOMMONS-909]] 125 -* [[CSS4J 0.20>>http://jira.xwiki.org/browse/XWIKI-8706]] 119 +* [[Bouncy Castle 1.54>>https://jira.xwiki.org/browse/XCOMMONS-897]] 120 +* [[HTMLCleaner 2.16>>https://jira.xwiki.org/browse/XCOMMONS-825]] 121 +* [[Jackson 2.7.1>>https://jira.xwiki.org/browse/XCOMMONS-875]] 122 +* [[JGroups 3.6.7>>https://jira.xwiki.org/browse/XWIKI-13003]] 123 +* [[FOP 2.1>>https://jira.xwiki.org/browse/XWIKI-13026]] 124 +* [[Slf4j 1.7.14>>https://jira.xwiki.org/browse/XCOMMONS-909]] 125 +* [[CSS4J 0.20>>https://jira.xwiki.org/browse/XWIKI-8706]] 126 126 * [[Joda-Time 2.9.2>>https://jira.xwiki.org/browse/XWIKI-13062]] 127 127 128 128 == Miscellaneous == ... ... @@ -157,7 +157,7 @@ 157 157 158 158 = Known issues = 159 159 160 -* [[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]] 160 +* [[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]] 161 161 162 162 = Backward Compatibility and Migration Notes = 163 163 ... ... @@ -174,7 +174,7 @@ 174 174 175 175 == Mail API Unique Message Identifier == 176 176 177 -In order to solve [[XWIKI-12165>>http://jira.xwiki.org/browse/XWIKI-12165]], the unique identifier of each mime message sent has been changed to a SHA1 based on the ##Message-ID## header and the list of recipients of the mails, ensuring uniqueness during a newsletter or mailing sending. To introduce this change, the ##MailContentStore## and the ##MailListener API## has been broken, and now use a new ExtendedMimeMessage instead of the simple ##MimeMessage## for all arguments. The values ##messageId## returned or used as argument in the API is no more equivalent to the ##Message-ID## header, but is now the unique identifier returned by ##ExtendedMimeMessage#getUniqueMessageId()##. Finally, the ##MessageMimeMessageFactory## now returns cloned ##MimeMessage## without changing the ##Message-ID##. 177 +In order to solve [[XWIKI-12165>>https://jira.xwiki.org/browse/XWIKI-12165]], the unique identifier of each mime message sent has been changed to a SHA1 based on the ##Message-ID## header and the list of recipients of the mails, ensuring uniqueness during a newsletter or mailing sending. To introduce this change, the ##MailContentStore## and the ##MailListener API## has been broken, and now use a new ExtendedMimeMessage instead of the simple ##MimeMessage## for all arguments. The values ##messageId## returned or used as argument in the API is no more equivalent to the ##Message-ID## header, but is now the unique identifier returned by ##ExtendedMimeMessage#getUniqueMessageId()##. Finally, the ##MessageMimeMessageFactory## now returns cloned ##MimeMessage## without changing the ##Message-ID##. 178 178 179 179 == New Space prefix for wiki links == 180 180