<
From version < 16.1 >
edited by Thomas Mortagne
on 2018/04/23
To version < 16.2 >
edited by Thomas Mortagne
on 2018/04/23
>
Change comment: Added backward-compatiblity violations data

Summary

Details

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 +]

Get Connected