spring-batch
spring-batch copied to clipboard
Spring Batch is a framework for writing batch applications using Java and Spring
**Bug description** Getting error with Springboot 3.4.1 while executing batch jobs Error Message: Command failed with error 251 (NoSuchTransaction): 'Transaction with { txnNumber: 24 } has been aborted.' on server...
Having a custom DSL (builder) for `FlatFileItemReaderBuilder` to prevent using `targetType()` and `fieldSetMapper()` at the same time. This should provide compile-time feedback for this breaking change. To make things more...
* Closes #4735
I've recently encountered the need for an adapter to use an existing `ItemWriter` in a step that works with `ComplexType` items, where a `ComplexType` instance encapsulates a `SimpleType` one (imagine...
The JobKeyGenerator interface currently uses a generic type parameter to represent the source used to generate a job key. However, in practice, all known implementations and usages of this interface...
The `JobKeyGenerator` interface currently uses a generic type parameter `` to represent the source used to generate a job key. However, in practice, the implementations and usages of this interface...
Fixes: https://github.com/spring-projects/spring-batch/issues/4826 ## What is the problem - The Description of a Step of a Job declared in XML cannot be accessed through Java code. ## What I Did -...
As of v5.2, it is assumed that the job repository is correctly configured and there is no pre-validation that everything is setup correctly before running a job. Therefore, any mis-configuration...