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

This PR fixes https://github.com/spring-projects/spring-batch/issues/3788

pr-for: bug
in: core

**[Christian Trutz](https://jira.spring.io/secure/[email protected])** opened **[BATCH-2596](https://jira.spring.io/browse/BATCH-2596?redirect=false)** and commented Hello Spring Batch team, are there any plans to incorporate Reactive Streams (https://projectreactor.io/) in Spring Batch? I think about concepts like backpressure (between ItemReaders...

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

**Bug description** In `Neo4jItemReaderBuilder`, `startStatement(String startStatement)` is required, but Neo4j itself deprecated the START statement and throw error when used. If not used, application will throw `BeanCreationException` with message `java.lang.IllegalArgumentException:...

status: waiting-for-triage
type: bug

SpringBatch have many listeners we can use to do some callback, these listeners almost cover all the lifecycle of `JobExecution` and `StepExecution`. But I have a scenario like this: I...

status: waiting-for-triage
type: feature

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

status: waiting-for-triage
type: bug

**Expected Behavior** By adding Throwables to a (not yet existing) configuration, the batch framework will catch and swallow these exceptions if they where fired during the commit phase of the...

status: waiting-for-reporter
type: feature

**[Alexis SOUMAGNE](https://jira.spring.io/secure/ViewProfile.jspa?name=almex)** opened **[BATCH-2114](https://jira.spring.io/browse/BATCH-2114?redirect=false)** and commented In STOPPING status should be considered as a "running" status. The endTime is null until job status is STOPPED. Which means that the job...

type: bug
in: core

resolves #1139 We may need to discuss escaping the quotes embedded in the elements. I chose the triple quote method to handle resolve this. An example would be fo"o would...

pr-for: enhancement
in: infrastructure

**Bug description** There is a chance, to have more than one actively running job executions, for a one job instance, which has restartable option set to false (preventRestart() being called)....

type: bug
in: core

**[Jimmy Praet](https://jira.spring.io/secure/ViewProfile.jspa?name=jpraet)** opened **[BATCH-1956](https://jira.spring.io/browse/BATCH-1956?redirect=false)** and commented Can the getCurrentItemCount() in AbstractItemCountingItemStreamItemReader be made public? Currently the setter is public, but the getter is protected. Ideally it would be in a...

in: infrastructure
type: enhancement