spring-batch-extensions icon indicating copy to clipboard operation
spring-batch-extensions copied to clipboard

Spring Batch Extensions

Results 50 spring-batch-extensions issues
Sort by recently updated
recently updated
newest added

**Bug description** When I use a Neo4jItemReader, like this: ``` val positionItemReader = new Neo4jItemReader(); positionItemReader.setStartStatement("n = node(6490)"); ``` I get the following error notification: notification.title = "The RULE planner...

type: bug
status: waiting-for-triage
module: spring-batch-neo4j

Our use case of reading Excel files requires that errors in resolving the external sheet references in formula evaluations be ignored. This requires calling the `org.apache.poi.ss.usermodel.FormulaEvaluator.setIgnoreMissingWorkbooks(boolean)`. This isn't currently possible...

module: spring-batch-excel

I have been using spring batch extension project to read data from bigquery as part of one batch job I wrote. So, far I was building jar locally and using...

Using as-is PoiItemReader implementation force to rewrite each time input file. Sometime you don't need it/you can not do it (in our case we can not edit a file put...

See scordio/spring-batch-notion#53. Open points: - [x] Align license header to `spring-batch-extensions` [standard](https://github.com/spring-projects/spring-batch-extensions/blob/main/CONTRIBUTING.md#add-apache-license-header-to-all-new-classes) - [x] Update badge links in `spring-batch-notion/README.md`

module: spring-batch-notion

Hello all, I've created a project: https://github.com/valb3r/springbatch-neo4j-adapter This allows Spring-batch to persist its metadata directly in Neo4j. If there is an interest, I would like to contribute and possibly adapt...

type: feature
module: spring-batch-neo4j

Similar to #159, #163, and #165, this PR: * Uses the `spring-boot-starter-parent` to keep all the dependency and plugin versions aligned * Uses the [`flatten-maven-plugin`](https://www.mojohaus.org/flatten-maven-plugin/) with `ossrh` [flatten mode](https://www.mojohaus.org/flatten-maven-plugin/flatten-mojo.html#flattenMode) to...

module: spring-batch-geode

Similar to #159, #163, and #165, this PR: * Uses the `spring-boot-starter-parent` to keep all the dependency and plugin versions aligned * Uses the [`flatten-maven-plugin`](https://www.mojohaus.org/flatten-maven-plugin/) with `ossrh` [flatten mode](https://www.mojohaus.org/flatten-maven-plugin/flatten-mojo.html#flattenMode) to...

module: spring-batch-elasticsearch
status: waiting-for-feedback

https://maven.apache.org/plugins/maven-checkstyle-plugin/ https://github.com/spring-projects/spring-boot/blob/main/src/checkstyle/checkstyle.xml https://github.com/spring-io/spring-javaformat

module: spring-batch-bigquery