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.7] Update hessian version #10630

Merged
merged 1 commit into from Sep 16, 2022
Merged

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 15, 2022

Codecov Report

Merging #10630 (c6f607b) into master (b5b478c) will increase coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master   #10630      +/-   ##
============================================
+ Coverage     60.84%   60.87%   +0.02%     
+ Complexity      448      447       -1     
============================================
  Files          1101     1101              
  Lines         44534    44538       +4     
  Branches       6490     6490              
============================================
+ Hits          27097    27112      +15     
+ Misses        14466    14457       -9     
+ Partials       2971     2969       -2     
Impacted Files Coverage Δ
...ng/transport/dispatcher/all/AllChannelHandler.java 82.75% <0.00%> (-6.90%) ⬇️
...e/dubbo/remoting/transport/netty/NettyChannel.java 55.68% <0.00%> (-4.55%) ⬇️
...g/apache/dubbo/remoting/p2p/support/FileGroup.java 64.15% <0.00%> (-1.89%) ⬇️
...org/apache/dubbo/rpc/protocol/rmi/RmiProtocol.java 0.00% <0.00%> (ø)
...rg/apache/dubbo/common/timer/HashedWheelTimer.java 80.55% <0.00%> (+0.34%) ⬆️
...g/apache/dubbo/registry/consul/ConsulRegistry.java 60.58% <0.00%> (+0.58%) ⬆️
...ting/zookeeper/curator/CuratorZookeeperClient.java 69.51% <0.00%> (+1.06%) ⬆️
...pache/dubbo/registry/support/AbstractRegistry.java 79.62% <0.00%> (+1.48%) ⬆️
...a/org/apache/dubbo/monitor/dubbo/DubboMonitor.java 88.57% <0.00%> (+1.90%) ⬆️
...ava/org/apache/dubbo/rpc/filter/TimeoutFilter.java 38.46% <0.00%> (+2.74%) ⬆️
... and 3 more

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

@AlbumenJ AlbumenJ merged commit 688177f into apache:master Sep 16, 2022
vio-lin pushed a commit to vio-lin/incubator-dubbo that referenced this pull request Feb 22, 2023
vio-lin pushed a commit to vio-lin/incubator-dubbo that referenced this pull request Feb 22, 2023
[2.7] Update hessian version (apache#10630)

See merge request framework/dubbo!58
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