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.09k stars 579 forks source link

Remove thinTaskExecutionList from TaskTemplate #5842

Closed cppwfs closed 1 week ago

cppwfs commented 2 weeks ago

ThinTaskExecutions are not a part of SCDF-3.0.x. During the migration some of the ThinTaskExecution URL calls were left in the rest client and this caused some test failures in IT. This PR removes the API access from the client for ThinTaskExecutions.