-
Notifications
You must be signed in to change notification settings - Fork 26.6k
remove spring default qos-enable #12861
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
Conversation
|
fix #12779 make this propertis load first so that spring boot default config will not configed |
|
In order to fix #12779, we should remove the hard code of |
But where can we set default true value when user doesn't set qos-enable |
if we let dubbo.properties load before application.yml,the default value will not set |
This is a breaking change, and if it can only fix |
|
org.apache.dubbo.spring.boot.env.DubboDefaultPropertiesEnvironmentPostProcessor#createDefaultProperties |
Remove |
|
@AlbumenJ PTAL |
|
but the other spring default props also not valid in dubbo.properties such as dubbo.config.multiple, because the application.yml is load before dubbo.properties @AlbumenJ |
Codecov Report
@@ Coverage Diff @@
## 3.2 #12861 +/- ##
============================================
- Coverage 69.82% 69.45% -0.38%
+ Complexity 341 2 -339
============================================
Files 3523 1648 -1875
Lines 167515 68379 -99136
Branches 28043 9990 -18053
============================================
- Hits 116971 47491 -69480
+ Misses 40459 16299 -24160
+ Partials 10085 4589 -5496 see 1933 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Kudos, SonarCloud Quality Gate passed!
|
AlbumenJ
left a comment
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.
LGTM @chickenlj PTAL
chickenlj
left a comment
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.
LGTM.










What is the purpose of the change
fix #12779
Brief changelog
Verifying this change
Checklist