spring-cloud/spring-cloud-dataflow

TaskConfigurationProperties Deprecation Cleanup

Closed this issue · 1 comments

The following methods are to be removed:

  • getComposedTaskRunnerUri
  • setComposedTaskRunnerUri
  • isUseUserAccessToken
  • setUseUserAccessToken
    And the instances where they are used the code should use the properties in composedTaskRunnerConfigurationProperties.

Closed via PR #5987