alibaba / fastjson

FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
https://github.com/alibaba/fastjson2/wiki/fastjson_1_upgrade_cn
Apache License 2.0
25.74k stars 6.5k forks source link

fastjson1.2.76 升级到1.2.83 哪些地方需要做兼容性测试呢? #4173

Open myl3017 opened 2 years ago

wenshao commented 2 years ago

没有报错autotype not support就是兼容了

myl3017 commented 2 years ago

好的,谢谢温少~

gebizhuxiaowang commented 2 years ago

使用feign 发送请求,请求参数中如果使用了@JSONField ,在1.2.83 版本中 不生效;导致被调用方通过parent_did接受不到值;

@JSONField(name = "parent_did")
private String parentDid;