mirror of
https://github.com/kestra-io/kestra.git
synced 2026-02-03 00:00:56 -05:00
- Make `Execution.removeDisabled(List<ResolvedTask>)` public and use it instread of the passthrought `Execution.findTaskDependingFlowState(List<ResolvedTask>)` method and delete the later. - Add namespace to the error log inside the `TestRunnerUtils`. - Code against interfaces - Init hashmap with the right size when possible - Avoid cloning collections when possible