Skip to content
Snippets Groups Projects
Commit 0c1354e3 authored by Simon Urli's avatar Simon Urli
Browse files

XWIKI-18618: Like button is not displaying the right state on cluster

  * Add missing revapi ignore
parent 7ccab8f9
No related branches found
No related tags found
No related merge requests found
......@@ -220,6 +220,12 @@
<old>class com.xpn.xwiki.store.migration.hibernate.R121001000XWIKI18145DataMigration</old>
<justification>Migrations classes are not meant to be referenced from Java and there is no point in keeping a migration which became useless.</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.method.removed</code>
<old>method void org.xwiki.like.script.LikeScriptService::cleanCacheUIX()</old>
<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>
</item>
</differences>
</revapi.differences>
</analysisConfiguration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment