Last modified by Vincent Massol on 2017/12/01

<
From version < 2.1 >
edited by Marius Dumitru Florea
on 2017/11/20
To version < 5.1 >
edited by Thomas Mortagne
on 2017/11/20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.ThomasMortagne
Content
... ... @@ -61,13 +61,17 @@
61 61  
62 62  The following APIs were modified since XWiki 9.9:
63 63  
64 -{{comment}}
65 -Remove!
66 66  {{backwardCompatiblityReport version="9.10"/}}
67 -{{/comment}}
68 68  
69 69  = Credits =
70 70  
71 71  The following people have contributed code to this release (sorted alphabetically):
72 72  
73 -<code contributors>
70 +Alex Cotiugă
71 +Clément Aubin
72 +Ecaterina Moraru (Valica)
73 +Eduard Moraru
74 +Guillaume Delhumeau
75 +Marius Dumitru Florea
76 +Thomas Mortagne
77 +Vincent Massol
ReleaseNotes.BackwardCompatibility[0]
Violations
... ... @@ -1,0 +1,63 @@
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 +]

Get Connected