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 Deprecated methods from TaskConfigurationProperties. #5987

Closed cppwfs closed 1 month ago

cppwfs commented 1 month ago

This will require updates in other classes to have them use ComposedTaskRunnerConfigurationProperties Remove the the utilities methods from TaskServiceUtils that would look at the Deprecated taskConfigurationProperties if the entry from ComposedTaskRunnerConfigurationProperties was empty.

resolves #5985

cppwfs commented 1 month ago

Created a test suite for ComposedTaskRunnerConfigurationProperties.

cppwfs commented 1 month ago

Thanks @ilayaperumalg and @corneil for the reviews!

Request added, squashed, rebased merged.