-
Notifications
You must be signed in to change notification settings - Fork 26.6k
Closed
Labels
type/bugBugs to being fixedBugs to being fixed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Environment
- Dubbo version: 3.2.0-bata.1 & 3.1.2
- Operating System version: Windows10 22H2
- Java version: 17.0.4
Steps to reproduce this issue
- Pull https://github.com/gitchenjh/dubbo-spring-boot-test
- Run ProviderApplication
- The Application started and then stoped
Pls. provide [GitHub address] to reproduce this issue.
https://github.com/gitchenjh/dubbo-spring-boot-test
Expected Behavior
The application run started await
print log
[Dubbo] Current Spring Boot Application is await...
Actual Behavior
The Application started and then stoped
org.apache.dubbo.spring.boot.autoconfigure.DubboListenerAutoConfiguration not work on Spring Boot 3, Then org.apache.dubbo.spring.boot.context.event.AwaitingNonWebApplicationListener bean could not be initialized
The reason is that Spring Boot 2.7 Changes to Auto-configuration , Spring Boot 3.0 removed spring.factories support
Metadata
Metadata
Assignees
Labels
type/bugBugs to being fixedBugs to being fixed