sofastack / sofa-boot

SOFABoot is a framework that enhances Spring Boot and fully compatible with it, provides readiness check, class isolation, etc.
https://www.sofastack.tech/sofa-boot/docs/Home
Apache License 2.0
4.95k stars 1.26k forks source link

use FactoryBean.OBJECT_TYPE_ATTRIBUTE to support ReferenceFactoryBean… #1156

Closed HzjNeverStop closed 1 year ago

HzjNeverStop commented 1 year ago

… by type inject

codecov[bot] commented 1 year ago

Codecov Report

Merging #1156 (035f7dd) into master (23e43a0) will decrease coverage by 0.30%. The diff coverage is 17.39%.

@@             Coverage Diff              @@
##             master    #1156      +/-   ##
============================================
- Coverage     11.23%   10.93%   -0.30%     
  Complexity       41       41              
============================================
  Files           324      324              
  Lines          9597     9620      +23     
  Branches       1313     1311       -2     
============================================
- Hits           1078     1052      -26     
- Misses         8357     8413      +56     
+ Partials        162      155       -7     
Impacted Files Coverage Δ
...untime/spring/ServiceBeanFactoryPostProcessor.java 27.27% <0.00%> (-0.15%) :arrow_down:
...m/alipay/sofa/boot/constant/SofaBootConstants.java 91.66% <ø> (ø)
...om/alipay/sofa/boot/env/EnvironmentCustomizer.java 0.00% <0.00%> (ø)
...ntime/spring/parser/ReferenceDefinitionParser.java 48.14% <66.66%> (+5.29%) :arrow_up:

... and 4 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.