Last modified by Vincent Massol on 2021/08/24

<
From version < 13.5 >
edited by Vincent Massol
on 2021/08/24
To version < 13.7 >
edited by Vincent Massol
on 2021/08/24
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -114,7 +114,7 @@
114 114  The following APIs were modified since {{velocity}}$product{{/velocity}} 13.4:
115 115  
116 116  {{velocity}}
117 -{{backwardCompatiblityReport134 version="$version"/}}
117 +{{backwardCompatibilityReport134 version="$version"/}}
118 118  {{/velocity}}
119 119  
120 120  = Credits =
ReleaseNotes.BackwardCompatibility[0]
Violations
... ... @@ -1,808 +1,0 @@
1 -<?xml version="1.0" encoding="UTF-8"?><ignores>
2 -
3 - <item xmlns="http://maven.apache.org/POM/4.0.0">
4 -
5 - <code>java.class.nonFinalClassInheritsFromNewClass</code>
6 -
7 - <old>class org.xwiki.wysiwyg.filter.XWikiContextInitializationFilter</old>
8 -
9 - <new>class org.xwiki.wysiwyg.filter.XWikiContextInitializationFilter</new>
10 -
11 - <justification>Not a breakage, the old XWikiContextInitializationFilter content has been moved to a new class of the same name in a new package and old class now inherits from the new one</justification>
12 -
13 - </item>
14 -
15 - <item xmlns="http://maven.apache.org/POM/4.0.0">
16 -
17 - <code>java.method.removed</code>
18 -
19 - <old>method java.util.List&lt;java.lang.String&gt; com.xpn.xwiki.XWiki::getConfiguredSyntaxes()</old>
20 -
21 - <justification>Not a runtime breakage since that method has been moved to the oldcore legacy module</justification>
22 -
23 - </item>
24 -
25 - <item xmlns="http://maven.apache.org/POM/4.0.0">
26 -
27 - <code>java.method.removed</code>
28 -
29 - <old>method java.util.List&lt;java.lang.String&gt; com.xpn.xwiki.api.XWiki::getConfiguredSyntaxes()</old>
30 -
31 - <justification>Not a runtime breakage since that method has been moved to the oldcore legacy module</justification>
32 -
33 - </item>
34 -
35 - <item xmlns="http://maven.apache.org/POM/4.0.0">
36 -
37 - <ignore>true</ignore>
38 -
39 - <code>java.class.removed</code>
40 -
41 - <old>class com.xpn.xwiki.store.migration.hibernate.R121001000XWIKI18145DataMigration</old>
42 -
43 - <justification>Migrations classes are not meant to be referenced from Java and there is no point in keeping a migration which became useless.</justification>
44 -
45 - </item>
46 -
47 - <item xmlns="http://maven.apache.org/POM/4.0.0">
48 -
49 - <ignore>true</ignore>
50 -
51 - <code>java.method.removed</code>
52 -
53 - <old>method void org.xwiki.like.script.LikeScriptService::cleanCacheUIX()</old>
54 -
55 - <justification>Unstable API: this method should not have been made public in first place, the cache clean is handled by listening on the events automatically.</justification>
56 -
57 - </item>
58 -
59 - <item xmlns="http://maven.apache.org/POM/4.0.0">
60 -
61 - <ignore>true</ignore>
62 -
63 - <code>java.field.removed</code>
64 -
65 - <old>field org.xwiki.rest.XWikiResource.logger</old>
66 -
67 - <justification>Has been deprecated for a long time.</justification>
68 -
69 - </item>
70 -
71 - <item xmlns="http://maven.apache.org/POM/4.0.0">
72 -
73 - <ignore>true</ignore>
74 -
75 - <code>java.annotation.added</code>
76 -
77 - <old>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentAtPageVersionResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</old>
78 -
79 - <new>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentAtPageVersionResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</new>
80 -
81 - <annotation>@javax.ws.rs.Encoded</annotation>
82 -
83 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
84 -
85 - </item>
86 -
87 - <item xmlns="http://maven.apache.org/POM/4.0.0">
88 -
89 - <ignore>true</ignore>
90 -
91 - <code>java.annotation.added</code>
92 -
93 - <old>parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.attachments.AttachmentHistoryResource::getAttachmentHistory(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer) throws org.xwiki.rest.XWikiRestException</old>
94 -
95 - <new>parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.attachments.AttachmentHistoryResource::getAttachmentHistory(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer) throws org.xwiki.rest.XWikiRestException</new>
96 -
97 - <annotation>@javax.ws.rs.Encoded</annotation>
98 -
99 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
100 -
101 - </item>
102 -
103 - <item xmlns="http://maven.apache.org/POM/4.0.0">
104 -
105 - <ignore>true</ignore>
106 -
107 - <code>java.annotation.added</code>
108 -
109 - <old>parameter org.xwiki.rest.model.jaxb.Attachment org.xwiki.rest.resources.attachments.AttachmentMetadataResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
110 -
111 - <new>parameter org.xwiki.rest.model.jaxb.Attachment org.xwiki.rest.resources.attachments.AttachmentMetadataResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
112 -
113 - <annotation>@javax.ws.rs.Encoded</annotation>
114 -
115 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
116 -
117 - </item>
118 -
119 - <item xmlns="http://maven.apache.org/POM/4.0.0">
120 -
121 - <ignore>true</ignore>
122 -
123 - <code>java.annotation.added</code>
124 -
125 - <old>parameter void org.xwiki.rest.resources.attachments.AttachmentResource::deleteAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</old>
126 -
127 - <new>parameter void org.xwiki.rest.resources.attachments.AttachmentResource::deleteAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</new>
128 -
129 - <annotation>@javax.ws.rs.Encoded</annotation>
130 -
131 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
132 -
133 - </item>
134 -
135 - <item xmlns="http://maven.apache.org/POM/4.0.0">
136 -
137 - <ignore>true</ignore>
138 -
139 - <code>java.annotation.added</code>
140 -
141 - <old>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</old>
142 -
143 - <new>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</new>
144 -
145 - <annotation>@javax.ws.rs.Encoded</annotation>
146 -
147 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
148 -
149 - </item>
150 -
151 - <item xmlns="http://maven.apache.org/POM/4.0.0">
152 -
153 - <ignore>true</ignore>
154 -
155 - <code>java.annotation.added</code>
156 -
157 - <old>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentResource::putAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, byte[]) throws org.xwiki.rest.XWikiRestException</old>
158 -
159 - <new>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentResource::putAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, byte[]) throws org.xwiki.rest.XWikiRestException</new>
160 -
161 - <annotation>@javax.ws.rs.Encoded</annotation>
162 -
163 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
164 -
165 - </item>
166 -
167 - <item xmlns="http://maven.apache.org/POM/4.0.0">
168 -
169 - <ignore>true</ignore>
170 -
171 - <code>java.annotation.added</code>
172 -
173 - <old>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentVersionResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</old>
174 -
175 - <new>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentVersionResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</new>
176 -
177 - <annotation>@javax.ws.rs.Encoded</annotation>
178 -
179 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
180 -
181 - </item>
182 -
183 - <item xmlns="http://maven.apache.org/POM/4.0.0">
184 -
185 - <ignore>true</ignore>
186 -
187 - <code>java.annotation.added</code>
188 -
189 - <old>parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.attachments.AttachmentsAtPageVersionResource::getAttachmentsAtPageVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
190 -
191 - <new>parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.attachments.AttachmentsAtPageVersionResource::getAttachmentsAtPageVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
192 -
193 - <annotation>@javax.ws.rs.Encoded</annotation>
194 -
195 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
196 -
197 - </item>
198 -
199 - <item xmlns="http://maven.apache.org/POM/4.0.0">
200 -
201 - <ignore>true</ignore>
202 -
203 - <code>java.annotation.added</code>
204 -
205 - <old>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentsResource::addAttachment(java.lang.String, ===java.lang.String===, java.lang.String, javax.mail.Multipart, java.lang.Boolean, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
206 -
207 - <new>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentsResource::addAttachment(java.lang.String, ===java.lang.String===, java.lang.String, javax.mail.Multipart, java.lang.Boolean, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
208 -
209 - <annotation>@javax.ws.rs.Encoded</annotation>
210 -
211 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
212 -
213 - </item>
214 -
215 - <item xmlns="http://maven.apache.org/POM/4.0.0">
216 -
217 - <ignore>true</ignore>
218 -
219 - <code>java.annotation.added</code>
220 -
221 - <old>parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.attachments.AttachmentsResource::getAttachments(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean, java.lang.String, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</old>
222 -
223 - <new>parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.attachments.AttachmentsResource::getAttachments(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean, java.lang.String, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</new>
224 -
225 - <annotation>@javax.ws.rs.Encoded</annotation>
226 -
227 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
228 -
229 - </item>
230 -
231 - <item xmlns="http://maven.apache.org/POM/4.0.0">
232 -
233 - <ignore>true</ignore>
234 -
235 - <code>java.annotation.added</code>
236 -
237 - <old>parameter org.xwiki.rest.model.jaxb.Comment org.xwiki.rest.resources.comments.CommentResource::getComment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
238 -
239 - <new>parameter org.xwiki.rest.model.jaxb.Comment org.xwiki.rest.resources.comments.CommentResource::getComment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
240 -
241 - <annotation>@javax.ws.rs.Encoded</annotation>
242 -
243 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
244 -
245 - </item>
246 -
247 - <item xmlns="http://maven.apache.org/POM/4.0.0">
248 -
249 - <ignore>true</ignore>
250 -
251 - <code>java.annotation.added</code>
252 -
253 - <old>parameter org.xwiki.rest.model.jaxb.Comment org.xwiki.rest.resources.comments.CommentVersionResource::getCommentVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
254 -
255 - <new>parameter org.xwiki.rest.model.jaxb.Comment org.xwiki.rest.resources.comments.CommentVersionResource::getCommentVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
256 -
257 - <annotation>@javax.ws.rs.Encoded</annotation>
258 -
259 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
260 -
261 - </item>
262 -
263 - <item xmlns="http://maven.apache.org/POM/4.0.0">
264 -
265 - <ignore>true</ignore>
266 -
267 - <code>java.annotation.added</code>
268 -
269 - <old>parameter org.xwiki.rest.model.jaxb.Comments org.xwiki.rest.resources.comments.CommentsResource::getComments(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
270 -
271 - <new>parameter org.xwiki.rest.model.jaxb.Comments org.xwiki.rest.resources.comments.CommentsResource::getComments(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
272 -
273 - <annotation>@javax.ws.rs.Encoded</annotation>
274 -
275 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
276 -
277 - </item>
278 -
279 - <item xmlns="http://maven.apache.org/POM/4.0.0">
280 -
281 - <ignore>true</ignore>
282 -
283 - <code>java.annotation.added</code>
284 -
285 - <old>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.comments.CommentsResource::postComment(java.lang.String, ===java.lang.String===, java.lang.String, org.xwiki.rest.model.jaxb.Comment) throws org.xwiki.rest.XWikiRestException</old>
286 -
287 - <new>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.comments.CommentsResource::postComment(java.lang.String, ===java.lang.String===, java.lang.String, org.xwiki.rest.model.jaxb.Comment) throws org.xwiki.rest.XWikiRestException</new>
288 -
289 - <annotation>@javax.ws.rs.Encoded</annotation>
290 -
291 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
292 -
293 - </item>
294 -
295 - <item xmlns="http://maven.apache.org/POM/4.0.0">
296 -
297 - <ignore>true</ignore>
298 -
299 - <code>java.annotation.added</code>
300 -
301 - <old>parameter org.xwiki.rest.model.jaxb.Comments org.xwiki.rest.resources.comments.CommentsVersionResource::getCommentsVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
302 -
303 - <new>parameter org.xwiki.rest.model.jaxb.Comments org.xwiki.rest.resources.comments.CommentsVersionResource::getCommentsVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
304 -
305 - <annotation>@javax.ws.rs.Encoded</annotation>
306 -
307 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
308 -
309 - </item>
310 -
311 - <item xmlns="http://maven.apache.org/POM/4.0.0">
312 -
313 - <ignore>true</ignore>
314 -
315 - <code>java.annotation.added</code>
316 -
317 - <old>parameter org.xwiki.rest.model.jaxb.Object org.xwiki.rest.resources.objects.ObjectAtPageVersionResource::getObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
318 -
319 - <new>parameter org.xwiki.rest.model.jaxb.Object org.xwiki.rest.resources.objects.ObjectAtPageVersionResource::getObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
320 -
321 - <annotation>@javax.ws.rs.Encoded</annotation>
322 -
323 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
324 -
325 - </item>
326 -
327 - <item xmlns="http://maven.apache.org/POM/4.0.0">
328 -
329 - <ignore>true</ignore>
330 -
331 - <code>java.annotation.added</code>
332 -
333 - <old>parameter org.xwiki.rest.model.jaxb.Properties org.xwiki.rest.resources.objects.ObjectPropertiesAtPageVersionResource::getObjectProperties(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
334 -
335 - <new>parameter org.xwiki.rest.model.jaxb.Properties org.xwiki.rest.resources.objects.ObjectPropertiesAtPageVersionResource::getObjectProperties(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
336 -
337 - <annotation>@javax.ws.rs.Encoded</annotation>
338 -
339 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
340 -
341 - </item>
342 -
343 - <item xmlns="http://maven.apache.org/POM/4.0.0">
344 -
345 - <ignore>true</ignore>
346 -
347 - <code>java.annotation.added</code>
348 -
349 - <old>parameter org.xwiki.rest.model.jaxb.Properties org.xwiki.rest.resources.objects.ObjectPropertiesResource::getObjectProperties(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
350 -
351 - <new>parameter org.xwiki.rest.model.jaxb.Properties org.xwiki.rest.resources.objects.ObjectPropertiesResource::getObjectProperties(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
352 -
353 - <annotation>@javax.ws.rs.Encoded</annotation>
354 -
355 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
356 -
357 - </item>
358 -
359 - <item xmlns="http://maven.apache.org/POM/4.0.0">
360 -
361 - <ignore>true</ignore>
362 -
363 - <code>java.annotation.added</code>
364 -
365 - <old>parameter org.xwiki.rest.model.jaxb.Property org.xwiki.rest.resources.objects.ObjectPropertyAtPageVersionResource::getObjectProperty(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
366 -
367 - <new>parameter org.xwiki.rest.model.jaxb.Property org.xwiki.rest.resources.objects.ObjectPropertyAtPageVersionResource::getObjectProperty(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
368 -
369 - <annotation>@javax.ws.rs.Encoded</annotation>
370 -
371 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
372 -
373 - </item>
374 -
375 - <item xmlns="http://maven.apache.org/POM/4.0.0">
376 -
377 - <ignore>true</ignore>
378 -
379 - <code>java.annotation.added</code>
380 -
381 - <old>parameter org.xwiki.rest.model.jaxb.Property org.xwiki.rest.resources.objects.ObjectPropertyResource::getObjectProperty(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
382 -
383 - <new>parameter org.xwiki.rest.model.jaxb.Property org.xwiki.rest.resources.objects.ObjectPropertyResource::getObjectProperty(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
384 -
385 - <annotation>@javax.ws.rs.Encoded</annotation>
386 -
387 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
388 -
389 - </item>
390 -
391 - <item xmlns="http://maven.apache.org/POM/4.0.0">
392 -
393 - <ignore>true</ignore>
394 -
395 - <code>java.annotation.added</code>
396 -
397 - <old>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.objects.ObjectPropertyResource::updateObjectProperty(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Property) throws org.xwiki.rest.XWikiRestException</old>
398 -
399 - <new>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.objects.ObjectPropertyResource::updateObjectProperty(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Property) throws org.xwiki.rest.XWikiRestException</new>
400 -
401 - <annotation>@javax.ws.rs.Encoded</annotation>
402 -
403 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
404 -
405 - </item>
406 -
407 - <item xmlns="http://maven.apache.org/POM/4.0.0">
408 -
409 - <ignore>true</ignore>
410 -
411 - <code>java.annotation.added</code>
412 -
413 - <old>parameter void org.xwiki.rest.resources.objects.ObjectResource::deleteObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer) throws org.xwiki.rest.XWikiRestException</old>
414 -
415 - <new>parameter void org.xwiki.rest.resources.objects.ObjectResource::deleteObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer) throws org.xwiki.rest.XWikiRestException</new>
416 -
417 - <annotation>@javax.ws.rs.Encoded</annotation>
418 -
419 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
420 -
421 - </item>
422 -
423 - <item xmlns="http://maven.apache.org/POM/4.0.0">
424 -
425 - <ignore>true</ignore>
426 -
427 - <code>java.annotation.added</code>
428 -
429 - <old>parameter org.xwiki.rest.model.jaxb.Object org.xwiki.rest.resources.objects.ObjectResource::getObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
430 -
431 - <new>parameter org.xwiki.rest.model.jaxb.Object org.xwiki.rest.resources.objects.ObjectResource::getObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
432 -
433 - <annotation>@javax.ws.rs.Encoded</annotation>
434 -
435 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
436 -
437 - </item>
438 -
439 - <item xmlns="http://maven.apache.org/POM/4.0.0">
440 -
441 - <ignore>true</ignore>
442 -
443 - <code>java.annotation.added</code>
444 -
445 - <old>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.objects.ObjectResource::updateObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean, org.xwiki.rest.model.jaxb.Object) throws org.xwiki.rest.XWikiRestException</old>
446 -
447 - <new>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.objects.ObjectResource::updateObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean, org.xwiki.rest.model.jaxb.Object) throws org.xwiki.rest.XWikiRestException</new>
448 -
449 - <annotation>@javax.ws.rs.Encoded</annotation>
450 -
451 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
452 -
453 - </item>
454 -
455 - <item xmlns="http://maven.apache.org/POM/4.0.0">
456 -
457 - <ignore>true</ignore>
458 -
459 - <code>java.annotation.added</code>
460 -
461 - <old>parameter org.xwiki.rest.model.jaxb.Objects org.xwiki.rest.resources.objects.ObjectsAtPageVersionResource::getObjects(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
462 -
463 - <new>parameter org.xwiki.rest.model.jaxb.Objects org.xwiki.rest.resources.objects.ObjectsAtPageVersionResource::getObjects(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
464 -
465 - <annotation>@javax.ws.rs.Encoded</annotation>
466 -
467 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
468 -
469 - </item>
470 -
471 - <item xmlns="http://maven.apache.org/POM/4.0.0">
472 -
473 - <ignore>true</ignore>
474 -
475 - <code>java.annotation.added</code>
476 -
477 - <old>parameter org.xwiki.rest.model.jaxb.Objects org.xwiki.rest.resources.objects.ObjectsForClassNameResource::getObjects(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
478 -
479 - <new>parameter org.xwiki.rest.model.jaxb.Objects org.xwiki.rest.resources.objects.ObjectsForClassNameResource::getObjects(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
480 -
481 - <annotation>@javax.ws.rs.Encoded</annotation>
482 -
483 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
484 -
485 - </item>
486 -
487 - <item xmlns="http://maven.apache.org/POM/4.0.0">
488 -
489 - <ignore>true</ignore>
490 -
491 - <code>java.annotation.added</code>
492 -
493 - <old>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.objects.ObjectsResource::addObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Object) throws org.xwiki.rest.XWikiRestException</old>
494 -
495 - <new>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.objects.ObjectsResource::addObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Object) throws org.xwiki.rest.XWikiRestException</new>
496 -
497 - <annotation>@javax.ws.rs.Encoded</annotation>
498 -
499 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
500 -
501 - </item>
502 -
503 - <item xmlns="http://maven.apache.org/POM/4.0.0">
504 -
505 - <ignore>true</ignore>
506 -
507 - <code>java.annotation.added</code>
508 -
509 - <old>parameter org.xwiki.rest.model.jaxb.Objects org.xwiki.rest.resources.objects.ObjectsResource::getObjects(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
510 -
511 - <new>parameter org.xwiki.rest.model.jaxb.Objects org.xwiki.rest.resources.objects.ObjectsResource::getObjects(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
512 -
513 - <annotation>@javax.ws.rs.Encoded</annotation>
514 -
515 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
516 -
517 - </item>
518 -
519 - <item xmlns="http://maven.apache.org/POM/4.0.0">
520 -
521 - <ignore>true</ignore>
522 -
523 - <code>java.annotation.added</code>
524 -
525 - <old>parameter org.xwiki.rest.model.jaxb.Pages org.xwiki.rest.resources.pages.PageChildrenResource::getPageChildren(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
526 -
527 - <new>parameter org.xwiki.rest.model.jaxb.Pages org.xwiki.rest.resources.pages.PageChildrenResource::getPageChildren(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
528 -
529 - <annotation>@javax.ws.rs.Encoded</annotation>
530 -
531 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
532 -
533 - </item>
534 -
535 - <item xmlns="http://maven.apache.org/POM/4.0.0">
536 -
537 - <ignore>true</ignore>
538 -
539 - <code>java.annotation.added</code>
540 -
541 - <old>parameter org.xwiki.rest.model.jaxb.History org.xwiki.rest.resources.pages.PageHistoryResource::getPageHistory(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
542 -
543 - <new>parameter org.xwiki.rest.model.jaxb.History org.xwiki.rest.resources.pages.PageHistoryResource::getPageHistory(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
544 -
545 - <annotation>@javax.ws.rs.Encoded</annotation>
546 -
547 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
548 -
549 - </item>
550 -
551 - <item xmlns="http://maven.apache.org/POM/4.0.0">
552 -
553 - <ignore>true</ignore>
554 -
555 - <code>java.annotation.added</code>
556 -
557 - <old>parameter void org.xwiki.rest.resources.pages.PageResource::deletePage(java.lang.String, ===java.lang.String===, java.lang.String) throws org.xwiki.rest.XWikiRestException</old>
558 -
559 - <new>parameter void org.xwiki.rest.resources.pages.PageResource::deletePage(java.lang.String, ===java.lang.String===, java.lang.String) throws org.xwiki.rest.XWikiRestException</new>
560 -
561 - <annotation>@javax.ws.rs.Encoded</annotation>
562 -
563 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
564 -
565 - </item>
566 -
567 - <item xmlns="http://maven.apache.org/POM/4.0.0">
568 -
569 - <ignore>true</ignore>
570 -
571 - <code>java.annotation.added</code>
572 -
573 - <old>parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageResource::getPage(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
574 -
575 - <new>parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageResource::getPage(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
576 -
577 - <annotation>@javax.ws.rs.Encoded</annotation>
578 -
579 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
580 -
581 - </item>
582 -
583 - <item xmlns="http://maven.apache.org/POM/4.0.0">
584 -
585 - <ignore>true</ignore>
586 -
587 - <code>java.annotation.added</code>
588 -
589 - <old>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.pages.PageResource::putPage(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Page) throws org.xwiki.rest.XWikiRestException</old>
590 -
591 - <new>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.pages.PageResource::putPage(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Page) throws org.xwiki.rest.XWikiRestException</new>
592 -
593 - <annotation>@javax.ws.rs.Encoded</annotation>
594 -
595 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
596 -
597 - </item>
598 -
599 - <item xmlns="http://maven.apache.org/POM/4.0.0">
600 -
601 - <ignore>true</ignore>
602 -
603 - <code>java.annotation.added</code>
604 -
605 - <old>parameter org.xwiki.rest.model.jaxb.Tags org.xwiki.rest.resources.pages.PageTagsResource::getPageTags(java.lang.String, ===java.lang.String===, java.lang.String) throws org.xwiki.rest.XWikiRestException</old>
606 -
607 - <new>parameter org.xwiki.rest.model.jaxb.Tags org.xwiki.rest.resources.pages.PageTagsResource::getPageTags(java.lang.String, ===java.lang.String===, java.lang.String) throws org.xwiki.rest.XWikiRestException</new>
608 -
609 - <annotation>@javax.ws.rs.Encoded</annotation>
610 -
611 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
612 -
613 - </item>
614 -
615 - <item xmlns="http://maven.apache.org/POM/4.0.0">
616 -
617 - <ignore>true</ignore>
618 -
619 - <code>java.annotation.added</code>
620 -
621 - <old>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.pages.PageTagsResource::setTags(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Tags) throws org.xwiki.rest.XWikiRestException</old>
622 -
623 - <new>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.pages.PageTagsResource::setTags(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Tags) throws org.xwiki.rest.XWikiRestException</new>
624 -
625 - <annotation>@javax.ws.rs.Encoded</annotation>
626 -
627 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
628 -
629 - </item>
630 -
631 - <item xmlns="http://maven.apache.org/POM/4.0.0">
632 -
633 - <ignore>true</ignore>
634 -
635 - <code>java.annotation.added</code>
636 -
637 - <old>parameter org.xwiki.rest.model.jaxb.History org.xwiki.rest.resources.pages.PageTranslationHistoryResource::getPageTranslationHistory(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
638 -
639 - <new>parameter org.xwiki.rest.model.jaxb.History org.xwiki.rest.resources.pages.PageTranslationHistoryResource::getPageTranslationHistory(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
640 -
641 - <annotation>@javax.ws.rs.Encoded</annotation>
642 -
643 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
644 -
645 - </item>
646 -
647 - <item xmlns="http://maven.apache.org/POM/4.0.0">
648 -
649 - <ignore>true</ignore>
650 -
651 - <code>java.annotation.added</code>
652 -
653 - <old>parameter void org.xwiki.rest.resources.pages.PageTranslationResource::deletePageTranslation(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</old>
654 -
655 - <new>parameter void org.xwiki.rest.resources.pages.PageTranslationResource::deletePageTranslation(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException</new>
656 -
657 - <annotation>@javax.ws.rs.Encoded</annotation>
658 -
659 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
660 -
661 - </item>
662 -
663 - <item xmlns="http://maven.apache.org/POM/4.0.0">
664 -
665 - <ignore>true</ignore>
666 -
667 - <code>java.annotation.added</code>
668 -
669 - <old>parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageTranslationResource::getPageTranslation(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
670 -
671 - <new>parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageTranslationResource::getPageTranslation(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
672 -
673 - <annotation>@javax.ws.rs.Encoded</annotation>
674 -
675 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
676 -
677 - </item>
678 -
679 - <item xmlns="http://maven.apache.org/POM/4.0.0">
680 -
681 - <ignore>true</ignore>
682 -
683 - <code>java.annotation.added</code>
684 -
685 - <old>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.pages.PageTranslationResource::putPageTranslation(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Page) throws org.xwiki.rest.XWikiRestException</old>
686 -
687 - <new>parameter javax.ws.rs.core.Response org.xwiki.rest.resources.pages.PageTranslationResource::putPageTranslation(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Page) throws org.xwiki.rest.XWikiRestException</new>
688 -
689 - <annotation>@javax.ws.rs.Encoded</annotation>
690 -
691 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
692 -
693 - </item>
694 -
695 - <item xmlns="http://maven.apache.org/POM/4.0.0">
696 -
697 - <ignore>true</ignore>
698 -
699 - <code>java.annotation.added</code>
700 -
701 - <old>parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageTranslationVersionResource::getPageTranslationVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
702 -
703 - <new>parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageTranslationVersionResource::getPageTranslationVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
704 -
705 - <annotation>@javax.ws.rs.Encoded</annotation>
706 -
707 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
708 -
709 - </item>
710 -
711 - <item xmlns="http://maven.apache.org/POM/4.0.0">
712 -
713 - <ignore>true</ignore>
714 -
715 - <code>java.annotation.added</code>
716 -
717 - <old>parameter org.xwiki.rest.model.jaxb.Translations org.xwiki.rest.resources.pages.PageTranslationsResource::getTranslations(java.lang.String, ===java.lang.String===, java.lang.String) throws org.xwiki.rest.XWikiRestException</old>
718 -
719 - <new>parameter org.xwiki.rest.model.jaxb.Translations org.xwiki.rest.resources.pages.PageTranslationsResource::getTranslations(java.lang.String, ===java.lang.String===, java.lang.String) throws org.xwiki.rest.XWikiRestException</new>
720 -
721 - <annotation>@javax.ws.rs.Encoded</annotation>
722 -
723 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
724 -
725 - </item>
726 -
727 - <item xmlns="http://maven.apache.org/POM/4.0.0">
728 -
729 - <ignore>true</ignore>
730 -
731 - <code>java.annotation.added</code>
732 -
733 - <old>parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageVersionResource::getPageVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
734 -
735 - <new>parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageVersionResource::getPageVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
736 -
737 - <annotation>@javax.ws.rs.Encoded</annotation>
738 -
739 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
740 -
741 - </item>
742 -
743 - <item xmlns="http://maven.apache.org/POM/4.0.0">
744 -
745 - <ignore>true</ignore>
746 -
747 - <code>java.annotation.added</code>
748 -
749 - <old>parameter org.xwiki.rest.model.jaxb.Pages org.xwiki.rest.resources.pages.PagesResource::getPages(java.lang.String, ===java.lang.String===, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
750 -
751 - <new>parameter org.xwiki.rest.model.jaxb.Pages org.xwiki.rest.resources.pages.PagesResource::getPages(java.lang.String, ===java.lang.String===, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
752 -
753 - <annotation>@javax.ws.rs.Encoded</annotation>
754 -
755 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
756 -
757 - </item>
758 -
759 - <item xmlns="http://maven.apache.org/POM/4.0.0">
760 -
761 - <ignore>true</ignore>
762 -
763 - <code>java.annotation.added</code>
764 -
765 - <old>parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.spaces.SpaceAttachmentsResource::getAttachments(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
766 -
767 - <new>parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.spaces.SpaceAttachmentsResource::getAttachments(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
768 -
769 - <annotation>@javax.ws.rs.Encoded</annotation>
770 -
771 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
772 -
773 - </item>
774 -
775 - <item xmlns="http://maven.apache.org/POM/4.0.0">
776 -
777 - <ignore>true</ignore>
778 -
779 - <code>java.annotation.added</code>
780 -
781 - <old>parameter org.xwiki.rest.model.jaxb.Space org.xwiki.rest.resources.spaces.SpaceResource::getSpace(java.lang.String, ===java.lang.String===) throws org.xwiki.rest.XWikiRestException</old>
782 -
783 - <new>parameter org.xwiki.rest.model.jaxb.Space org.xwiki.rest.resources.spaces.SpaceResource::getSpace(java.lang.String, ===java.lang.String===) throws org.xwiki.rest.XWikiRestException</new>
784 -
785 - <annotation>@javax.ws.rs.Encoded</annotation>
786 -
787 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
788 -
789 - </item>
790 -
791 - <item xmlns="http://maven.apache.org/POM/4.0.0">
792 -
793 - <ignore>true</ignore>
794 -
795 - <code>java.annotation.added</code>
796 -
797 - <old>parameter org.xwiki.rest.model.jaxb.SearchResults org.xwiki.rest.resources.spaces.SpaceSearchResource::search(java.lang.String, ===java.lang.String===, java.lang.String, java.util.List&lt;java.lang.String&gt;, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String, java.lang.Boolean, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</old>
798 -
799 - <new>parameter org.xwiki.rest.model.jaxb.SearchResults org.xwiki.rest.resources.spaces.SpaceSearchResource::search(java.lang.String, ===java.lang.String===, java.lang.String, java.util.List&lt;java.lang.String&gt;, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String, java.lang.Boolean, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException</new>
800 -
801 - <annotation>@javax.ws.rs.Encoded</annotation>
802 -
803 - <justification>Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.</justification>
804 -
805 - </item>
806 -
807 -</ignores>
808 -

Get Connected