forked from camunda/camunda-bpm-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clirr-jenkins-ignore.xml
125 lines (121 loc) · 4.43 KB
/
.clirr-jenkins-ignore.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<differences>
<difference>
<!-- It is okay to add classes to the set of superclasses -->
<className>**</className>
<differenceType>5000</differenceType>
<to>**</to>
</difference>
<difference>
<!-- It is okay to add methods to an interface-->
<className>**</className>
<differenceType>7012</differenceType>
<method>*</method>
</difference>
<!-- 8001: class removed -->
<!-- class removed from public API due to CAM-4307 -->
<difference>
<differenceType>8001</differenceType>
<className>org/camunda/bpm/engine/history/UserOperationLogContext</className>
</difference>
<!-- package moved into typed-values module of camunda-commons project -->
<difference>
<differenceType>8001</differenceType>
<className>org/camunda/bpm/engine/variable/**/*</className>
</difference>
<!-- 8001: class removed due to clean-up after end of support -->
<difference>
<differenceType>8001</differenceType>
<className>org/camunda/bpm/engine/CrdbTransactionRetryException</className>
</difference>
<!-- 5001: superclass removed -->
<!-- new interface introduced in hierarchy, previous superclass renamed -->
<difference>
<differenceType>5001</differenceType>
<className>org/camunda/bpm/engine/test/mock/MockExpressionManager</className>
<to>**</to>
</difference>
<!-- 5001: superclass removed -->
<!-- new JUEL module with different package names -->
<difference>
<differenceType>5001</differenceType>
<className>org/camunda/bpm/engine/test/mock/MockElResolver</className>
<to>**</to>
</difference>
<!-- 6004: field type changed -->
<!-- new JUEL module with different package names -->
<difference>
<differenceType>6004</differenceType>
<className>org/camunda/bpm/application/AbstractProcessApplication</className>
<field>processApplication*ElResolver</field>
<from>**</from>
<to>**</to>
</difference>
<!-- 7006: method return type changed -->
<!-- new JUEL module with different package names -->
<difference>
<differenceType>7006</differenceType>
<className>org/camunda/bpm/application/AbstractProcessApplication</className>
<method>*ElResolver*</method>
<to>**</to>
</difference>
<!-- 7006: method return type changed -->
<!-- new JUEL module with different package names -->
<difference>
<differenceType>7006</differenceType>
<className>org/camunda/bpm/application/ProcessApplicationElResolver</className>
<method>*ElResolver*</method>
<to>**</to>
</difference>
<!-- 7006: method return type changed -->
<!-- new JUEL module with different package names -->
<difference>
<differenceType>7006</differenceType>
<className>org/camunda/bpm/application/ProcessApplicationInterface</className>
<method>*ElResolver*</method>
<to>**</to>
</difference>
<!-- 7006: method return type changed -->
<!-- new JUEL module with different package names -->
<difference>
<differenceType>7006</differenceType>
<className>org/camunda/bpm/engine/test/mock/MockExpressionManager</className>
<method>*ElResolver*</method>
<to>**</to>
</difference>
<!-- 7005: method parameter type changed -->
<!-- new JUEL module with different package names -->
<difference>
<differenceType>7005</differenceType>
<className>org/camunda/bpm/engine/test/mock/MockElResolver</className>
<method>*ELContext*</method>
<to>**</to>
</difference>
<!-- 6001: removed field -->
<!-- removed feature: handling JPA entities as variables-->
<difference>
<differenceType>6001</differenceType>
<className>org/camunda/bpm/engine/ProcessEngineConfiguration</className>
<field>jpa**</field>
</difference>
<!-- 7002: removed method -->
<!-- removed feature: handling JPA entities as variables-->
<difference>
<differenceType>7002</differenceType>
<className>org/camunda/bpm/engine/ProcessEngineConfiguration</className>
<method>**Jpa**</method>
</difference>
<!-- 6001: removed field -->
<!-- removed feature: sending telemetry-->
<difference>
<differenceType>6001</differenceType>
<className>org/camunda/bpm/engine/ProcessEngineConfiguration</className>
<field>telemetryRegistry</field>
</difference>
<!-- 7002: removed method -->
<!-- removed feature: sending telemetry -->
<difference>>
<differenceType>7002</differenceType>
<className>org/camunda/bpm/engine/ProcessEngineConfiguration</className>
<method>**Telemetry**</method>
</difference>
</differences>