Support Spring Boot 4 auto configuration#16360
Open
typefield wants to merge 3 commits into
Open
Conversation
4 tasks
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 3.3 #16360 +/- ##
============================================
+ Coverage 60.81% 60.83% +0.02%
- Complexity 30 11763 +11733
============================================
Files 1953 1957 +4
Lines 89213 89272 +59
Branches 13460 13468 +8
============================================
+ Hits 54254 54309 +55
- Misses 29374 29378 +4
Partials 5585 5585
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
Support Spring Boot 4 for Dubbo Spring Boot integration.
Fixes #16214.
Brief changelog
dubbo-spring-boot-4-autoconfigureanddubbo-spring-boot-starter4modules.Verifying this change
./mvnw -pl dubbo-spring-boot-project/dubbo-spring-boot-4-autoconfigure -am -P spring-boot-4 -Dtest=DubboTriple4AutoConfigurationTest -Dsurefire.failIfNoSpecifiedTests=false -DfailIfNoTests=false -Dspotless.check.skip=true -Dlicense.skip=true -Dcheckstyle.skip=true test./mvnw -pl dubbo-spring-boot-project/dubbo-spring-boot-autoconfigure,dubbo-spring-boot-project/dubbo-spring-boot-4-autoconfigure,dubbo-spring-boot-project/dubbo-spring-boot-starters/dubbo-spring-boot-starter4 -am -P spring-boot-4 -DskipTests -Dspotless.check.skip=true -Dlicense.skip=true compile./mvnw -pl dubbo-spring-boot-project/dubbo-spring-boot-autoconfigure,dubbo-spring-boot-project/dubbo-spring-boot-3-autoconfigure,dubbo-spring-boot-project/dubbo-spring-boot-4-autoconfigure -P spring-boot-4 -DskipTests spotless:checkNote: a broader
-am testrun was stopped by pre-existing or environment-sensitive failures indubbo-commonbefore reaching this module, so the verification above narrows the test run to the new Boot 4 test while compiling the required reactor.