typefield opened a new pull request, #16360:
URL: https://github.com/apache/dubbo/pull/16360

   ## What is the purpose of the change
   
   Support Spring Boot 4 for Dubbo Spring Boot integration.
   
   Fixes #16214.
   
   ## Brief changelog
   
   - Add `dubbo-spring-boot-4-autoconfigure` and `dubbo-spring-boot-starter4` 
modules.
   - Add Spring Boot 4 Triple servlet/websocket auto-configuration using the 
Spring Boot 4 Tomcat factory API.
   - Keep Spring Boot 3 auto-configuration scoped to Boot 3 and add a dedicated 
Boot 4 dependency check auto-configuration.
   - Add Boot 4 auto-configuration smoke tests for Triple servlet, websocket, 
defaults, and Tomcat HTTP/2 customization.
   
   ## 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:check`
   
   Note: a broader `-am test` run was stopped by pre-existing or 
environment-sensitive failures in `dubbo-common` before reaching this module, 
so the verification above narrows the test run to the new Boot 4 test while 
compiling the required reactor.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to