Last modified by Vincent Massol on 2021/08/24

<
From version < 13.1 >
edited by Ilie Andriuta
on 2021/07/06
To version < 13.4 >
edited by Vincent Massol
on 2021/08/24
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.iandriuta
1 +XWiki.VincentMassol
Content
... ... @@ -111,10 +111,10 @@
111 111  
112 112  == API Breakages ==
113 113  
114 -The following APIs were modified since {{velocity}}$product{{/velocity}} <version - 1>:
114 +The following APIs were modified since {{velocity}}$product{{/velocity}} 13.4:
115 115  
116 116  {{velocity}}
117 -{{backwardCompatiblityReportXml version="$version"/}}
117 +{{backwardCompatiblityReport134 version="$version"/}}
118 118  {{/velocity}}
119 119  
120 120  = Credits =
ReleaseNotes.BackwardCompatibility[0]
Violations
... ... @@ -1,31 +1,0 @@
1 -<?xml version="1.0" encoding="UTF-8"?>
2 -<ignores>
3 - <item>
4 - <code>java.class.nonFinalClassInheritsFromNewClass</code>
5 - <old>class org.xwiki.wysiwyg.filter.XWikiContextInitializationFilter</old>
6 - <new>class org.xwiki.wysiwyg.filter.XWikiContextInitializationFilter</new>
7 - <justification>Not a breakage, the old XWikiContextInitializationFilter content has been moved to a new class of the same name in a new package and old class now inherits from the new one</justification>
8 - </item>
9 - <item>
10 - <code>java.method.removed</code>
11 - <old>method java.util.List&lt;java.lang.String&gt; com.xpn.xwiki.XWiki::getConfiguredSyntaxes()</old>
12 - <justification>Not a runtime breakage since that method has been moved to the oldcore legacy module</justification>
13 - </item>
14 - <item>
15 - <code>java.method.removed</code>
16 - <old>method java.util.List&lt;java.lang.String&gt; com.xpn.xwiki.api.XWiki::getConfiguredSyntaxes()</old>
17 - <justification>Not a runtime breakage since that method has been moved to the oldcore legacy module</justification>
18 - </item>
19 - <item>
20 - <ignore>true</ignore>
21 - <code>java.class.removed</code>
22 - <old>class com.xpn.xwiki.store.migration.hibernate.R121001000XWIKI18145DataMigration</old>
23 - <justification>Migrations classes are not meant to be referenced from Java and there is no point in keeping a migration which became useless.</justification>
24 - </item>
25 - <item>
26 - <ignore>true</ignore>
27 - <code>java.method.removed</code>
28 - <old>method void org.xwiki.like.script.LikeScriptService::cleanCacheUIX()</old>
29 - <justification>Unstable API: this method should not have been made public in first place, the cache clean is handled by listening on the events automatically.</justification>
30 - </item>
31 -</ignores>

Get Connected