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. #1121

Merged

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.

@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Merging #1121 (d406692) into 2020.0 (975003f) will decrease coverage by 0.01%.
Report is 1 commits behind head on 2020.0.
The diff coverage is 50.00%.

@@             Coverage Diff              @@
##             2020.0    #1121      +/-   ##
============================================
- Coverage     81.67%   81.66%   -0.01%     
+ Complexity     1612     1611       -1     
============================================
  Files           249      248       -1     
  Lines          5445     5443       -2     
  Branches        618      618              
============================================
- Hits           4447     4445       -2     
  Misses          644      644              
  Partials        354      354              
Files Changed Coverage Δ
...discovery/PolarisDiscoveryClientConfiguration.java 100.00% <ø> (ø)
...e/PolarisReactiveDiscoveryClientConfiguration.java 100.00% <ø> (ø)
...ancement/feign/EnhancedFeignBeanPostProcessor.java 75.00% <50.00%> (ø)

@SkyeBeFreeman SkyeBeFreeman merged commit 802904c into Tencent:2020.0 Sep 16, 2023
8 of 9 checks passed
@SkyeBeFreeman SkyeBeFreeman deleted the 2020/fix-sleuth-feign-url branch September 19, 2023 02:44
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