spring-batch
spring-batch copied to clipboard
GH-4703: Enhance StoppableTasklet interface to support step-specific stop requests
Closes: https://github.com/spring-projects/spring-batch/issues/4703
Resolves a limitation in the StoppableTasklet interface where distinguishing which specific StepExecution to stop was not possible during concurrent job executions.