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

[ISSUE #4810] Rule's Operation about path containing '@PathVariable' should be match #4852

Merged
merged 1 commit into from
Jul 16, 2023

Conversation

tian-pengfei
Copy link
Contributor

fix #4810

before fix
17ea66cd71631fa07c05f770421a29e

after fix
image

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true.

@codecov-commenter
Copy link

codecov-commenter commented Jul 16, 2023

Codecov Report

Merging #4852 (e591d52) into master (ddda44b) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #4852      +/-   ##
============================================
- Coverage     64.60%   64.57%   -0.03%     
+ Complexity     8201     8200       -1     
============================================
  Files          1153     1153              
  Lines         34019    34020       +1     
  Branches       3047     3047              
============================================
- Hits          21979    21970       -9     
- Misses        10302    10314      +12     
+ Partials       1738     1736       -2     
Impacted Files Coverage Δ
...ister/AbstractShenyuClientRegisterServiceImpl.java 94.23% <100.00%> (+0.05%) ⬆️

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@li-keguo li-keguo merged commit 788d362 into apache:master Jul 16, 2023
37 checks passed
@tian-pengfei tian-pengfei deleted the #4810 branch July 16, 2023 14:28
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.

通过spring-cloud自动注册的接口,@PathVariable参数,网关提示107错误
3 participants