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

**[Ramin Zare](https://jira.spring.io/secure/ViewProfile.jspa?name=zare88r)** opened **[BATCH-2727](https://jira.spring.io/browse/BATCH-2727?redirect=false)** and commented adding Support for storing Job instances in Mongo instead of JDBC  --- **Issue Links:** - [BATCH-2836](https://jira.spring.io/browse/BATCH-2836) Add Support For MongoDB or Api To Be...

type: feature
in: core
related-to: job-repository

**[Sebastien Lorber](https://jira.spring.io/secure/ViewProfile.jspa?name=sebastienlorber)** opened **[BATCH-1978](https://jira.spring.io/browse/BATCH-1978?redirect=false)** and commented Hello, In my usecase we have Java stacktraces as Exit Message. These stacktraces are currently truncated because of the default 2500 limit. This is...

in: core
type: enhancement
related-to: performance

The `JdbcJobInstanceDao` uses a default `JobKeyGenerator` but provides no way to supply a custom implementation. Even though it is unlikely to implement a custom `JobKeyGenerator`, there should be a way...

type: feature
in: core

This PR is for versions 4.3.x and addresses #3790 and #4135. Using `JobExplorer::getStepExecution` for multiple step executions is not ideal. Each invocation will retrieve the corresponding job execution which in...

* Fix minor example in job.adoc #4199

type: holder

Code examples in the documentation should be included from sources that are compiled and verified automatically. This will prevent typos and errors like #4199.

in: documentation
type: enhancement

Check the return value of File.delete() and throw an exception if deleting a file fails. This fixes a well known bug pattern [RV: Method ignores exceptional return value (RV_RETURN_VALUE_IGNORED_BAD_PRACTICE)](https://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE) >...

**Bug description** Attempting to follow the [Spring Batch Integration Configuration](https://github.com/spring-projects/spring-batch/blob/bdd2cd4b25acaa2582a9771db6420136603bd707/spring-batch-docs/src/main/asciidoc/spring-batch-integration.adoc#spring-batch-integration-configuration) guide results in exception: ``` Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1021E: A problem occurred whilst attempting to access the property 'input': 'Invalid...

status: waiting-for-triage
type: bug

hello I think the batch should be guaranteed to perform in case the server goes down, so I applied this server.graceful option. But I am getting the transaction error intermittently....

status: waiting-for-triage
type: bug