Files
spring-batch/spring-batch-core/src/main/java
robokaso 7746cfc304 RESOLVED - issue BATCH-529: StepExecutionListener.afterStep() should only be called on success
RESOLVED - issue BATCH-532: StepExecutionListener can influence exit status but not status of step execution

listener.afterStep() call moved from catch block to the end of the try block
2008-04-01 11:07:53 +00:00
..