spring-cloud / spring-cloud-circuitbreaker

Spring Cloud Circuit Breaker API and Implementations
Apache License 2.0
335 stars 110 forks source link

Fix for customizer which are not applied when circuit breaker are created in advance #56

Closed ebussieres closed 4 years ago

ebussieres commented 4 years ago

Fixes gh-52

codecov[bot] commented 4 years ago

Codecov Report

Merging #56 into master will decrease coverage by 0.32%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #56      +/-   ##
============================================
- Coverage     89.77%   89.44%   -0.33%     
- Complexity       50       53       +3     
============================================
  Files            11       11              
  Lines           225      218       -7     
  Branches          4        4              
============================================
- Hits            202      195       -7     
  Misses           18       18              
  Partials          5        5
Impacted Files Coverage Δ Complexity Δ
...ience4j/ReactiveResilience4JAutoConfiguration.java 90.9% <100%> (-1.95%) 3 <2> (+1)
...aker/springretry/SpringRetryAutoConfiguration.java 100% <100%> (ø) 3 <2> (+1) :arrow_up:
...er/resilience4j/Resilience4JAutoConfiguration.java 90.9% <100%> (-1.95%) 3 <2> (+1)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a41fb9d...0b1fb1e. Read the comment docs.