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

bugfix: jackson serializing can compatible with empty beans #70

Conversation

mz126
Copy link
Contributor

@mz126 mz126 commented Nov 25, 2024

do not throw an error when serializing no public field beans.

version=2.14.0
groupId=com.fasterxml.jackson.core
artifactId=jackson-databind

Copy link

github-actions bot commented Nov 25, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.03173%. Comparing base (3586eb1) to head (2251cce).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@                  Coverage Diff                  @@
##                master         #70         +/-   ##
=====================================================
- Coverage     70.20626%   70.03173%   -0.17454%     
+ Complexity        4211        4203          -8     
=====================================================
  Files              434         434                 
  Lines            17017       17018          +1     
  Branches          1726        1726                 
=====================================================
- Hits             11947       11918         -29     
- Misses            3957        3981         +24     
- Partials          1113        1119          +6     
Files with missing lines Coverage Δ
...in/java/com/tencent/trpc/core/utils/JsonUtils.java 78.84615% <100.00000%> (-17.23229%) ⬇️

... and 9 files with indirect coverage changes

---- 🚨 Try these New Features:

@mz126
Copy link
Contributor Author

mz126 commented Nov 25, 2024

I have read the CLA Document and I hereby sign the CLA

@mz126 mz126 force-pushed the bugfix/jackson-serialization-compatible-empty-beans branch from 58f6e88 to 2251cce Compare November 25, 2024 08:33
@wardseptember wardseptember merged commit b1c8a46 into trpc-group:master Nov 25, 2024
16 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.

2 participants