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. distinct requrie modules #1185

Closed HzjNeverStop closed 1 year ago

HzjNeverStop commented 1 year ago
  1. split loadPropertiesFormUrlResource method
  2. remove require modules if module is none spring powered
codecov[bot] commented 1 year ago

Codecov Report

Merging #1185 (9b5d93e) into 4.0.0 (2274a73) will increase coverage by 0.03%. The diff coverage is 95.00%.

@@             Coverage Diff              @@
##              4.0.0    #1185      +/-   ##
============================================
+ Coverage     84.47%   84.50%   +0.03%     
- Complexity     2699     2704       +5     
============================================
  Files           307      307              
  Lines          8816     8827      +11     
  Branches       1046     1047       +1     
============================================
+ Hits           7447     7459      +12     
+ Misses          897      896       -1     
  Partials        472      472              
Impacted Files Coverage Δ
...lipay/sofa/boot/isle/stage/ModelCreatingStage.java 96.15% <90.00%> (+0.15%) :arrow_up:
...alipay/sofa/boot/isle/ApplicationRuntimeModel.java 100.00% <100.00%> (ø)
.../isle/deployment/AbstractDeploymentDescriptor.java 97.75% <100.00%> (ø)
...e/deployment/DefaultModuleDeploymentValidator.java 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes