Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xwiki-platform
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XWiki
xwiki-platform
Commits
56a15df9
Commit
56a15df9
authored
4 years ago
by
Marius Dumitru Florea
Browse files
Options
Downloads
Patches
Plain Diff
[release] Remove revapi ignores after updating the compatibility previous version to 12.10
parent
b0f2ca26
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xwiki-platform-core/pom.xml
+2
-84
2 additions, 84 deletions
xwiki-platform-core/pom.xml
with
2 additions
and
84 deletions
xwiki-platform-core/pom.xml
+
2
−
84
View file @
56a15df9
...
...
@@ -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::
<
init
>
(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::
<
init
>
(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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment