Change comment:
There is no comment for this version
Summary
-
Objects (0 modified, 1 added, 0 removed)
Details
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -1,0 +1,31 @@ 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<java.lang.String> 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<java.lang.String> 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>