aofall commented on issue #14259:
URL: https://github.com/apache/dubbo/issues/14259#issuecomment-2141306861
In 3.3.0-beta.2 the default serialization is fastjson2, in 3.3.0-beta.3 the
hessian serialization back and set as default serialization by #13974
It caused by hessian serialization. You can temporarily set the
serialization as fastjson2 again. The issue of hessian serialization with newly
JDK may solved in the future.
You can modify the settings according to the actual situation, and be aware
that there may be unexpected issues with fastjson2 as well.
```
dubbo:
protocol:
serialization: fastjson2
prefer-serialization: fastjson2,hessian2
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]