spring-batch
spring-batch copied to clipboard
Spring Batch is a framework for writing batch applications using Java and Spring
**[Arnaud Cogoluègnes](https://jira.spring.io/secure/ViewProfile.jspa?name=arnaud.cogoluegnes)** opened **[BATCH-1710](https://jira.spring.io/browse/BATCH-1710?redirect=false)** and commented when used within a externalized flow, the `` tag only stops the externalized flow, not the surrounding job execution. --- **Affects:** 2.1.6 **Reference URL:**...
Issue: [#4627] EnterpriseDB is an enterprise version of PostGres database, which identifies itself as EnterpriseDB. Added support for EnterpriseDB by adding the following condition in DatabaseType enum. ```java else if...
In version 5.1.1, getting an exception for PostGres Enterprise Database version (EDB JDBC Connector), when using com.edb.Driver for connection java.lang.IllegalArgumentException: DatabaseType not found for product name: [EnterpriseDB] A possible solution...
`ChunkProcessor` , `RepeatCallback` Interfaces are being implemented by using lambda expression. Therefore, It would be clear not to add more abstract function, If `@FunctionalInterface` annotation is added.
resolves #4617
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...
**Bug description** When the batch has 3 partitions, we expect the 3 partitions to have unique execution context either in the first run, or in the restart run. We see...
I have a question regarding the behavior of the isNonDefaultExitStatus method in the [ExitStatus class](https://github.com/spring-projects/spring-batch/blob/main/spring-batch-core/src/main/java/org/springframework/batch/core/ExitStatus.java#L278). According to the current implementation, the method returns true when the provided status is null....
Following the deprecation of `LobHandler` in Spring Framework [#32179](https://github.com/spring-projects/spring-framework/issues/32179), the usage of this API should be deprecated in Spring Batch as well.
Hi team! I found some problems in the mongodb sample and changed it as follows. 1. Add missing `@Import(DataSourceConfiguration.class)` 2. Fix code that uses deprecated methods - `MongoItemReader` -> `MongoPagingItemReader`...