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

spring-cloud-dataflow-rest-client not autoconfiguring #5483

Closed
nightswimmings opened this issue Sep 27, 2023 · 2 comments
Closed

spring-cloud-dataflow-rest-client not autoconfiguring #5483

nightswimmings opened this issue Sep 27, 2023 · 2 comments
Labels
status/need-feedback Calling participant to provide feedback

Comments

@nightswimmings
Copy link

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

@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Sep 27, 2023
@onobc
Copy link
Contributor

onobc commented Sep 27, 2023

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.

@cppwfs cppwfs added status/need-feedback Calling participant to provide feedback and removed status/need-triage Team needs to triage and take a first look labels Sep 28, 2023
@onobc
Copy link
Contributor

onobc commented Oct 3, 2023

Closing now as per above comment.

@onobc onobc closed this as completed Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/need-feedback Calling participant to provide feedback
Projects
None yet
Development

No branches or pull requests

3 participants