-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
rest provider interface judge modify #12163
rest provider interface judge modify #12163
Conversation
Codecov Report
@@ Coverage Diff @@
## 3.2 #12163 +/- ##
============================================
- Coverage 69.93% 69.50% -0.44%
+ Complexity 103 2 -101
============================================
Files 3405 1593 -1812
Lines 159372 65456 -93916
Branches 26318 9531 -16787
============================================
- Hits 111457 45494 -65963
+ Misses 38234 15579 -22655
+ Partials 9681 4383 -5298 see 1902 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -297,6 +296,22 @@ public void setInterface(Class<?> interfaceClass) { | |||
} | |||
} | |||
|
|||
public boolean containsRestProtocol() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Insert Overrided
annotation
@@ -374,6 +375,10 @@ protected void processExtraRefresh(String preferredPrefix, InmemoryConfiguration | |||
|
|||
} | |||
|
|||
protected boolean containsRestProtocol() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
protected boolean containsRestProtocol() { | |
protected boolean canSkipInterfaceCheck() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, add some comment for this method
Kudos, SonarCloud Quality Gate passed! |
What is the purpose of the change
rest provider impl class support by changing service config interface judge
Brief changelog
Verifying this change
@AlbumenJ
Checklist