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

**Issue:** In a project that I'm working on, we are listing the instantiated jobs. One of the requests that we have is to have a description for each job. **Suggestion:**...

type: feature
in: core

- #4538 - #4550 - #4400 - #4560 - #4483

type: holder

- #4538 - #4550 - #4400 - #4560 - #4483

type: holder

**Bug description** When a job has a parameter of type `java.util.List` and the job is run with an empty list and the database is Oracle, it is not possible to...

status: waiting-for-reporter
type: bug
has: minimal-example

i have an example, [here](https://github.com/joshlong-attic/batch-partitioning-example) that fails if you don't add a few extra hints for a simple example compiled to graalvm and using remote partitioning. please add the following...

type: bug
in: integration
for: backport-to-5.0.x
for: backport-to-5.1.x

pr-for: feature
in: infrastructure

Hi, - I am trying to move from spring batch 4.x to 5.x. where I am trying to create JobRepository . - I am using @EnableBatchProcessing where its asking me...

status: waiting-for-reporter
type: bug

### Current Behaviour The current implementation to delete job instances or job executions issues a separate SQL statement for each metadata table. (see https://github.com/spring-projects/spring-batch/pull/4497) ### Suggested Change If we define...

type: feature
in: core
related-to: ddl-scripts

Please do a quick search on Github issues first, there might be already a duplicate issue for the one you are about to create. If the bug is trivial, just...

type: bug
in: core

**Bug description** I have an application which uses remote partitioned batch jobs which are sent to the workers via JMS. I also have `ThreadPoolTaskExecutor` configured on the worker side, so...

status: waiting-for-triage
type: bug