π Who replaced a third-party dependency with a Spring HTTP Service Client and is happy about it? πββοΈ
In Spring Batch Notion, access to the Notion API was done via Notion SDK JVM, a Kotlin library that abstracts the REST communication. While itβs charming for a quick start, it has a few drawbacks:
π§΅