File tree
51 files changed
+1078
-485
lines changed- resilience4j-bulkhead/src
- main/java/io/github/resilience4j/bulkhead/internal
- test/java/io/github/resilience4j/bulkhead
- resilience4j-cache/src/main/java/io/github/resilience4j/cache/internal
- resilience4j-circuitbreaker/src
- main/java/io/github/resilience4j/circuitbreaker/internal
- test/java/io/github/resilience4j/circuitbreaker/internal
- resilience4j-core/src
- main/java/io/github/resilience4j/core
- registry
- test/java/io/github/resilience4j/core
- registry
- resilience4j-micrometer/src
- main/java/io/github/resilience4j/micrometer
- tagged
- test/java/io/github/resilience4j/micrometer/tagged
- resilience4j-ratelimiter/src
- main/java/io/github/resilience4j/ratelimiter/internal
- test/java/io/github/resilience4j/ratelimiter/internal
- resilience4j-retry/src
- main/java/io/github/resilience4j/retry/internal
- test/java/io/github/resilience4j/retry
- resilience4j-spring/src
- main/java/io/github/resilience4j/circuitbreaker/configure
- test/java/io/github/resilience4j/circuitbreaker/configure
- resilience4j-spring-boot/src
- main/java/io/github/resilience4j/circuitbreaker/autoconfigure
- test/java/io/github/resilience4j/circuitbreaker
- resilience4j-spring-boot-common/src
- main/java/io/github/resilience4j/springboot/common/circuitbreaker/autoconfigure
- test/java/io/github/resilience4j/springboot/common
- resilience4j-spring-boot2/src/main/java/io/github/resilience4j/circuitbreaker/autoconfigure
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+1078
-485
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
| 207 | + | |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
| 213 | + | |
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
219 |
| - | |
| 219 | + | |
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
|
resilience4j-bulkhead/src/main/java/io/github/resilience4j/bulkhead/internal/SemaphoreBulkhead.java
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
182 |
| - | |
| 182 | + | |
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
| 188 | + | |
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
|
Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
28 |
| - | |
29 | 27 |
| |
30 | 28 |
| |
31 | 29 |
| |
32 |
| - | |
33 | 30 |
| |
34 | 31 |
| |
35 | 32 |
| |
36 | 33 |
| |
37 | 34 |
| |
38 | 35 |
| |
39 | 36 |
| |
40 |
| - | |
41 | 37 |
| |
42 | 38 |
| |
43 | 39 |
| |
44 | 40 |
| |
45 | 41 |
| |
46 | 42 |
| |
47 |
| - | |
48 | 43 |
| |
49 | 44 |
| |
50 | 45 |
| |
| |||
71 | 66 |
| |
72 | 67 |
| |
73 | 68 |
| |
74 |
| - | |
75 | 69 |
| |
76 | 70 |
| |
77 | 71 |
| |
| |||
82 | 76 |
| |
83 | 77 |
| |
84 | 78 |
| |
85 |
| - | |
86 | 79 |
| |
87 | 80 |
| |
88 | 81 |
| |
| |||
93 | 86 |
| |
94 | 87 |
| |
95 | 88 |
| |
96 |
| - | |
97 | 89 |
| |
98 | 90 |
| |
99 | 91 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
| 136 | + | |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 |
| - | |
| 336 | + | |
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
341 | 341 |
| |
342 |
| - | |
| 342 | + | |
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
347 | 347 |
| |
348 |
| - | |
| 348 | + | |
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
353 | 353 |
| |
354 |
| - | |
| 354 | + | |
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
359 | 359 |
| |
360 |
| - | |
| 360 | + | |
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
366 |
| - | |
| 366 | + | |
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
|
Lines changed: 9 additions & 33 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
12 | 7 |
| |
13 | 8 |
| |
14 | 9 |
| |
15 | 10 |
| |
16 | 11 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
21 | 17 |
| |
22 | 18 |
| |
23 | 19 |
| |
| |||
29 | 25 |
| |
30 | 26 |
| |
31 | 27 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 | 28 |
| |
53 | 29 |
| |
54 | 30 |
| |
|
Lines changed: 25 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
23 | 25 |
| |
24 | 26 |
| |
| 27 | + | |
25 | 28 |
| |
26 | 29 |
| |
27 | 30 |
| |
28 | 31 |
| |
29 |
| - | |
30 |
| - | |
| 32 | + | |
| 33 | + | |
31 | 34 |
| |
32 | 35 |
| |
33 | 36 |
| |
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
40 | 52 |
| |
41 | 53 |
| |
42 |
| - | |
43 | 54 |
| |
44 | 55 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
| 56 | + | |
| 57 | + | |
48 | 58 |
| |
49 | 59 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
54 | 64 |
| |
55 | 65 |
| |
56 | 66 |
| |
| |||
59 | 69 |
| |
60 | 70 |
| |
61 | 71 |
| |
62 |
| - | |
63 |
| - | |
| 72 | + | |
| 73 | + | |
64 | 74 |
| |
65 | 75 |
|
0 commit comments