We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述 SupportSmartMatch全局配置无效
环境信息 OS信息: win11 JDK信息:jdk17 版本信息:Fastjson2 2.0.46 springboot3.2.0 重现步骤: 在启动类加全局配置开启SupportSmartMatch, jsonArray.toJavaList(obj.class)反序列化会使大量字段值为null
需使用jsonArray.toJavaList(obj.class, JSONReader.Feature.SupportSmartMatch)才能正常反序列化
The text was updated successfully, but these errors were encountered:
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.48-SNAPSHOT/ 问题已修复,请帮忙用2.0.48-SNAPSHOT验证,2.0.48正式版本预计在月末发布
Sorry, something went wrong.
global config not work on toJavaList, for issue #2349
021facc
https://github.com/alibaba/fastjson2/releases/tag/2.0.48 请用新版本
No branches or pull requests
问题描述
SupportSmartMatch全局配置无效
环境信息
OS信息: win11
JDK信息:jdk17
版本信息:Fastjson2 2.0.46 springboot3.2.0
重现步骤:
在启动类加全局配置开启SupportSmartMatch,
jsonArray.toJavaList(obj.class)反序列化会使大量字段值为null
需使用jsonArray.toJavaList(obj.class, JSONReader.Feature.SupportSmartMatch)才能正常反序列化
The text was updated successfully, but these errors were encountered: