spring-batch
spring-batch copied to clipboard
Spring Batch is a framework for writing batch applications using Java and Spring
**Bug description** The ResourcelessJobRepository cannot be used with a Partitioner: ``` [main] ERROR org.springframework.batch.core.step.AbstractStep - Encountered an error executing step step in job partitionJob org.springframework.batch.core.JobExecutionException: Cannot restart step from STARTING...
**[Hussachai](https://jira.spring.io/secure/ViewProfile.jspa?name=hussachai)** opened **[BATCH-1560](https://jira.spring.io/browse/BATCH-1560?redirect=false)** and commented An existing design of org.springframework.batch.item.file.transform.FieldSet is not comfortable to program with (at least for me) ## The first disadavantage. Because it uses primitive type. Converting...
Hello. ## Motivation I tried to build a batch application. ### Environment * Spring boot, Spring batch * mysql * kotlin ### Problem I use MySqlPagingQueryProvider like below, and Query...
I have written once a reader that I want to share (I can create a PR if you like it): The idea of this reader is to read an ordered...
Currently, StoppableTasklet.stop() doesn't take any parameters. So, from within tasklet it is impossible to distinguish which exactly step execution is requested to stop out of multiple job executions running. This...
**Bug description** In the https://github.com/apache/fineract project, we are using Spring Batch to execute our jobs. Fineract is a multitenant application and it uses a thread-bound context to identify which tenant...
The use of OceanBase database is increasing, and we hope to increase support for OceanBase database types.
Closes: https://github.com/spring-projects/spring-batch/issues/4703 Resolves a limitation in the `StoppableTasklet` interface where distinguishing which specific StepExecution to stop was not possible during concurrent job executions.
the names of different steps in a job must be different Sloves #3757 A few comments : - pom is updated to have a have a version of slf4j-api corresponding...