spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
Remove Deprecated methods from TaskConfigurationProperties.
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.
Created a test suite for ComposedTaskRunnerConfigurationProperties.
Thanks @ilayaperumalg and @corneil for the reviews!
Request added, squashed, rebased merged.