Releases: spring-projects/spring-batch-extensions
Releases · spring-projects/spring-batch-extensions
Spring Batch Notion v0.1.0
The first release of the extension module for Notion, based on the Spring Boot 4 generation and Spring Batch 6.
The main feature of this module is the NotionDatabaseItemReader, a restartable ItemReader that reads entries from a Notion Database via a paging technique, with support for sorting and filtering.
For more details, see the module README.
Maven
<dependency>
<groupId>org.springframework.batch.extensions</groupId>
<artifactId>spring-batch-notion</artifactId>
<version>0.1.0</version>
</dependency>Gradle
implementation("org.springframework.batch.extensions:spring-batch-notion:0.1.0")