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
SimpleJobExplorer#getLastJobExecution returns the last job execution without fetching its step executions and execution contexts. This is not consistent with SimpleJobExplorer#getJobExecution where the entire object graph is returned.
Before this commit, SimpleJobExplorer#getLastJobExecution returned
the last job execution without fetching its step executions and
their execution contexts.
This commit fixes the implementation to load the entire object
graph as done in SimpleJobExplorer#getJobExecution.
Issue spring-projects#3943
Before this commit, SimpleJobExplorer#getLastJobExecution returned
the last job execution without fetching its step executions and
their execution contexts.
This commit fixes the implementation to load the entire object
graph as done in SimpleJobExplorer#getJobExecution.
Resolves#3943#3944
Before this commit, SimpleJobExplorer#getLastJobExecution returned
the last job execution without fetching its step executions and
their execution contexts.
This commit fixes the implementation to load the entire object
graph as done in SimpleJobExplorer#getJobExecution.
Resolves#3943#3944
SimpleJobExplorer#getLastJobExecution
returns the last job execution without fetching its step executions and execution contexts. This is not consistent withSimpleJobExplorer#getJobExecution
where the entire object graph is returned.Reference: https://stackoverflow.com/questions/68015813/spring-batch-jobexecution-getstepexecutions-is-empty
The text was updated successfully, but these errors were encountered: