-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathapi-changes.json
More file actions
54 lines (54 loc) · 1.35 KB
/
Copy pathapi-changes.json
File metadata and controls
54 lines (54 loc) · 1.35 KB
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
[
{
"extension": "revapi.versions",
"configuration": {
"enabled": true,
"semantic0": true,
"strictSemver": true,
"versionIncreaseAllows": {
"major": {
"severity": "BREAKING"
},
"minor": {
"severity": "NON_BREAKING"
},
"patch": {
"severity": "EQUIVALENT"
}
}
}
},
{
"extension": "revapi.filter",
"configuration": {
"elements": {
"exclude": [
{
"matcher": "java-package",
"match": "stormpot.internal"
}
]
}
}
},
{
"extension": "revapi.differences",
"configuration": {
"ignore": true,
"differences": [
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method int stormpot.PoolBuilder<T extends stormpot.Poolable>::getMaxConcurrentAllocations()",
"justification": "False positive. See https://github.com/revapi/revapi/issues/304"
},
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method stormpot.PoolBuilder<T> stormpot.PoolBuilder<T extends stormpot.Poolable>::setMaxConcurrentAllocations(int)",
"justification": "False positive. See https://github.com/revapi/revapi/issues/304"
}
]
}
}
]