This repository was archived by the owner on Mar 29, 2025. It is now read-only.
This repository was archived by the owner on Mar 29, 2025. It is now read-only.
Replace notion-sdk-jvm
with custom Spring Rest Client #37
Closed as not planned
Description
Currently, Notion SDK JVM is used as an underlying dependency to use the Notion API.
Although it gives the benefit of accessing the API from Java without additional effort, it has a few downsides:
- Brings Gson and Kotlin transitively
- Currently blocks the introduction of a module descriptor (Add module descriptor #14)
- Could slow down the adoption of new API types released by Notion
An alternative could be to adopt one of the Rest Client options that Spring provides.
Metadata
Metadata
Assignees
Labels
No labels