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