spring-batch
spring-batch copied to clipboard
Spring Batch is a framework for writing batch applications using Java and Spring
This PR fixes https://github.com/spring-projects/spring-batch/issues/3788
**[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...
**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:...
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...
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...
**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...
**[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...
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...
**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)....
**[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...