Skip to content
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
@scordio

Description

@scordio

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions