add spring boot interceptor to copy header(dubbo-tag)/cookie(dubbo.tag)#12514
Merged
AlbumenJ merged 8 commits intoapache:3.3from Jun 28, 2023
Merged
add spring boot interceptor to copy header(dubbo-tag)/cookie(dubbo.tag)#12514AlbumenJ merged 8 commits intoapache:3.3from
AlbumenJ merged 8 commits intoapache:3.3from
Conversation
2 tasks
f8891a3 to
dd138cd
Compare
...ceptor/src/main/java/org/apache/dubbo/spring/boot/interceptor/DubboTagCookieInterceptor.java
Show resolved
Hide resolved
Contributor
Author
|
@songxiaosheng 请求大神协助, 分析下为何这个步骤总是失败: Build and Test For PR / Unit Test On ubuntu-latest (pull_request) |
Member
Contributor
Author
Codecov Report
@@ Coverage Diff @@
## 3.2 #12514 +/- ##
============================================
- Coverage 69.60% 69.32% -0.28%
+ Complexity 116 2 -114
============================================
Files 3496 1627 -1869
Lines 165276 67325 -97951
Branches 27566 9876 -17690
============================================
- Hits 115045 46676 -68369
+ Misses 40229 16137 -24092
+ Partials 10002 4512 -5490 see 1918 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Contributor
Author
|
@songxiaosheng 如下这一步骤是需要重新触发吗? 看起来好像是超时了 . |
Member
rerun is ok |
AlbumenJ
approved these changes
Jun 28, 2023
Member
AlbumenJ
left a comment
There was a problem hiding this comment.
This is a feature and I have change it to 3.3 branch
|
Kudos, SonarCloud Quality Gate passed! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.










What is the purpose of the change
copy header(dubbo-tag)/cookie(dubbo.tag) to dubbo context
document:
https://github.com/carlvine500/dubbo/blob/3.2/dubbo-spring-boot/dubbo-spring-boot-interceptor/README.md
Checklist