Last modified by Vincent Massol on 2019/01/14

<
From version < 10.1 >
edited by Vincent Massol
on 2018/12/26
To version < 11.2 >
edited by Vincent Massol
on 2018/12/26
>
Change comment: Deleted object

Summary

Details

Page properties
Content
... ... @@ -88,7 +88,7 @@
88 88  
89 89  The following APIs were modified since XWiki 10.10:
90 90  
91 -{{backwardCompatiblityReport version="10.11-rc-1"/}}
91 +{{backwardCompatiblityReport version="10.11"/}}
92 92  
93 93  = Credits =
94 94  
ReleaseNotes.BackwardCompatibility[0]
Violations
... ... @@ -1,47 +1,0 @@
1 -[
2 - [
3 - {
4 - "code": "java.class.nonFinalClassInheritsFromNewClass",
5 - "justification": "As RssMacro now inherits from AbstractBoxMacro, its parameter class needs to\n inherits from BoxMacroParameters. This could only break compatibility if a class inheriting from\n RssMacroParameters defines a method with same name and parameters than in BoxMacroParameters but\n different return type. We consider this risk as acceptable since the chances are very low and in\n case it occurs, the fix for the user would be easy.",
6 - "new": "class org.xwiki.rendering.macro.rss.RssMacroParameters",
7 - "old": "class org.xwiki.rendering.macro.rss.RssMacroParameters",
8 - "superClass": "org.xwiki.rendering.macro.box.BoxMacroParameters"
9 - },
10 - {
11 - "code": "java.method.numberOfParametersChanged",
12 - "justification": "Young API",
13 - "new": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceManager::deleteFilterPreference(org.xwiki.model.reference.DocumentReference, java.lang.String) throws org.xwiki.notifications.NotificationException",
14 - "old": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceManager::deleteFilterPreference(java.lang.String) throws org.xwiki.notifications.NotificationException"
15 - },
16 - {
17 - "code": "java.method.numberOfParametersChanged",
18 - "justification": "Young API",
19 - "new": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceManager::saveFilterPreferences(org.xwiki.model.reference.DocumentReference, java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference>)",
20 - "old": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceManager::saveFilterPreferences(java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference>)"
21 - },
22 - {
23 - "code": "java.method.numberOfParametersChanged",
24 - "justification": "Young API",
25 - "new": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceManager::setFilterPreferenceEnabled(org.xwiki.model.reference.DocumentReference, java.lang.String, boolean) throws org.xwiki.notifications.NotificationException",
26 - "old": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceManager::setFilterPreferenceEnabled(java.lang.String, boolean) throws org.xwiki.notifications.NotificationException"
27 - },
28 - {
29 - "code": "java.method.numberOfParametersChanged",
30 - "justification": "Young API",
31 - "new": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceProvider::deleteFilterPreference(org.xwiki.model.reference.DocumentReference, java.lang.String) throws org.xwiki.notifications.NotificationException",
32 - "old": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceProvider::deleteFilterPreference(java.lang.String) throws org.xwiki.notifications.NotificationException"
33 - },
34 - {
35 - "code": "java.method.numberOfParametersChanged",
36 - "justification": "Young API",
37 - "new": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceProvider::saveFilterPreferences(org.xwiki.model.reference.DocumentReference, java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference>) throws org.xwiki.notifications.NotificationException",
38 - "old": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceProvider::saveFilterPreferences(java.util.Set<org.xwiki.notifications.filters.NotificationFilterPreference>) throws org.xwiki.notifications.NotificationException"
39 - },
40 - {
41 - "code": "java.method.numberOfParametersChanged",
42 - "justification": "Young API",
43 - "new": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceProvider::setFilterPreferenceEnabled(org.xwiki.model.reference.DocumentReference, java.lang.String, boolean) throws org.xwiki.notifications.NotificationException",
44 - "old": "method void org.xwiki.notifications.filters.NotificationFilterPreferenceProvider::setFilterPreferenceEnabled(java.lang.String, boolean) throws org.xwiki.notifications.NotificationException"
45 - }
46 - ]
47 -]

Get Connected