Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps com.alibaba:fastjson from 2.0.53 to 2.0.58.

Release notes

Sourced from com.alibaba:fastjson's releases.

Fastjson 2.0.58版本发布

这又是一个定期维护的功能增强BUG FIX版本,大家按需升级。

  1. 修复序列化Enum子类结果不对的问题 #3464
  2. 修复cglib代理对象序列化结果不对的问题 #3445
  3. 修复graalvm native-image运行报错的问题 #3274 #3108 #3587
  4. 支持LabelFilter,兼容fastjson 1.x #2974
  5. 增强fastjson 1.x的兼容 #2850
  6. 支持jax-rs #2490
  7. 修复android在 Unsafe报错的问题 #2263 #3576 #3636
  8. 支持SkipTransientField,兼容fastjson 1.x #3368 #3659
  9. 修复无法反序列化包含$ref的数组字符串的问题 #3436
  10. 支持更多场景base64字符串反序列化 #3497
  11. 修复Dubbo 使用 Fastjson2.0.57 版本时提示 not support none-Serializable #3499
  12. 修复基本类型在Feature.NotWriteDefaultValue下表现不一致 #3183 #3518
  13. 修复JSONObject.toJavaObject在final List字段时会导致重复元素的问题 #2944
  14. 修复JSONPath.set在某些数组场景无法替换的问题 #3375
  15. 修复JSONPath有些场景无法解析数组数据的问题 #3331
  16. 修复某些场景空字符串无法被当成空值处理的问题 #3537
  17. 修复某些场景Boolean类型反序列化结果不对的问题 #3539
  18. 修复某些场景JSONObject::from结果丢失泛型信息的问题 #3569
  19. 修复JSON解析数值时未区分0.0和-0.0的问题 #3613
  20. 修复某些场景不抛出JSONException的问题 #3610
  21. 新增加JSONWriter.Feature.WriterUtilDateAsMillis 方便fastjson 1.x用户迁移
  22. 修复某些场景子类反序列化字段丢失的问题 #3621
  23. 修复自定义List类型不支持自定义序列化的问题 #3601
  24. 修复BigDecimal scale为负时序列化长度计算不对报越界的问题 #3595
  25. 修复数组元素后面带有注释时反序列化失败 #3547
  26. 修复@JSONField(defaultValue="") 和fastjson 1.x不兼容的问题
  27. 修复BigDecimal在前字段带多余空格时某些场景报错的问题 #3665

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.58</version>
</dependency>
  • android5针对优化版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.58.android5</version>
</dependency>
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.53 to 2.0.58.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.53...2.0.58)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-version: 2.0.58
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 4, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 22, 2025

Superseded by #86.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/gradle/com.alibaba-fastjson-2.0.58 branch September 22, 2025 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant