Skip to content

Conversation

@yangl
Copy link
Contributor

@yangl yangl commented Dec 18, 2025

  • Change fastjson dependency scope to runtime
  • Upgrade fastjson2 version from 2.0.43 to 2.0.60
  • Update import statements to use fastjson2 package
  • Replace fastjson serialization calls with fastjson2 equivalents
  • Clean up redundant dependency declarations in pom files
  • Update bazel workspace dependencies accordingly

Which Issue(s) This PR Fixes

Fixes #9396

Brief Description

How Did You Test This Change?

…version

- Upgrade fastjson2 version from 2.0.43 to 2.0.60
- Remove deprecated fastjson 1.x dependencies
- Update import statements to use fastjson2 package
- Replace fastjson serialization calls with fastjson2 equivalents
- Clean up redundant dependency declarations in pom files
- Update bazel workspace dependencies accordingly
@yangl
Copy link
Contributor Author

yangl commented Dec 18, 2025

@lizhimins Hi, it looks like some CI checks failed due to temporary issues. Could you please help re-run the failed checks? Thanks!

@lizhimins
Copy link
Member

  • Build and Run Tests by Maven / maven-compile (windows-latest, JDK-8) (pull_request)

可以在本地先运行一下 CI

@lizhimins
Copy link
Member

After discussing with other Committers, it is recommended to set the milestone to 5.5.0.

@yx9o
Copy link
Contributor

yx9o commented Dec 19, 2025

We should wait a few more versions before completely removing the dependency.

@codecov-commenter
Copy link

codecov-commenter commented Dec 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.73%. Comparing base (b5da00a) to head (4d93f99).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9931      +/-   ##
=============================================
- Coverage      48.81%   48.73%   -0.09%     
+ Complexity     12763    12740      -23     
=============================================
  Files           1324     1324              
  Lines          96407    96407              
  Branches       12435    12435              
=============================================
- Hits           47064    46984      -80     
- Misses         43600    43671      +71     
- Partials        5743     5752       +9     

☔ 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.

@yangl yangl changed the title [ISSUE #9396] remove fastjson dependency and upgrade fastjson2 version [ISSUE #9396] change fastjson dependency scope to runtime Dec 26, 2025
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.

[Enhancement] Use fastjson2 in all modules

4 participants