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

Migrated code from Spring Boot2 into Spring Boot 3 and getting the following Error when running BDD Tests. All I have done is removed the EnableBatchProcessing annotation. `Caused by: org.springframework.dao.DuplicateKeyException:...

status: waiting-for-reporter
type: bug

**[Rob Fletcher](https://jira.spring.io/secure/ViewProfile.jspa?name=rfletcher)** opened **[BATCH-2254](https://jira.spring.io/browse/BATCH-2254?redirect=false)** and commented We're attempting to build a workflow orchestration system and Spring Batch – primarily using Tasklets – seemed a good fit but one of the...

status: waiting-for-triage
in: core
type: enhancement
related-to: job-repository

In a combination of short poll interval and large number of step executions that take a long time to run, memory consumption can go high - each step execution has...

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

In commit 220de61, the method `generateJumpToItemQuery()` was removed from `PagingQueryProvider` class, with the following message: "_Remove un-used code for jump-to-item queries_". Well, currently, Spring Cloud Data Flow invokes that method...

status: waiting-for-reporter
in: infrastructure
type: enhancement

**Bug description** While running spring batch with AsyncItemProcessor and AsyncItemWriter even before batch completes it comes out and exit status comes as UNKNOWN **Environment** SpringBoot Batch Version 3.1.2 **Steps to...

status: waiting-for-reporter
type: bug

hi spring batch teams.i am using spring batch 5.0.3. When I compile the project as native, I am getting an error as follows. Can you provide aot support for RepositoryItemReader?...

status: waiting-for-reporter
type: bug

Add documentation to setSort method regarding sort order when multiple sort values are given.

**Bug description** When using `@AutoConfiguration` the JobExecutionDecider will behave different than when just using `@Configuration`. Because `@AutoConfiguration` is `@Configuration(proxyBeanMethods=false)` you will get the same result with that setting. If I...

status: waiting-for-triage
type: bug

As-is : Even if the terminateOnly flag is set on afterStep, It is ignored and **the next step is executed**. There is no way to terminate a job gracefully without...

status: waiting-for-reporter
in: core

This is a WIP, add unit/integration tests. Issue #924

pr-for: enhancement
in: core