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
trafficstars

**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...

in: core
type: enhancement

**[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...

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

Hello. ## Motivation I tried to build a batch application. ### Environment * Spring boot, Spring batch * mysql * kotlin ### Problem I use MySqlPagingQueryProvider like below, and Query...

pr-for: bug
in: infrastructure
status: feedback-provided

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...

status: waiting-for-triage
type: feature

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...

type: feature
in: core
status: feedback-provided

**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...

status: waiting-for-triage
type: bug

The use of OceanBase database is increasing, and we hope to increase support for OceanBase database types.

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

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.

pr-for: feature
in: core

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...

pr-for: enhancement
in: core