-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathapi-check-ignore.xml
54 lines (54 loc) · 1.76 KB
/
api-check-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
<differences>
<!-- ignore errors originating in changes to compiler generated anonymous functions -->
<difference>
<className>org/camunda/dmn/**</className>
<!-- method removed -->
<differenceType>7002</differenceType>
<method>*$anonfun*</method>
</difference>
<difference>
<className>org/camunda/dmn/**</className>
<!-- num method params -->
<differenceType>7004</differenceType>
<method>*$anonfun*</method>
<from>*</from>
<to>*</to>
</difference>
<difference>
<className>org/camunda/dmn/**</className>
<!-- ignore changes of internal classes -->
<differenceType>7005</differenceType>
<method>*</method>
<!--don't care what the type has changed to-->
<from>*</from>
<to>*</to>
</difference>
<difference>
<className>org/camunda/dmn/**</className>
<!-- return type -->
<differenceType>7006</differenceType>
<method>*$anonfun*</method>
<from>*</from>
<to>*</to>
</difference>
<difference>
<className>org/camunda/dmn/**</className>
<!-- method added -->
<differenceType>7011</differenceType>
<method>*$anonfun*</method>
</difference>
<difference>
<className>org/camunda/dmn/Audit$AuditLog</className>
<!-- method removed -->
<differenceType>7002</differenceType>
<method>*</method>
</difference>
<difference>
<className>org/camunda/dmn/DmnEngine</className>
<!-- ignore change of internal field -->
<differenceType>7006</differenceType>
<method>org.camunda.feel.FeelEngine feelEngine()</method>
<from>*</from>
<to>*</to>
</difference>
</differences>