Last modified by Ilie Andriuta on 2019/01/18

From version 7.1
edited by Adel Atallah
on 2019/01/15
Change comment: There is no comment for this version
To version 7.3
edited by Adel Atallah
on 2019/01/15
Change comment: Deleted object

Summary

Details

Page properties
Content
... ... @@ -13,6 +13,7 @@
13 13  * [[MessageSenderMacro still depends on Main.Activity>>https://jira.xwiki.org/browse/XWIKI-16029]]
14 14  
15 15  If one or several of these bugs impact you, then you should wait for the next version of XWiki (10.11.2) that will be released soon!
16 +Note that we still recommend upgrading to this new version if you have 10.11 installed as we have been fixing several major issues since then.
16 16  {{/error}}
17 17  
18 18  = New and Noteworthy (since XWiki 10.11) =
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": "Bad design at fist attempt",
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": "Bad design at fist attempt",
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": "Bad design at fist attempt",
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": "Bad design at fist attempt",
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": "Bad design at fist attempt",
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": "Bad design at fist attempt",
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