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

StepExecutionHistory Deprecation Cleanup #6015

Closed cppwfs closed 2 weeks ago

cppwfs commented 4 weeks ago

StepExecutionHistory deprecated fields need to be removed and those classes that report this information. This will include changes to shell and UI).
This line NOTE: The following fields in the stepExecutionHistory are deprecated and will be removed in a future release: rollbackCount, readCount, writeCount, filterCount, readSkipCount, writeSkipCount, processSkipCount, durationPerRead. from the api-guide.adoc will need to be removed.

More can be read about it here.