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

Fix tri headerfilter 3.1 #12070

Merged
merged 2 commits into from Apr 12, 2023
Merged

Fix tri headerfilter 3.1 #12070

merged 2 commits into from Apr 12, 2023

Conversation

EarthChen
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.

@sonarcloud
Copy link

sonarcloud bot commented Apr 11, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Merging #12070 (15d3337) into 3.1 (0364745) will increase coverage by 0.23%.
The diff coverage is 58.00%.

@@             Coverage Diff              @@
##                3.1   #12070      +/-   ##
============================================
+ Coverage     64.70%   64.93%   +0.23%     
  Complexity       14       14              
============================================
  Files          1433     1433              
  Lines         60086    60122      +36     
  Branches       8831     8854      +23     
============================================
+ Hits          38877    39040     +163     
+ Misses        17124    16982     -142     
- Partials       4085     4100      +15     
Impacted Files Coverage Δ
...rg/apache/dubbo/common/serialize/ObjectOutput.java 100.00% <ø> (ø)
.../serialize/hessian2/Hessian2SerializerFactory.java 55.00% <0.00%> (+5.00%) ⬆️
...he/dubbo/registry/nacos/NacosServiceDiscovery.java 38.70% <9.09%> (-0.43%) ⬇️
...mon/serialize/hessian2/Hessian2FactoryManager.java 41.50% <25.00%> (-1.35%) ⬇️
...mmon/serialize/fastjson2/FastJson2ObjectInput.java 62.29% <30.00%> (+62.29%) ⬆️
.../registry/zookeeper/ZookeeperServiceDiscovery.java 55.69% <40.00%> (-0.72%) ⬇️
...java/org/apache/dubbo/common/utils/ClassUtils.java 77.22% <62.50%> (-5.06%) ⬇️
...ubbo/registry/client/AbstractServiceDiscovery.java 78.61% <86.36%> (+0.89%) ⬆️
...e/dubbo/remoting/exchange/codec/ExchangeCodec.java 72.69% <100.00%> (-0.81%) ⬇️
...he/dubbo/rpc/protocol/tri/TripleHttp2Protocol.java 96.55% <100.00%> (+4.88%) ⬆️
... and 2 more

... and 20 files with indirect coverage changes

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

@AlbumenJ AlbumenJ merged commit 5308cc8 into apache:3.1 Apr 12, 2023
13 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.

None yet

3 participants