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.94k stars 1.26k forks source link

1. update version 3.18.1 #1192

Closed HzjNeverStop closed 1 year ago

HzjNeverStop commented 1 year ago
  1. fix @SofaService Annotation parse
codecov[bot] commented 1 year ago

Codecov Report

Merging #1192 (e4bf57c) into 3.18.0 (e38dcbf) will increase coverage by 0.01%. The diff coverage is 93.75%.

@@             Coverage Diff              @@
##             3.18.0    #1192      +/-   ##
============================================
+ Coverage     71.69%   71.70%   +0.01%     
- Complexity     1827     1831       +4     
============================================
  Files           252      253       +1     
  Lines          7348     7355       +7     
  Branches        929      930       +1     
============================================
+ Hits           5268     5274       +6     
- Misses         1605     1606       +1     
  Partials        475      475              
Impacted Files Coverage Δ
...om/alipay/sofa/boot/util/SmartAnnotationUtils.java 90.00% <90.00%> (ø)
...untime/spring/ServiceBeanFactoryPostProcessor.java 74.45% <100.00%> (-0.41%) :arrow_down: