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

optimize: optimize fastjson deserialization #6747

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

slievrly
Copy link
Member

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

optimize fastjson deserialization

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

changes/zh-cn/2.x.md Outdated Show resolved Hide resolved
Copy link

codecov bot commented Aug 13, 2024

Codecov Report

Attention: Patch coverage is 58.33333% with 5 lines in your changes missing coverage. Please review.

Project coverage is 50.87%. Comparing base (62e7883) to head (9deded0).

Files Patch % Lines
...e/seata/integration/http/AbstractHttpExecutor.java 58.33% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6747      +/-   ##
============================================
- Coverage     51.04%   50.87%   -0.17%     
+ Complexity     5930     5915      -15     
============================================
  Files          1058     1058              
  Lines         36772    36779       +7     
  Branches       4368     4367       -1     
============================================
- Hits          18769    18713      -56     
- Misses        16109    16177      +68     
+ Partials       1894     1889       -5     
Files Coverage Δ
...e/seata/integration/http/AbstractHttpExecutor.java 55.71% <58.33%> (+0.15%) ⬆️

... and 6 files with indirect coverage changes

@funky-eyes funky-eyes added this to the 2.2.0 milestone Aug 13, 2024
Copy link
Contributor

@funky-eyes funky-eyes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@funky-eyes funky-eyes merged commit 595277d into apache:2.x Aug 13, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants