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

Fix the issue where @SofaService annotation cannot set a custom threa… #1247

Closed HzjNeverStop closed 1 year ago

HzjNeverStop commented 1 year ago

…d pool when the interfaceType is empty

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.09% :tada:

Comparison is base (b274315) 84.15% compared to head (7be8e71) 84.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1247 +/- ## ============================================ + Coverage 84.15% 84.24% +0.09% - Complexity 2865 2866 +1 ============================================ Files 323 323 Lines 9314 9318 +4 Branches 1113 1113 ============================================ + Hits 7838 7850 +12 + Misses 973 961 -12 - Partials 503 507 +4 ``` | [Files Changed](https://app.codecov.io/gh/sofastack/sofa-boot/pull/1247?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sofastack) | Coverage Δ | | |---|---|---| | [...pc/boot/runtime/converter/RpcBindingConverter.java](https://app.codecov.io/gh/sofastack/sofa-boot/pull/1247?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sofastack#diff-c29mYS1ib290LXByb2plY3Qvc29mYS1ib290LWNvcmUvcnBjLXNvZmEtYm9vdC9zcmMvbWFpbi9qYXZhL2NvbS9hbGlwYXkvc29mYS9ycGMvYm9vdC9ydW50aW1lL2NvbnZlcnRlci9ScGNCaW5kaW5nQ29udmVydGVyLmphdmE=) | `79.09% <100.00%> (+2.09%)` | :arrow_up: | | [...a/runtime/spi/service/BindingConverterContext.java](https://app.codecov.io/gh/sofastack/sofa-boot/pull/1247?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sofastack#diff-c29mYS1ib290LXByb2plY3Qvc29mYS1ib290LWNvcmUvcnVudGltZS1zb2ZhLWJvb3Qvc3JjL21haW4vamF2YS9jb20vYWxpcGF5L3NvZmEvcnVudGltZS9zcGkvc2VydmljZS9CaW5kaW5nQ29udmVydGVyQ29udGV4dC5qYXZh) | `92.00% <100.00%> (+1.09%)` | :arrow_up: | | [...untime/spring/ServiceBeanFactoryPostProcessor.java](https://app.codecov.io/gh/sofastack/sofa-boot/pull/1247?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sofastack#diff-c29mYS1ib290LXByb2plY3Qvc29mYS1ib290LWNvcmUvcnVudGltZS1zb2ZhLWJvb3Qvc3JjL21haW4vamF2YS9jb20vYWxpcGF5L3NvZmEvcnVudGltZS9zcHJpbmcvU2VydmljZUJlYW5GYWN0b3J5UG9zdFByb2Nlc3Nvci5qYXZh) | `74.45% <100.00%> (+0.13%)` | :arrow_up: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/sofastack/sofa-boot/pull/1247/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sofastack)

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