Change comment:
Added backward-compatiblity violations data
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]. They share the same release notes as they are released together and have the same version. 6 6 7 -In this version you will automatically get notification when change are made to pages you worked on. It also introduce the protection against edition of pages coming from extensions and newtoolsfor developersto control pageprotectionand upgradebehavior.7 +In this version you will automatically get notification when change are made to pages you worked on. It also introduce the protection against edition of pages coming from extensions to avoid breaking mistakes and ease upgrades. 8 8 9 9 = New and Noteworthy (since XWiki 10.2) = 10 10 ... ... @@ -76,12 +76,9 @@ 76 76 77 77 == API Breakages == 78 78 79 -The following APIs were modified since <project> <version-1>:79 +The following APIs were modified since XWiki 10.2: 80 80 81 -{{comment}} 82 -Remove! 83 -{{backwardCompatiblityReport version="<version>"/}} 84 -{{/comment}} 81 +{{backwardCompatiblityReport version="10.3"/}} 85 85 86 86 = Credits = 87 87
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -1,0 +1,33 @@ 1 +[ 2 + [ 3 + "]" 4 + ], 5 + [ 6 + "]" 7 + ], 8 + [ 9 + { 10 + "classSimpleName": "NotificationFilter", 11 + "code": "java.method.returnTypeChanged", 12 + "elementKind": "method", 13 + "justification": "Young API", 14 + "methodName": "filterEvent", 15 + "new": "method org.xwiki.notifications.filters.NotificationFilter.FilterPolicy org.xwiki.notifications.filters.NotificationFilter::filterEvent(org.xwiki.eventstream.Event, org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.NotificationFormat)", 16 + "newType": "org.xwiki.notifications.filters.NotificationFilter.FilterPolicy", 17 + "old": "method boolean org.xwiki.notifications.filters.NotificationFilter::filterEvent(org.xwiki.eventstream.Event, org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.NotificationFormat)", 18 + "oldType": "boolean", 19 + "package": "org.xwiki.notifications.filters" 20 + }, 21 + { 22 + "classSimpleName": "XarPackage", 23 + "code": "java.method.exception.checkedRemoved", 24 + "elementKind": "method", 25 + "exception": "java.io.IOException", 26 + "justification": "Not a runtime breackage. This exeception was useless", 27 + "methodName": "write", 28 + "new": "method void org.xwiki.xar.XarPackage::write(java.io.OutputStream, java.lang.String) throws org.xwiki.xar.XarException", 29 + "old": "method void org.xwiki.xar.XarPackage::write(java.io.OutputStream, java.lang.String) throws org.xwiki.xar.XarException, java.io.IOException", 30 + "package": "org.xwiki.xar" 31 + } 32 + ] 33 +]