We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am required to do a manual @ImportAutoconfiguration on my Application class in order to honour DataFlowClientAutoConfiguration. I presume it has to do with the fact that the old deprecated spring.factories approach is being used instead of https://github.com/spring-projects/spring-boot/blob/v3.1.4/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
The text was updated successfully, but these errors were encountered:
Hi @nightswimmings , Dataflow does not run on Boot 3.x yet. It is still on Boot 2.x. I would try to just do a manual
@Import(DataFlowClientAutoConfiguration.class)
on one of your auto-configurations.
Sorry, something went wrong.
Closing now as per above comment.
No branches or pull requests
I am required to do a manual @ImportAutoconfiguration on my Application class in order to honour DataFlowClientAutoConfiguration. I presume it has to do with the fact that the old deprecated spring.factories approach is being used instead of https://github.com/spring-projects/spring-boot/blob/v3.1.4/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
The text was updated successfully, but these errors were encountered: