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