Last modified by Vincent Massol on 2019/09/17

<
From version < 5.1 >
edited by Ecaterina Moraru (Valica)
on 2019/05/27
To version < 5.2 >
edited by Ecaterina Moraru (Valica)
on 2019/05/27
>
Change comment: There is no comment for this version

Summary

Details

ReleaseNotes.BackwardCompatibility[0]
Violations
... ... @@ -1,0 +1,22 @@
1 +[
2 + [
3 +
4 + ],
5 + [
6 + {
7 + "code": "java.method.parameterTypeParameterChanged",
8 + "justification": "Change the predicate to use directly the current object. The IgnoreElementRule class is still an unstable API",
9 + "new": "parameter void org.xwiki.rendering.wikimodel.xhtml.impl.IgnoreElementRule::<init>(===java.util.function.Predicate<org.xwiki.rendering.wikimodel.xhtml.impl.IgnoreElementRule>===, boolean)",
10 + "old": "parameter void org.xwiki.rendering.wikimodel.xhtml.impl.IgnoreElementRule::<init>(===java.util.function.Predicate<org.xwiki.rendering.wikimodel.xhtml.impl.TagContext>===, boolean)"
11 + },
12 + {
13 + "code": "java.method.numberOfParametersChanged",
14 + "justification": "Call the switch method with the info if it is from a begin or an end element. The IgnoreElementRule class is still an Unstable API.",
15 + "new": "method void org.xwiki.rendering.wikimodel.xhtml.impl.IgnoreElementRule::switchRule(org.xwiki.rendering.wikimodel.xhtml.impl.TagContext, boolean)",
16 + "old": "method void org.xwiki.rendering.wikimodel.xhtml.impl.IgnoreElementRule::switchRule(org.xwiki.rendering.wikimodel.xhtml.impl.TagContext)"
17 + }
18 + ],
19 + [
20 +
21 + ]
22 +]

Get Connected