Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate spring auto config away from spring.factories #510

Merged
merged 1 commit into from
Dec 24, 2022

Conversation

bdemers
Copy link
Contributor

@bdemers bdemers commented Dec 22, 2022

Support for auto config classes in spring.factories has been removed in v3. AutoConfiguration.imports must be used now (and can be used after 2.7)
See: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes#new-autoconfiguration-annotation

Support for auto config classes in spring.factories has been removed in v3. AutoConfiguration.imports must be used now (and can be used after 2.7)
See: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes#new-autoconfiguration-annotation
@arvindkrishnakumar-okta arvindkrishnakumar-okta merged commit 8bebc22 into master Dec 24, 2022
@arvindkrishnakumar-okta arvindkrishnakumar-okta deleted the auto-config-imports branch December 24, 2022 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants