Skip to content
Snippets Groups Projects
Commit d6e2ec63 authored by Oana-Lavinia Florean's avatar Oana-Lavinia Florean
Browse files

[release] Removed revapi ignores from the previous version

parent 38d02c40
No related branches found
No related tags found
No related merge requests found
......@@ -138,34 +138,8 @@
Single justification example:
-->
<revapi.differences>
<differences>
<item>
<ignore>true</ignore>
<code>java.class.nonFinalClassInheritsFromNewClass</code>
<old>class com.xpn.xwiki.web.XWikiServletResponse</old>
<new>class com.xpn.xwiki.web.XWikiServletResponse</new>
<superClass>javax.servlet.ServletResponseWrapper</superClass>
<justification>Not a breakage since the ServletResponseWrapper class doesn't contain any final method</justification>
<criticality>allowed</criticality>
</item>
</differences>
</revapi.differences>
<revapi.differences>
<justification>
The REST API shouldn't be called directly from Java but through HTTP requests. Adding a new query string
parameter to an existing REST resource doesn't break existing code that calls this resource through HTTP.
</justification>
<criticality>allowed</criticality>
<differences>
<item>
<ignore>true</ignore>
<code>java.method.numberOfParametersChanged</code>
<old>method org.xwiki.rest.model.jaxb.Pages org.xwiki.rest.resources.pages.PageChildrenResource::getPageChildren(java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
<new>method org.xwiki.rest.model.jaxb.Pages org.xwiki.rest.resources.pages.PageChildrenResource::getPageChildren(java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</new>
</item>
</differences>
</revapi.differences>
</analysisConfiguration>
</configuration>
</plugin>
......
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