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

Job Date Converter Deprecation Cleanup #6017

Closed cppwfs closed 3 weeks ago

cppwfs commented 4 weeks ago

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

Deprecation commit can be found here.

cppwfs commented 3 weeks ago

Updated based on comments, squashed, merged.