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

Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration. #1117

Merged
merged 2 commits into from
Sep 16, 2023

Conversation

hligaty
Copy link
Contributor

@hligaty hligaty commented Sep 16, 2023

…re from discovery client automatic configuration.

PR Type

Refactoring (no functional changes, no api changes).

Describe what this PR does for and how you did.

Adding the issue link (#xxx) if possible.

fixes (#1114)

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 linked an issue Sep 16, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Merging #1117 (3b43564) into 2020.0 (975003f) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             2020.0    #1117      +/-   ##
============================================
- Coverage     81.67%   81.65%   -0.02%     
+ Complexity     1612     1611       -1     
============================================
  Files           249      249              
  Lines          5445     5445              
  Branches        618      618              
============================================
- Hits           4447     4446       -1     
  Misses          644      644              
- Partials        354      355       +1     
Files Changed Coverage Δ
...discovery/PolarisDiscoveryClientConfiguration.java 100.00% <ø> (ø)
...e/PolarisReactiveDiscoveryClientConfiguration.java 100.00% <ø> (ø)

... and 1 file with indirect coverage changes

@SkyeBeFreeman SkyeBeFreeman changed the title Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefo… Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration. Sep 16, 2023
@SkyeBeFreeman SkyeBeFreeman merged commit ee1a06a into Tencent:2020.0 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.

服务发现自动配置顺序
2 participants