forked from camunda/camunda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathignored-changes.json
79 lines (77 loc) · 4.7 KB
/
ignored-changes.json
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
[
{
"extension": "revapi.differences",
"id": "differences",
"configuration": {
"differences": [
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method B io.camunda.zeebe.model.bpmn.builder.ZeebeUserTaskPropertiesBuilder<B extends io.camunda.zeebe.model.bpmn.builder.ZeebeUserTaskPropertiesBuilder<B>>::zeebeCandidateUsers(java.lang.String)",
"justification": "Ignore new methods for user task properties builder."
},
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method B io.camunda.zeebe.model.bpmn.builder.ZeebeUserTaskPropertiesBuilder<B extends io.camunda.zeebe.model.bpmn.builder.ZeebeUserTaskPropertiesBuilder<B>>::zeebeCandidateUsersExpression(java.lang.String)",
"justification": "Ignore new methods for user task properties builder."
},
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method B io.camunda.zeebe.model.bpmn.builder.ZeebeUserTaskPropertiesBuilder<B extends io.camunda.zeebe.model.bpmn.builder.ZeebeUserTaskPropertiesBuilder<B>>::zeebeDueDate(java.lang.String)",
"justification": "Ignore new methods for user task properties builder."
},
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method B io.camunda.zeebe.model.bpmn.builder.ZeebeUserTaskPropertiesBuilder<B extends io.camunda.zeebe.model.bpmn.builder.ZeebeUserTaskPropertiesBuilder<B>>::zeebeDueDateExpression(java.lang.String)",
"justification": "Ignore new methods for user task properties builder."
},
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method B io.camunda.zeebe.model.bpmn.builder.ZeebeUserTaskPropertiesBuilder<B extends io.camunda.zeebe.model.bpmn.builder.ZeebeUserTaskPropertiesBuilder<B>>::zeebeFollowUpDate(java.lang.String)",
"justification": "Ignore new methods for user task properties builder."
},
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method B io.camunda.zeebe.model.bpmn.builder.ZeebeUserTaskPropertiesBuilder<B extends io.camunda.zeebe.model.bpmn.builder.ZeebeUserTaskPropertiesBuilder<B>>::zeebeFollowUpDateExpression(java.lang.String)",
"justification": "Ignore new methods for user task properties builder."
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method void io.camunda.zeebe.model.bpmn.builder.AbstractBaseElementBuilder<B extends io.camunda.zeebe.model.bpmn.builder.AbstractBaseElementBuilder<B, E>, E extends io.camunda.zeebe.model.bpmn.instance.BaseElement>::resizeSubProcess(io.camunda.zeebe.model.bpmn.instance.bpmndi.BpmnShape)",
"justification": "change the name to reuse for SubProcess and Link Events"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method void io.camunda.zeebe.model.bpmn.builder.ProcessBuilder::setEventSubProcessCoordinates(io.camunda.zeebe.model.bpmn.instance.bpmndi.BpmnShape)",
"justification": "change the name to reuse for EventSubProcess and Link Events"
},
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method java.util.Optional<T> io.camunda.zeebe.model.bpmn.Query<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>::findSingleResult()",
"justification": "add optional method findSingleResult() for the usage of get single result"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method java.util.List<java.lang.String> io.camunda.zeebe.model.bpmn.util.ModelUtil::getDuplicateMessageNames(java.util.stream.Stream<io.camunda.zeebe.model.bpmn.instance.MessageEventDefinition>)",
"justification": "Remove unused method"
},
{
"ignore": true,
"code": "java.method.visibilityIncreased",
"old": "method void io.camunda.zeebe.model.bpmn.builder.AbstractTaskBuilder<B extends io.camunda.zeebe.model.bpmn.builder.AbstractTaskBuilder<B, E>, E extends io.camunda.zeebe.model.bpmn.instance.Task>::<init>(io.camunda.zeebe.model.bpmn.BpmnModelInstance, E, java.lang.Class<?>)",
"new": "method void io.camunda.zeebe.model.bpmn.builder.AbstractTaskBuilder<B extends io.camunda.zeebe.model.bpmn.builder.AbstractTaskBuilder<B, E>, E extends io.camunda.zeebe.model.bpmn.instance.Task>::<init>(io.camunda.zeebe.model.bpmn.BpmnModelInstance, E, java.lang.Class<?>)",
"justification": "Can now be instantiated directly"
}
]
}
}
]