spring-cloud/spring-cloud-dataflow

Job Date Converter Deprecation Cleanup

Closed this issue · 1 comments

Utilize Boot3 Date Converters in JdbcSearchableJobExecutionDao if possible.
Then Remove the following Deprecated Classes:

  • StringToDateConverter
  • AbstractDateTimeConverter
  • DateToStringConverter

Deprecation commit can be found here.

Updated based on comments, squashed, merged.