Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adapt to a new auto configuration in Spring Boot (#14659)
Spring Boot introduced a new location for auto configuration entries in spring boot 2.7.0. The new location is META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports. This has until spring boot 3.0.0-M5 worked in parallel with the spring.factories configuration. The spring.factories support was removed in spring boot 3.0.0-M5 so this move has to be done now in order for the auto configuration to be picked up. Fixes #14628 Picked to master from #14629 Co-authored-by: @aspan
- Loading branch information