spring-batch
spring-batch copied to clipboard
Spring Batch is a framework for writing batch applications using Java and Spring
**[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 :...
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...
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.
**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...
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...
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...
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...
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...
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...