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

Spring Batch is a framework for writing batch applications using Java and Spring

Results 361 spring-batch issues
Sort by recently updated
recently updated
newest added
trafficstars

**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...

status: waiting-for-reporter
type: bug

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...

in: infrastructure
type: feature
type: enhancement

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...

status: waiting-for-triage
type: feature

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...

status: waiting-for-triage

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...

type: feature
in: core