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

feat: add metadata transfer for http header via spring.cloud.tencent.metadata.headers #1137

Merged

Conversation

wenxuan70
Copy link
Contributor

@wenxuan70 wenxuan70 commented Sep 23, 2023

add metadata transfer for http header via spring.cloud.tencent.metadata.headers

PR Type

Feature

Describe what this PR does for and how you did.

Adding the issue link (#xxx) if possible.

fixes #1009

Note

Checklist

  • Add information of this PR to CHANGELOG.md in root of project.
  • Add documentation in javadoc or comment below the PR if necessary.

Checklist (Optional)

  • Will pull request to branch of 2020.0.
  • Will pull request to branch of 2022.0.

@codecov
Copy link

codecov bot commented Sep 23, 2023

Codecov Report

Merging #1137 (751938c) into 2021.0 (d7d9a75) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             2021.0    #1137      +/-   ##
============================================
+ Coverage     75.49%   75.53%   +0.04%     
- Complexity     1627     1635       +8     
============================================
  Files           258      258              
  Lines          5969     5989      +20     
  Branches        736      739       +3     
============================================
+ Hits           4506     4524      +18     
- Misses         1071     1074       +3     
+ Partials        392      391       -1     
Files Coverage Δ
...t/cloud/common/metadata/MetadataContextHolder.java 81.39% <100.00%> (+4.65%) ⬆️
...t/cloud/common/metadata/StaticMetadataManager.java 89.61% <100.00%> (+0.92%) ⬆️
...ommon/metadata/config/MetadataLocalProperties.java 85.71% <100.00%> (+4.46%) ⬆️

... and 1 file with indirect coverage changes

@SkyeBeFreeman SkyeBeFreeman added this to the 1.13.0 milestone Sep 26, 2023
@SkyeBeFreeman SkyeBeFreeman merged commit 4dc7ab9 into Tencent:2021.0 Sep 27, 2023
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.

add metadata transfer for http header via spring.cloud.tencent.metadata.content.header
2 participants