Skip to content
Snippets Groups Projects
Commit 764f8ba2 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-18870: Unexpected behavior of XWiki#invokeServletAndReturnAsString

* add a revapi ignore
parent 7ace74b6
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,12 @@
<old>method javax.mail.internet.InternetAddress org.xwiki.security.authentication.ResetPasswordRequestResponse::getUserEmail()</old>
<justification>Unstable API: this API was not properly designed and shouldn't have returned that in first place.</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.method.removed</code>
<old>method java.lang.String com.xpn.xwiki.XWiki::invokeServletAndReturnAsString(java.lang.String, com.xpn.xwiki.XWikiContext)</old>
<justification>Not a breackage. 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