fastjson 1.2.79 现已发布,这又是一个 bug fixed 的版本,大家按需升级。主要更新内容如下:
Issues
- 修复引入MethodInheritanceComparator导致某些场景序列化报错的问题
- 增强JDK 9兼容
- 修复JSONArray/JSONObject的equals方法在内部对象map/list相同时不直接返回true的问题
相关链接
- 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.79/
- 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98
- 源码 https://github.com/alibaba/fastjson/tree/1.2.79
更新说明:https://github.com/alibaba/fastjson/releases/tag/1.2.79
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig (aka ibatis-sqlmap).