Last modified by Ilie Andriuta on 2017/12/22

<
From version < 6.1 >
edited by Marius Dumitru Florea
on 2017/12/18
To version < 8.1 >
edited by Marius Dumitru Florea
on 2017/12/19
>
Change comment: There is no comment for this version

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

Get Connected