-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
add spring boot interceptor to copy header(dubbo-tag)/cookie(dubbo.tag) #12514
Conversation
f8891a3
to
dd138cd
Compare
...ceptor/src/main/java/org/apache/dubbo/spring/boot/interceptor/DubboTagCookieInterceptor.java
Show resolved
Hide resolved
@songxiaosheng 请求大神协助, 分析下为何这个步骤总是失败: Build and Test For PR / Unit Test On ubuntu-latest (pull_request) |
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 |
@songxiaosheng 如下这一步骤是需要重新触发吗? 看起来好像是超时了 . |
rerun is ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a feature and I have change it to 3.3 branch
Kudos, SonarCloud Quality Gate passed! |
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