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

Init interface type canonical name to avoid multi reflection #1233

Closed HzjNeverStop closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Merging #1233 (44d9280) into 3.x (9c9a0b9) will decrease coverage by 0.17%. Report is 1 commits behind head on 3.x. The diff coverage is 60.00%.

@@             Coverage Diff              @@
##                3.x    #1233      +/-   ##
============================================
- Coverage     71.83%   71.67%   -0.17%     
+ Complexity     1864     1860       -4     
============================================
  Files           260      261       +1     
  Lines          7470     7473       +3     
  Branches        943      943              
============================================
- Hits           5366     5356      -10     
- Misses         1623     1639      +16     
+ Partials        481      478       -3     
Files Changed Coverage Δ
.../com/alipay/sofa/runtime/spi/binding/Contract.java 0.00% <0.00%> (ø)
...a/runtime/invoke/DynamicJvmServiceProxyFinder.java 38.02% <50.00%> (ø)
...fa/runtime/service/component/AbstractContract.java 66.66% <100.00%> (+1.96%) :arrow_up:

... and 4 files with indirect coverage changes

yuanChina commented 6 months ago

这个改动没有合并到4.0么