diff --git a/xwiki-platform-core/pom.xml b/xwiki-platform-core/pom.xml index 04ed859c18a97e080534af03ecd47b8e43a839e0..2414f19badc98f489e7747a1cb487b20e3be1401 100644 --- a/xwiki-platform-core/pom.xml +++ b/xwiki-platform-core/pom.xml @@ -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>