Skip to content
Snippets Groups Projects
Commit fe23a991 authored by Vincent Massol's avatar Vincent Massol
Browse files

XWIKI-19172: Display rendered images in view mode inside a lightbox

* Add revapi ignores since these are not real breakages (oldcore code moved to legacy and some of these oldcore classes are "exposed" in the image modules)
parent 704ecbfc
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,34 @@
<criticality>allowed</criticality>
<justification>Deprecated API moved to legacy.</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.class.externalClassExposedInAPI</code>
<new>class com.xpn.xwiki.XWiki</new>
<criticality>allowed</criticality>
<justification>Deprecated API from XWiki class moved to legacy.</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.class.externalClassExposedInAPI</code>
<new>class com.xpn.xwiki.XWikiConfig</new>
<criticality>allowed</criticality>
<justification>Deprecated API from XWiki class moved to legacy.</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.class.externalClassExposedInAPI</code>
<new>class com.xpn.xwiki.XWikiContext</new>
<criticality>allowed</criticality>
<justification>Deprecated API from XWiki class moved to legacy.</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.class.externalClassExposedInAPI</code>
<new>class com.xpn.xwiki.XWikiException</new>
<criticality>allowed</criticality>
<justification>Deprecated API from XWiki class moved to legacy.</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