spring-batch
spring-batch copied to clipboard
Spring Batch is a framework for writing batch applications using Java and Spring
**[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...
**[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...
Use separate parameters for short_context length and exit_message length in JobRepositoryFactoryBean
PR for #1617
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...
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...
Code examples in the documentation should be included from sources that are compiled and verified automatically. This will prevent typos and errors like #4199.
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...
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....