Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: enum JSONType#serializer not work #2269 #2285

Merged
merged 2 commits into from
Mar 4, 2024
Merged

Conversation

Milkdove
Copy link
Contributor

@Milkdove Milkdove commented Mar 4, 2024

What this PR does / why we need it?

fix #2269

Summary of your change

Please indicate you've done the following:

  • Made sure tests are passing and test coverage is added if needed.
  • Made sure commit message follow the rule of Conventional Commits specification.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed.

@CLAassistant
Copy link

CLAassistant commented Mar 4, 2024

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.39%. Comparing base (27ca2b4) to head (76c00ab).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2285   +/-   ##
=========================================
  Coverage     77.39%   77.39%           
- Complexity    22689    22690    +1     
=========================================
  Files           634      634           
  Lines         84980    84981    +1     
  Branches      19283    19283           
=========================================
+ Hits          65773    65775    +2     
- Misses        11216    11218    +2     
+ Partials       7991     7988    -3     

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

@wenshao wenshao merged commit 478b553 into alibaba:main Mar 4, 2024
5 checks passed
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.

fastjson2 (version 2.0.46), JSONType注解指定自定义序列化无效[BUG]
4 participants