spring-cloud / spring-cloud-circuitbreaker

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

Switch all @Configuration to proxyBeanMethods=false. Fixes gh-50 #53

Closed onobc closed 4 years ago

onobc commented 4 years ago

All existing tests run w/ changes via ./mvnw clean install.

codecov[bot] commented 4 years ago

Codecov Report

Merging #53 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #53   +/-   ##
=========================================
  Coverage     89.77%   89.77%           
  Complexity       50       50           
=========================================
  Files            11       11           
  Lines           225      225           
  Branches          4        4           
=========================================
  Hits            202      202           
  Misses           18       18           
  Partials          5        5
Impacted Files Coverage Δ Complexity Δ
...ience4j/ReactiveResilience4JAutoConfiguration.java 92.85% <ø> (ø) 2 <0> (ø) :arrow_down:
...aker/springretry/SpringRetryAutoConfiguration.java 100% <ø> (ø) 2 <0> (ø) :arrow_down:
...er/resilience4j/Resilience4JAutoConfiguration.java 92.85% <ø> (ø) 2 <0> (ø) :arrow_down:

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 51e7670...4bfe854. Read the comment docs.

spencergibb commented 4 years ago

superseded by 318647c46da29393a41e21bcbf5941a2c603c388