MapStepExecutionDao was clearing only one (of two) maps on clear()
This commit is contained in:
@@ -44,6 +44,7 @@ public class MapStepExecutionDao implements StepExecutionDao {
|
||||
|
||||
public static void clear() {
|
||||
executionsByJobExecutionId.clear();
|
||||
contextsByStepExecutionId.clear();
|
||||
}
|
||||
|
||||
public ExecutionContext findExecutionContext(StepExecution stepExecution) {
|
||||
|
||||
Reference in New Issue
Block a user