sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.16k forks source link

Replace alibaba dubbo class to apache dubbo class #1391

Closed wangchengming666 closed 4 months ago

wangchengming666 commented 5 months ago

Replace alibaba dubbo class to apache dubbo class

wangchengming666 commented 5 months ago

@EvenLjj @OrezzerO pls help review

codecov[bot] commented 5 months ago

Codecov Report

Attention: 43 lines in your changes are missing coverage. Please review.

Comparison is base (9faa8b8) 72.04% compared to head (89a637d) 72.03%. Report is 4 commits behind head on master.

Files Patch % Lines
...va/com/alipay/sofa/rpc/server/bolt/BoltServer.java 53.06% 16 Missing and 7 partials :warning:
.../sofa/rpc/dynamic/DynamicConfigManagerFactory.java 0.00% 6 Missing :warning:
...ava/com/alipay/sofa/rpc/server/UserThreadPool.java 75.00% 2 Missing and 2 partials :warning:
...fa/rpc/bootstrap/dubbo/DubboProviderBootstrap.java 33.33% 2 Missing :warning:
...ipay/sofa/rpc/codec/jackson/JacksonSerializer.java 93.54% 0 Missing and 2 partials :warning:
...ipay/sofa/rpc/codec/jackson/JacksonConfigKeys.java 88.88% 1 Missing :warning:
...sofa/rpc/common/threadpool/ThreadPoolConstant.java 0.00% 1 Missing :warning:
...threadpool/extension/VirtualThreadPoolFactory.java 50.00% 1 Missing :warning:
.../alipay/sofa/rpc/server/UserVirtualThreadPool.java 83.33% 1 Missing :warning:
...a/com/alipay/sofa/rpc/event/LookoutSubscriber.java 66.66% 0 Missing and 1 partial :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1391 +/- ## ============================================ - Coverage 72.04% 72.03% -0.02% - Complexity 785 793 +8 ============================================ Files 417 422 +5 Lines 17709 17806 +97 Branches 2760 2770 +10 ============================================ + Hits 12759 12826 +67 - Misses 3546 3567 +21 - Partials 1404 1413 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.