Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
Include the supported Spring Batch versions in the documentation.

Closes: #111
  • Loading branch information
mdeinum authored Oct 2, 2023
1 parent f9709d9 commit 8a276f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spring-batch-excel/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ To reduce the memory footprint the `StreamingXlsxItemReader` can be used, this w

NOTE: The `ItemReader` classess are **not threadsafe**. The API from https://poi.apache.org/help/faq.html#20[Apache POI] itself isn't threadsafe as well as the https://docs.spring.io/spring-batch/docs/current/api/org/springframework/batch/item/support/AbstractItemCountingItemStreamItemReader.html[`AbstractItemCountingItemStreamItemReader`] used as a base class for the `ItemReader` classes. Reading from multiple threads is therefore not supported. Using a multi-threaded processor/writer should work as long as you use a single thread for reading.

*Compatibility:* Spring Batch Excel is compatible with Spring Batch 4.3 and 5.0/5.1.

== Configuration of `PoiItemReader`

Next to the https://docs.spring.io/spring-batch/reference/html/configureJob.html[configuration of Spring Batch] one needs to configure the `PoiItemReader`.
Expand Down

0 comments on commit 8a276f9

Please sign in to comment.