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

序列化中含有表达式,转换异常 #4272

Open QinHongZhe opened 2 years ago

QinHongZhe commented 2 years ago

version: 1.2.78

long 类型的 id 字段在传参数中,无意写上了表达式,会把表达式进行截取。

image

image

wenshao commented 2 years ago

https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson/2.0.13-SNAPSHOT/ 问题已经修复,请用2.0.13-SNAPSHOT版本验证,2.0.13版本预计在9月12日前发布

QinHongZhe commented 2 years ago

好的