Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps com.alibaba.fastjson2:fastjson2 from 2.0.58 to 2.0.59.

Release notes

Sourced from com.alibaba.fastjson2:fastjson2's releases.

fastjson 2.0.59发布

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

Issues

  1. 修复在部分Android机型上崩溃的问题 #3769
  2. 修复Android分支processObjectInputSingleItemArray()函数内部产生空指针的问题 #3770
  3. JSONArray/JSONObject增加getLocalDate/getLocalDateTime方法
  4. 修复某些场景解析非法JSON数据导致JVM Crash的问题 #3761
  5. 修复JSONB谢衣反序列化AtomicLong报错的问题 #3771
  6. 修复序列化Spring RefreshScope Bean导致内存不停上涨的问题
  7. 修复Android分支和master部分BUG fix不同步的问题 #3710
  8. 支持Long类型序列化日期格式 #3407
  9. 修复WriteNullNumberAsZero行为和fastjson 1行为不一致的问题 #3702
  10. 修复解析Set[...]某些场景报错的问题 #3692
  11. 增加对webflux的支持 #1501 #3691
  12. 修复JSONWriter.Feature.FieldBased 和 LocalDate冲突的问题 #3602
  13. 增强对base64格式解析的问题 #3681

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.59</version>
</dependency>
  • android5针对优化版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.59.android5</version>
</dependency>
  • android8针对优化版本 这个版本支持java.time和Optional
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.59.android8</version>
</dependency>
  • 1.x 兼容版本
<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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 22, 2025
@dependabot dependabot bot force-pushed the dependabot/maven/com.alibaba.fastjson2-fastjson2-2.0.59 branch from cc6144f to 2b5dbca Compare October 8, 2025 10:17
@velo
Copy link
Member

velo commented Oct 8, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 8, 2025

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@velo velo enabled auto-merge (squash) October 8, 2025 10:34
Bumps [com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 2.0.58 to 2.0.59.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.58...2.0.59)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/com.alibaba.fastjson2-fastjson2-2.0.59 branch from 2b5dbca to afd051b Compare October 8, 2025 10:36
@velo velo merged commit 698b1a6 into master Oct 8, 2025
3 checks passed
@velo velo deleted the dependabot/maven/com.alibaba.fastjson2-fastjson2-2.0.59 branch October 8, 2025 10:48
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