spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.11k stars 583 forks source link

Remove DisposableBean implements from SimpleJobService #6035

Closed cppwfs closed 3 weeks ago

cppwfs commented 3 weeks ago

This can be removed because SCDF does not manage internal jobs, but rather launches boot apps that use Spring Batch

resolves #6034