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

Move registration from spring.factories to org.springframework.boot.autoconfigure.AutoConfiguration.imports #127

Open
tandras92 opened this issue Mar 5, 2023 · 0 comments

Comments

@tandras92
Copy link

VertX classes aren't being auto-configured in Spring Boot 3 applications due to spring.factories no longer being supported.

From the Spring Boot 3 Migration Guide:

Spring Boot 2.7 introduced a new META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports file for registering auto-configurations, while maintaining backwards compatibility with registration in spring.factories. With this release, support for registering auto-configurations in spring.factories has been removed in favor of the imports file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant