Skip to content
Snippets Groups Projects
Commit 56a15df9 authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

[release] Remove revapi ignores after updating the compatibility previous version to 12.10

parent b0f2ca26
No related branches found
No related tags found
No related merge requests found
......@@ -117,97 +117,15 @@
cannot be empty.
Note: you can use regexes by using the syntax: <regex>true</regex>
Don't forget to '\'-escape dots and other special characters in this case ;) -->
Don't forget to '\'-escape dots and other special characters in this case ;)
<revapi.ignore>
<item>
<code>java.method.numberOfParametersChanged</code>
<old>method java.lang.String org.xwiki.security.authentication.api.AuthenticationFailureManager::getForm(java.lang.String)</old>
<new>method java.lang.String org.xwiki.security.authentication.api.AuthenticationFailureManager::getForm(java.lang.String, javax.servlet.http.HttpServletRequest)</new>
<justification>Unstable API.</justification>
</item>
<item>
<code>java.method.numberOfParametersChanged</code>
<old>method boolean org.xwiki.security.authentication.api.AuthenticationFailureManager::recordAuthenticationFailure(java.lang.String)</old>
<new>method boolean org.xwiki.security.authentication.api.AuthenticationFailureManager::recordAuthenticationFailure(java.lang.String, javax.servlet.http.HttpServletRequest)</new>
<justification>Unstable API.</justification>
</item>
<item>
<code>java.method.parameterTypeChanged</code>
<old>parameter boolean org.xwiki.security.authentication.api.AuthenticationFailureManager::validateForm(java.lang.String, ===org.securityfilter.filter.SecurityRequestWrapper===)</old>
<new>parameter boolean org.xwiki.security.authentication.api.AuthenticationFailureManager::validateForm(java.lang.String, ===javax.servlet.http.HttpServletRequest===)</new>
<justification>Unstable API.</justification>
</item>
<item>
<code>java.method.parameterTypeChanged</code>
<old>parameter boolean org.xwiki.security.authentication.api.AuthenticationFailureStrategy::validateForm(java.lang.String, ===org.securityfilter.filter.SecurityRequestWrapper===)</old>
<new>parameter boolean org.xwiki.security.authentication.api.AuthenticationFailureStrategy::validateForm(java.lang.String, ===javax.servlet.http.HttpServletRequest===)</new>
<justification>Unstable API.</justification>
</item>
<item>
<code>java.class.removed</code>
<old>interface org.xwiki.mentions.MentionNotificationService</old>
<justification>Young API. Redesign of the mention notifications mechanism.</justification>
</item>
<item>
<code>java.method.numberOfParametersChanged</code>
<old>method void org.xwiki.mentions.notifications.MentionNotificationParameters::&lt;init&gt;(org.xwiki.model.reference.DocumentReference, org.xwiki.model.reference.DocumentReference, org.xwiki.model.reference.DocumentReference, org.xwiki.mentions.MentionLocation, java.lang.String, org.xwiki.rendering.block.XDOM)</old>
<new>method void org.xwiki.mentions.notifications.MentionNotificationParameters::&lt;init&gt;(java.lang.String, org.xwiki.model.reference.EntityReference, org.xwiki.mentions.MentionLocation, java.lang.String)</new>
<justification>Young API. Redesign of the mention notifications mechanism.</justification>
</item>
<item>
<code>java.method.removed</code>
<old>method java.lang.String org.xwiki.mentions.notifications.MentionNotificationParameters::getAnchorId()</old>
<justification>Young API. Redesign of the mention notifications mechanism.</justification>
</item>
<item>
<code>java.method.returnTypeChanged</code>
<old>method org.xwiki.model.reference.DocumentReference org.xwiki.mentions.notifications.MentionNotificationParameters::getAuthorReference()</old>
<new>method java.lang.String org.xwiki.mentions.notifications.MentionNotificationParameters::getAuthorReference()</new>
<justification>Young API. Redesign of the mention notifications mechanism.</justification>
</item>
<item>
<code>java.method.removed</code>
<old>method org.xwiki.model.reference.DocumentReference org.xwiki.mentions.notifications.MentionNotificationParameters::getDocumentReference()</old>
<justification>Young API. Redesign of the mention notifications mechanism.</justification>
</item>
<item>
<code>java.method.removed</code>
<old>method org.xwiki.model.reference.DocumentReference org.xwiki.mentions.notifications.MentionNotificationParameters::getMentionedIdentity()</old>
<justification>Young API. Redesign of the mention notifications mechanism.</justification>
</item>
<item>
<code>java.method.removed</code>
<old>method org.xwiki.rendering.block.XDOM org.xwiki.mentions.notifications.MentionNotificationParameters::getXdom()</old>
<justification>Young API. Redesign of the mention notifications mechanism.</justification>
</item>
<item>
<code>java.method.numberOfParametersChanged</code>
<old>method java.lang.String org.xwiki.mentions.script.MentionsScriptService::format(java.lang.String, org.xwiki.mentions.DisplayStyle)</old>
<new>method java.lang.String org.xwiki.mentions.script.MentionsScriptService::format(java.lang.String, org.xwiki.mentions.DisplayStyle, java.lang.String)</new>
<justification>Young API. Redesign of the mention notifications mechanism.</justification>
</item>
<item>
<code>java.field.constantValueChanged</code>
<old>field org.xwiki.search.solr.AbstractSolrCoreInitializer.SCHEMA_BASE_VERSION</old>
<new>field org.xwiki.search.solr.AbstractSolrCoreInitializer.SCHEMA_BASE_VERSION</new>
<justification>Not a breackage</justification>
</item>
<item>
<code>java.method.addedToInterface</code>
<new>method long org.xwiki.ratings.RatingsManager::moveRatings(org.xwiki.model.reference.EntityReference, org.xwiki.model.reference.EntityReference) throws org.xwiki.ratings.RatingsException</new>
<justification>Young API.</justification>
</item>
<item>
<code>java.method.removed</code>
<old>method void org.xwiki.ratings.RatingsManager::setIdentifer(java.lang.String)</old>
<justification>Young API: fix typo.</justification>
</item>
<item>
<code>java.method.addedToInterface</code>
<new>method void org.xwiki.ratings.RatingsManager::setIdentifier(java.lang.String)</new>
<justification>Young API: fix typo.</justification>
</item>
</revapi.ignore>
-->
</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