sofastack / sofa-serverless

a framework to enabe app architecture evolve from monolithic to microservices smoothly by involving modular and macroservices architecture.
https://sofaserverless.gitee.io/home/
Apache License 2.0
115 stars 41 forks source link

fix:fix serializeTransform function to handle class[] ,and return org… #486

Open linwaiwai opened 8 months ago

linwaiwai commented 8 months ago

[fix serializeTransform function to handle class[] ,and return orginal when the target loader and sourceLoader are the same](fix:fix serializeTransform function to handle class[] ,and return orginal when the target loader and sourceLoader are the same)

Motivation

Try to fix the function call throught bizs normally

Modification

fix serializeTransform function

Result

Resolved or fixed #https://github.com/koupleless/koupleless/issues/81.

If there is no issue then describe the changes introduced by this PR.

sofastack-cla[bot] commented 8 months ago

Hi @linwaiwai, welcome to SOFAStack community, Please sign Contributor License Agreement!

After you signed CLA, we will automatically sync the status of this pull request in 3 minutes.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (17a685e) 80.98% compared to head (34f2230) 79.12%. Report is 112 commits behind head on master.

Files Patch % Lines
...ay/sofa/serverless/common/util/SerializeUtils.java 31.57% 9 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #486 +/- ## ============================================ - Coverage 80.98% 79.12% -1.86% + Complexity 66 63 -3 ============================================ Files 45 47 +2 Lines 1031 1241 +210 Branches 90 118 +28 ============================================ + Hits 835 982 +147 - Misses 145 195 +50 - Partials 51 64 +13 ```

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