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
Boot 2: Configuration beans to scan are listed in spring.factories file under key org.springframework.boot.autoconfigure.EnableAutoConfiguration as classes FQNs separated by commas
Boot 3: spring.factories key org.springframework.boot.autoconfigure.EnableAutoConfiguration is retired. Classes FQNs go into a separate file org.springframework.boot.autoconfigure.AutoConfiguration.imports with each FQN on a new line
This to be implemented in rewrite-spring as a recipe and to be included in the Boot 3 migration aggregate recipe
The text was updated successfully, but these errors were encountered:
The recipe is part of the Boot 3 upgrade in the latest snapshot. Also pushed this: da35dca. Tried the the upgrade to boot 3 with spring.factories with auto-config key. Worked. Extracted the entry into a separate imports file
Boot 2: Configuration beans to scan are listed in
spring.factories
file under keyorg.springframework.boot.autoconfigure.EnableAutoConfiguration
as classes FQNs separated by commasBoot 3:
spring.factories
keyorg.springframework.boot.autoconfigure.EnableAutoConfiguration
is retired. Classes FQNs go into a separate fileorg.springframework.boot.autoconfigure.AutoConfiguration.imports
with each FQN on a new lineThis to be implemented in
rewrite-spring
as a recipe and to be included in the Boot 3 migration aggregate recipeThe text was updated successfully, but these errors were encountered: