You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For 2.0 (breaking change) we should revisit the structure of JobExecutionResource. It feels messy ... Not only do we handle internally in JobExecutionController#list() with TaskJobExecutions but also with JobExecution inside JobExecutionResource.
Furthermore, there are String representations of date/time values in the resource class.
We should come up with a proper domain object representation.
The text was updated successfully, but these errors were encountered:
For
2.0
(breaking change) we should revisit the structure ofJobExecutionResource
. It feels messy ... Not only do we handle internally inJobExecutionController#list()
withTaskJobExecution
s but also withJobExecution
insideJobExecutionResource
.Furthermore, there are
String
representations of date/time values in the resource class.We should come up with a proper domain object representation.
The text was updated successfully, but these errors were encountered: