Last modified by Manuel Leduc on 2022/05/02

<
From version < 4.1 >
edited by Manuel Leduc
on 2022/04/26
To version < 4.2 >
edited by Manuel Leduc
on 2022/04/26
>
Change comment: Added backward-compatiblity violations data

Summary

Details

ReleaseNotes.BackwardCompatibility[0]
Violations
... ... @@ -1,0 +1,74 @@
1 +<?xml version="1.0" encoding="UTF-8"?><ignores>
2 +
3 + <item xmlns="http://maven.apache.org/POM/4.0.0">
4 +
5 + <ignore>true</ignore>
6 +
7 + <code>java.class.removed</code>
8 +
9 + <old>class com.xpn.xwiki.doc.tasks.XWikiDocumentIndexingTask</old>
10 +
11 + <justification>This class should have been marked as unstable on 14.1RC1. Moved to the package 'org.xwiki.doc.tasks' since it was not located in the right package.</justification>
12 +
13 + <criticality>documented</criticality>
14 +
15 + </item>
16 +
17 + <item xmlns="http://maven.apache.org/POM/4.0.0">
18 +
19 + <ignore>true</ignore>
20 +
21 + <code>java.class.removed</code>
22 +
23 + <old>class com.xpn.xwiki.doc.tasks.XWikiDocumentIndexingTaskId</old>
24 +
25 + <justification>This class should have been marked as unstable on 14.1RC1. The accessors are moved to 'org.xwiki.doc.tasks.XWikiDocumentIndexingTask' since we are not relying on a composite id anymore.</justification>
26 +
27 + <criticality>documented</criticality>
28 +
29 + </item>
30 +
31 + <item xmlns="http://maven.apache.org/POM/4.0.0">
32 +
33 + <ignore>true</ignore>
34 +
35 + <code>java.class.removed</code>
36 +
37 + <old>class org.xwiki.index.migration.R140200001XWIKI19352DataMigration</old>
38 +
39 + <justification>R140200001XWIKI19352DataMigration replaced by R140300000XWIKI19614DataMigration because a link reindexing is required by XWIKI-19614, making an additional reindexing for migrations from version lower than 14.2RC1 useless.</justification>
40 +
41 + <criticality>allowed</criticality>
42 +
43 + </item>
44 +
45 + <item xmlns="http://maven.apache.org/POM/4.0.0">
46 +
47 + <ignore>true</ignore>
48 +
49 + <code>java.method.addedToInterface</code>
50 +
51 + <class>com.xpn.xwiki.web.XWikiResponse</class>
52 +
53 + <justification>Those changes are not real: we need to add those rules because revapi detected a change, but it's actually a false positive.</justification>
54 +
55 + <criticality>allowed</criticality>
56 +
57 + </item>
58 +
59 + <item xmlns="http://maven.apache.org/POM/4.0.0">
60 +
61 + <ignore>true</ignore>
62 +
63 + <code>java.method.addedToInterface</code>
64 +
65 + <class>com.xpn.xwiki.web.XWikiRequest</class>
66 +
67 + <justification>Those changes are not real: we need to add those rules because revapi detected a change, but it's actually a false positive.</justification>
68 +
69 + <criticality>allowed</criticality>
70 +
71 + </item>
72 +
73 +</ignores>
74 +

Get Connected