spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Allow a StepInterruptionPolicy to be injected through the step builder

Open spring-projects-issues opened this issue 13 years ago • 1 comments

Michael Minella opened BATCH-1953 and commented


No further details from BATCH-1953

spring-projects-issues avatar Jan 23 '13 07:01 spring-projects-issues

TaskletStep provides a setter for the interruption policy, but not AbstractTaskletStepBuilder. This issue is to add a method in the builder to set a custom interruption policy.

fmbenhassine avatar Mar 19 '25 09:03 fmbenhassine

Hi @fmbenhassine Can I work on this?

baezzys avatar Aug 04 '25 08:08 baezzys

Hi @baezzys ,

Sure! Thank you for your offer to help 🙏

fmbenhassine avatar Aug 04 '25 08:08 fmbenhassine

Resolved as part of 3433b02e7b1b53c340cbee1dda71ffe288f71f06, see ChunkOrientedStepBuilder#interruptionPolicy(StepInterruptionPolicy)

fmbenhassine avatar Aug 20 '25 08:08 fmbenhassine