Last modified by Ilie Andriuta on 2017/12/22

From version 6.1
edited by Marius Dumitru Florea
on 2017/12/18
Change comment: There is no comment for this version
To version 7.2
edited by Marius Dumitru Florea
on 2017/12/19
Change comment: Added backward-compatiblity violations data

Summary

Details

Page properties
Content
... ... @@ -57,10 +57,7 @@
57 57  
58 58  The following APIs were modified since XWiki 9.10.1:
59 59  
60 -{{comment}}
61 -Remove!
62 -{{backwardCompatiblityReport version="<version>"/}}
63 -{{/comment}}
60 +{{backwardCompatiblityReport version="9.11"/}}
64 64  
65 65  = Credits =
66 66  
ReleaseNotes.BackwardCompatibility[0]
Violations
... ... @@ -1,0 +1,89 @@
1 +[
2 + [
3 + "]"
4 + ],
5 + [
6 + "]"
7 + ],
8 + [
9 + {
10 + "classSimpleName": "NotificationFilter",
11 + "code": "java.method.numberOfParametersChanged",
12 + "elementKind": "method",
13 + "justification": "Young API",
14 + "methodName": "filterExpression",
15 + "new": "method org.xwiki.notifications.filters.expression.ExpressionNode org.xwiki.notifications.filters.NotificationFilter::filterExpression(org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.filters.NotificationFilterType, org.xwiki.notifications.NotificationFormat)",
16 + "old": "method org.xwiki.notifications.filters.expression.ExpressionNode org.xwiki.notifications.filters.NotificationFilter::filterExpression(org.xwiki.model.reference.DocumentReference, org.xwiki.notifications.filters.NotificationFilterType)",
17 + "package": "org.xwiki.notifications.filters"
18 + },
19 + {
20 + "classSimpleName": "WatchedUserReference",
21 + "code": "java.method.numberOfParametersChanged",
22 + "elementKind": "constructor",
23 + "justification": "Young API",
24 + "methodName": "<init>",
25 + "new": "method void org.xwiki.notifications.filters.watch.WatchedUserReference::<init>(java.lang.String, org.xwiki.notifications.filters.internal.user.EventUserFilterPreferencesGetter)",
26 + "old": "method void org.xwiki.notifications.filters.watch.WatchedUserReference::<init>(java.lang.String)",
27 + "package": "org.xwiki.notifications.filters.watch"
28 + },
29 + {
30 + "classSimpleName": "RecordableEventDescriptorManager",
31 + "code": "java.method.addedToInterface",
32 + "elementKind": "method",
33 + "justification": "Young API",
34 + "methodName": "getDescriptorForEventType",
35 + "new": "method org.xwiki.eventstream.RecordableEventDescriptor org.xwiki.eventstream.RecordableEventDescriptorManager::getDescriptorForEventType(java.lang.String, boolean) throws org.xwiki.eventstream.EventStreamException",
36 + "package": "org.xwiki.eventstream"
37 + },
38 + {
39 + "classSimpleName": "NotificationEmailRenderer",
40 + "code": "java.method.numberOfParametersChanged",
41 + "elementKind": "method",
42 + "justification": "Young API",
43 + "methodName": "generateEmailSubject",
44 + "new": "method java.lang.String org.xwiki.notifications.notifiers.email.NotificationEmailRenderer::generateEmailSubject(org.xwiki.notifications.CompositeEvent, java.lang.String) throws org.xwiki.notifications.NotificationException",
45 + "old": "method java.lang.String org.xwiki.notifications.notifiers.email.NotificationEmailRenderer::generateEmailSubject(org.xwiki.notifications.CompositeEvent) throws org.xwiki.notifications.NotificationException",
46 + "package": "org.xwiki.notifications.notifiers.email"
47 + },
48 + {
49 + "classSimpleName": "NotificationEmailRenderer",
50 + "code": "java.method.numberOfParametersChanged",
51 + "elementKind": "method",
52 + "justification": "Young API",
53 + "methodName": "renderHTML",
54 + "new": "method java.lang.String org.xwiki.notifications.notifiers.email.NotificationEmailRenderer::renderHTML(org.xwiki.notifications.CompositeEvent, java.lang.String) throws org.xwiki.notifications.NotificationException",
55 + "old": "method java.lang.String org.xwiki.notifications.notifiers.email.NotificationEmailRenderer::renderHTML(org.xwiki.notifications.CompositeEvent) throws org.xwiki.notifications.NotificationException",
56 + "package": "org.xwiki.notifications.notifiers.email"
57 + },
58 + {
59 + "classSimpleName": "NotificationEmailRenderer",
60 + "code": "java.method.numberOfParametersChanged",
61 + "elementKind": "method",
62 + "justification": "Young API",
63 + "methodName": "renderPlainText",
64 + "new": "method java.lang.String org.xwiki.notifications.notifiers.email.NotificationEmailRenderer::renderPlainText(org.xwiki.notifications.CompositeEvent, java.lang.String) throws org.xwiki.notifications.NotificationException",
65 + "old": "method java.lang.String org.xwiki.notifications.notifiers.email.NotificationEmailRenderer::renderPlainText(org.xwiki.notifications.CompositeEvent) throws org.xwiki.notifications.NotificationException",
66 + "package": "org.xwiki.notifications.notifiers.email"
67 + },
68 + {
69 + "classSimpleName": "TemporaryResourceReference",
70 + "code": "java.class.nonFinalClassInheritsFromNewClass",
71 + "elementKind": "class",
72 + "justification": "Extend EntityResourceReference to be nice to XWikiContext initializer",
73 + "new": "class org.xwiki.resource.temporary.TemporaryResourceReference",
74 + "old": "class org.xwiki.resource.temporary.TemporaryResourceReference",
75 + "package": "org.xwiki.resource.temporary",
76 + "superClass": "org.xwiki.resource.entity.EntityResourceReference"
77 + },
78 + {
79 + "classSimpleName": "VfsResourceReference",
80 + "code": "java.class.nonFinalClassInheritsFromNewClass",
81 + "elementKind": "class",
82 + "justification": "Extend EntityResourceReference to be nice to XWikiContext initializer",
83 + "new": "class org.xwiki.vfs.VfsResourceReference",
84 + "old": "class org.xwiki.vfs.VfsResourceReference",
85 + "package": "org.xwiki.vfs",
86 + "superClass": "org.xwiki.resource.entity.EntityResourceReference"
87 + }
88 + ]
89 +]

Get Connected