Skip to content

fix(deps): update dependency com.alibaba:fastjson to v2.0.60#5000

Merged
KouShenhai merged 1 commit intomasterfrom
renovate/fastjson.version
Oct 26, 2025
Merged

fix(deps): update dependency com.alibaba:fastjson to v2.0.60#5000
KouShenhai merged 1 commit intomasterfrom
renovate/fastjson.version

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2025

This PR contains the following updates:

Package Change Age Confidence
com.alibaba:fastjson 2.0.59 -> 2.0.60 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

alibaba/fastjson2 (com.alibaba:fastjson)

v2.0.60: fastjson 2.0.60发布

Compare Source

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

Issues

  1. 修复dubbo使用时报错not support none-Serializable的问题 #​3499
  2. 修复dubbo使用时字段带缺省值是序列化丢失字段的问题 #​3765 #​3842
  3. 增加JSONObject.getIntValue方法处理默认值 #​3772
  4. JSONArray.getJSONObject行为保持和JSONObject一样 #​2989
  5. 修复JSONField(deserialize = false)在public字段不生效的问题
  6. 增强日期格式反序列化支持 #​3102
  7. 补充fastjson2-extension-jaxrs-jakarta的发版 #​3767
  8. 修复枚举使用@ JsonProperties之后结果错误的问题 #​3799
  9. 修复某些场景反序列化java.util.Collections#EMPTY_LIST报错的问题 #​3828
  10. 修复JSONPath.eval(jsonString, path)和fastjson 1.x某些场景不兼容的问题 #​3825
  11. 反序列化时增加Feature.DisableStringArrayUnwrapping #​3757
  12. 修复codegen的问题 #​3836 #​3833

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.60</version>
</dependency>
  • android5针对优化版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.60.android5</version>
</dependency>
  • android8针对优化版本
    这个版本支持java.time和Optional
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.60.android8</version>
</dependency>
  • 1.x 兼容版本
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>2.0.60</version>
</dependency>
  • Spring 5 extension配置
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2-extension-spring5</artifactId>
    <version>2.0.60</version>
</dependency>
  • Spring 6 extension配置
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2-extension-spring6</artifactId>
    <version>2.0.60</version>
</dependency>

3. 相关链接


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Oct 25, 2025

Deploy Preview for kcloud-platform-iot ready!

Name Link
🔨 Latest commit ea2664e
🔍 Latest deploy log https://app.netlify.com/projects/kcloud-platform-iot/deploys/68fccb609e006a000824ef3e
😎 Deploy Preview https://deploy-preview-5000--kcloud-platform-iot.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link

coderabbitai bot commented Oct 25, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Oct 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.89%. Comparing base (194d7fe) to head (ea2664e).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5000      +/-   ##
============================================
+ Coverage     48.83%   48.89%   +0.05%     
- Complexity      545      546       +1     
============================================
  Files           189      189              
  Lines          3391     3391              
  Branches        197      197              
============================================
+ Hits           1656     1658       +2     
+ Misses         1601     1599       -2     
  Partials        134      134              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@KouShenhai KouShenhai merged commit 75d12e5 into master Oct 26, 2025
19 of 21 checks passed
@KouShenhai KouShenhai deleted the renovate/fastjson.version branch October 26, 2025 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants