JobExecutionDao#findJobExecutions states that the returned job executions should be sorted backwards by creation order (the first element is the most recent).
As of v5.2.4 / v6.0.0-RC1, this is not the case both in the JDBC and MongoDB implementations.