Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

fastjson-1.2.43版本发布 Bug修复安全加固

Compare
Choose a tag to compare
@wenshao wenshao released this 16 Dec 05:09
· 1351 commits to master since this release

Issues

  1. ParserConfig/SerializerConfig支持clear方法,用于动态ClassLoader场景。
  2. TypeUtils.cast支持java.sql.Time类型 #1644
  3. 修复JSONType.serializerFeatures属性某些场景无效的问题 #1649
  4. JSONPath支持length操作,等同于size #1651
  5. ASMDeserializerFactory支持Mockito #1652
  6. 修复snake case list property反序列化数据丢失的问题 #1647
  7. 安全加固

相关链接