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:fix feign url bug when using sleuth. #1119

Merged
merged 2 commits into from
Sep 16, 2023

Conversation

SkyeBeFreeman
Copy link
Collaborator

PR Type

Bugfix.

Describe what this PR does for and how you did.

Adding the issue link (#xxx) if possible.

fixes #1051

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.

@SkyeBeFreeman SkyeBeFreeman added this to the 1.13.0 milestone Sep 16, 2023
@SkyeBeFreeman SkyeBeFreeman marked this pull request as ready for review September 16, 2023 09:24
@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Merging #1119 (ed1f73f) into hoxton (a242fc4) will decrease coverage by 0.14%.
The diff coverage is 36.84%.

@@             Coverage Diff              @@
##             hoxton    #1119      +/-   ##
============================================
- Coverage     75.11%   74.98%   -0.14%     
+ Complexity     1559     1557       -2     
============================================
  Files           259      258       -1     
  Lines          5807     5812       +5     
  Branches        685      687       +2     
============================================
- Hits           4362     4358       -4     
- Misses         1073     1082       +9     
  Partials        372      372              
Files Changed Coverage Δ
...ancement/feign/EnhancedFeignBeanPostProcessor.java 63.63% <36.84%> (-17.14%) ⬇️

... and 1 file with indirect coverage changes

@SkyeBeFreeman SkyeBeFreeman merged commit 43a3c64 into Tencent:hoxton Sep 16, 2023
8 of 9 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.

项目中使用了sleuth,在feign调用的时候指定被调用服务的url就会导致请求失败
1 participant