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

Update Fastjson2 version #10648

Merged
merged 1 commit into from
Sep 21, 2022
Merged

Update Fastjson2 version #10648

merged 1 commit into from
Sep 21, 2022

Conversation

AlbumenJ
Copy link
Member

What is the purpose of the change

Brief changelog

Verifying this change

Checklist

  • Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Add some description to dubbo-website project if you are requesting to add a feature.
  • GitHub Actions works fine on your own branch.
  • If this contribution is large, please follow the Software Donation Guide.

@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2022

Codecov Report

Merging #10648 (b31ff28) into 3.1 (2bed0af) will decrease coverage by 0.08%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.1   #10648      +/-   ##
============================================
- Coverage     65.22%   65.13%   -0.09%     
- Complexity      471      492      +21     
============================================
  Files          1336     1336              
  Lines         56922    56922              
  Branches       8435     8436       +1     
============================================
- Hits          37128    37077      -51     
- Misses        15826    15867      +41     
- Partials       3968     3978      +10     
Impacted Files Coverage Δ
...nt/metadata/ServiceInstanceHostPortCustomizer.java 65.78% <0.00%> (-21.06%) ⬇️
.../remoting/transport/netty4/NettyServerHandler.java 59.09% <0.00%> (-9.10%) ⬇️
...mmon/serialize/fastjson2/FastJson2ObjectInput.java 56.25% <0.00%> (-6.25%) ⬇️
...rg/apache/dubbo/rpc/protocol/dubbo/DubboCodec.java 65.21% <0.00%> (-4.35%) ⬇️
...pache/dubbo/remoting/transport/AbstractServer.java 61.03% <0.00%> (-3.90%) ⬇️
...org/apache/dubbo/rpc/protocol/AbstractInvoker.java 66.97% <0.00%> (-3.67%) ⬇️
...he/dubbo/remoting/transport/netty/NettyServer.java 70.17% <0.00%> (-3.51%) ⬇️
...ache/dubbo/rpc/protocol/dubbo/DubboCountCodec.java 90.62% <0.00%> (-3.13%) ⬇️
...ubbo/registry/client/AbstractServiceDiscovery.java 81.34% <0.00%> (-2.99%) ⬇️
...a/org/apache/dubbo/monitor/dubbo/DubboMonitor.java 88.09% <0.00%> (-2.39%) ⬇️
... and 8 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@CrazyHZM CrazyHZM merged commit 87fad76 into 3.1 Sep 21, 2022
@AlbumenJ AlbumenJ deleted the update-fastjson2 branch September 23, 2022 07:19
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.

3 participants