Skip to content
Snippets Groups Projects
Commit cb8e4469 authored by Adel Atallah's avatar Adel Atallah
Browse files

XWIKI-15605: Auto-suggest control doesn't display correctly hidden pages

* Update the revapi ignore rule.
parent b5056fed
No related branches found
No related tags found
No related merge requests found
......@@ -403,13 +403,6 @@
"code": "java.method.numberOfParametersChanged",
"old": "method org.xwiki.rest.model.jaxb.PropertyValues org.xwiki.rest.resources.classes.ClassPropertyValuesResource::getClassPropertyValues(java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.util.List<java.lang.String>) throws org.xwiki.rest.XWikiRestException",
"new": "method org.xwiki.rest.model.jaxb.PropertyValues org.xwiki.rest.resources.classes.ClassPropertyValuesResource::getClassPropertyValues(java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.util.List<java.lang.String>, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException",
"package": "org.xwiki.rest.resources.classes",
"classQualifiedName": "org.xwiki.rest.resources.classes.ClassPropertyValuesResource",
"classSimpleName": "ClassPropertyValuesResource",
"methodName": "getClassPropertyValues",
"oldArchive": "org.xwiki.platform:xwiki-platform-rest-api:jar:10.7",
"newArchive": "org.xwiki.platform:xwiki-platform-rest-api:jar:10.9-SNAPSHOT",
"elementKind": "method",
"justification": "Add an optional parameter to a REST API end point"
}
]
......
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