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

straight application listener order #1179

Closed crazysaltfish closed 1 year ago

crazysaltfish commented 1 year ago

straight application listener order

codecov[bot] commented 1 year ago

Codecov Report

Merging #1179 (9d2caef) into master (74a991d) will decrease coverage by 0.21%. The diff coverage is 50.00%.

@@             Coverage Diff              @@
##             master    #1179      +/-   ##
============================================
- Coverage     71.60%   71.39%   -0.21%     
+ Complexity     1822     1816       -6     
============================================
  Files           252      253       +1     
  Lines          7349     7353       +4     
  Branches        930      930              
============================================
- Hits           5262     5250      -12     
- Misses         1606     1624      +18     
+ Partials        481      479       -2     
Impacted Files Coverage Δ
...a/boot/util/ApplicationListenerOrderConstants.java 0.00% <0.00%> (ø)
.../boot/logging/LogEnvironmentPreparingListener.java 93.93% <100.00%> (ø)
...boot/listener/SofaTracerConfigurationListener.java 77.77% <100.00%> (ø)
...y/sofa/boot/listener/SofaBootstrapRunListener.java 92.45% <100.00%> (ø)
...boot/listener/SofaConfigSourceSupportListener.java 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes