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.17k forks source link

ClassNotFoundException on JSON deserialization when the bean has an inner class #1305

Closed gofow closed 1 year ago

gofow commented 1 year ago

Describe the bug

ClassNotFoundException on JSON deserialization when the bean has an inner class

Actual behavior

截屏2023-02-19 20 30 16 截屏2023-02-19 20 31 24 截屏2023-02-19 20 32 00

Steps to reproduce

Run the test function

Environment

gofow commented 1 year ago

I find this when I'm trying to fix #1254, and I'll fix both of them

gofow commented 1 year ago

It is fixed in #1306