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

**[Damien Lenci](https://jira.spring.io/secure/ViewProfile.jspa?name=dlenci)** opened **[BATCH-2703](https://jira.spring.io/browse/BATCH-2703?redirect=false)** and commented My job is using a flow of 3 steps (A, B, C) in a loop. When no error occurs, the job executes fine :...

status: waiting-for-triage
type: bug
in: core
related-to: flow-definition

Condition flow mention in the spring document not working as expected. **Environment** spring-boot-starter-parent - 3.0.1 spring.batch.version - 5.0.0 As mentioned here I have used a similar approach to my job...

status: waiting-for-reporter
type: bug
related-to: flow-definition

I have submitted a pull request addressing the issue described in [#4661](https://github.com/spring-projects/spring-batch/issues/4661). The changes include updating the default value of skipLimit in FaultTolerantStepBuilder to 10.

pr-for: enhancement
status: waiting-for-reporter
in: core

**Bug description** ExecutionContext.isDirty is supposed to tell if the context has been changed with a "put" operation since the dirty flag was last cleared (or the context was created). Only...

status: waiting-for-triage
type: bug

When building the project with the following command (skipping javadocs because the `maven-javadoc-plugin` is marked as non thread-safe): ``` $>./mvnw clean package -Dmaven.javadoc.skip=true --threads 4 ``` the build fails with...

in: build
type: bug
status: for-internal-team

Hi Team, We have migrated our project to Spring Boot 3.2.5. As part of this migration, Spring Batch has also been updated. However, we are noticing that Spring Batch is...

status: waiting-for-reporter
type: bug

Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to: * Sign the [contributor...

pr-for: enhancement
in: core

Added script engine dependencies for Groovy, JavaScript, Bash, and Ruby in ScriptItemProcessor tests. Fixed a script error in the Ruby test by refactoring the script to use local variables instead...

After the removal of the in-memory job repository (I know, it was not for production use) I think that using two datasources will become a very common use case (for...

status: waiting-for-triage

Spring Framework is planning to migrate to [jSpecify](https://github.com/jspecify/jspecify) for the next major release (https://github.com/spring-projects/spring-framework/issues/28797). For consistency with other projects, Spring Batch will also migrate to jSpecify for the next major...

in: test
in: infrastructure
type: feature
in: integration
in: core