You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with Spring Boot 3 M5 the "org.springframework.boot.autoconfigure.EnableAutoConfiguration" auto-configurations registration from spring.factories file is no longer working. Released with 2.7 (https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes#new-autoconfiguration-annotation) a new file 'META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports' was introduced, however, for backwards compatibility, entries in spring.factories will still be honored.
The release notes for milestone 5 don't mention any changes related to removing the backward compatiblity or general auto-configuration changes at all.
After updating from milestone 4 to 5 the registrations from spring.factories file were no longer proccessed and I'd to replace it the new AutoConfiguration.imports file.
My question now is the removal of the backward compatiblity wanted but not documented or is it a bug?
The text was updated successfully, but these errors were encountered:
AihiAhazi
changed the title
Spring Boot 3 mnilestone 5 EnableAutoConfiguration spring.factories
Spring Boot 3 milestone 5 EnableAutoConfiguration spring.factories
Oct 1, 2022
Starting with Spring Boot 3 M5 the "org.springframework.boot.autoconfigure.EnableAutoConfiguration" auto-configurations registration from spring.factories file is no longer working. Released with 2.7 (https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes#new-autoconfiguration-annotation) a new file 'META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports' was introduced, however, for backwards compatibility, entries in spring.factories will still be honored.
The release notes for milestone 5 don't mention any changes related to removing the backward compatiblity or general auto-configuration changes at all.
After updating from milestone 4 to 5 the registrations from spring.factories file were no longer proccessed and I'd to replace it the new AutoConfiguration.imports file.
My question now is the removal of the backward compatiblity wanted but not documented or is it a bug?
The text was updated successfully, but these errors were encountered: