spring-batch
spring-batch copied to clipboard
Remove sorting from JdbcJobExecutionDao#GET_RUNNING_EXECUTIONS
trafficstars
Remove the sorting from JdbcJobExecutionDao#GET_RUNNING_EXECUTIONS because #findRunningJobExecutions returns an unsorted HashSet.
Issue #3987