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

[2.6] update hessian lite version #8781

Merged
merged 1 commit into from Sep 12, 2021

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 12, 2021

Codecov Report

Merging #8781 (66cc747) into 2.6.x (e9d3555) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##              2.6.x    #8781      +/-   ##
============================================
- Coverage     47.44%   47.41%   -0.03%     
+ Complexity     4521     4518       -3     
============================================
  Files           577      577              
  Lines         25632    25632              
  Branches       4547     4547              
============================================
- Hits          12160    12153       -7     
- Misses        11590    11594       +4     
- Partials       1882     1885       +3     
Impacted Files Coverage Δ
...om/alibaba/dubbo/rpc/filter/ActiveLimitFilter.java 83.33% <0.00%> (-5.56%) ⬇️
...a/dubbo/remoting/transport/netty/NettyChannel.java 57.50% <0.00%> (-3.75%) ⬇️
...a/dubbo/remoting/transport/netty4/NettyServer.java 72.13% <0.00%> (-3.28%) ⬇️
...rpc/cluster/loadbalance/RoundRobinLoadBalance.java 86.76% <0.00%> (-1.48%) ⬇️
...baba/dubbo/remoting/transport/mina/MinaClient.java 58.46% <0.00%> (+1.53%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e9d3555...66cc747. Read the comment docs.

@AlbumenJ AlbumenJ merged commit 6ea05b5 into apache:2.6.x Sep 12, 2021
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.

None yet

2 participants