Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor SPI interfaces, use io.avaje.jsonb.spi.JsonbExtension + other breaking changes #246

Merged
merged 15 commits into from
Jun 25, 2024

Conversation

SentryMan
Copy link
Collaborator

@SentryMan SentryMan commented Jun 21, 2024

  • Adds a new super interface io.avaje.jsonb.spi.JsonbExtension for jsonb spi interfaces.

  • Renames io.avaje.jsonb.Jsonb.GeneratedComponent to io.avaje.jsonb.spi.GeneratedComponent

  • Renames io.avaje.jsonb.JsonbComponent to io.avaje.jsonb.spi.JsonbComponent

  • Removes io.avaje.jsonb.spi.Bootstrap interface. Migrate to using io.avaje.jsonb.JsonbComponent and customizing the builder.

  • Updates inject-jsonb-plugin to use and require avaje-inject 10.x

@SentryMan SentryMan added this to the 2.0 milestone Jun 21, 2024
@SentryMan SentryMan self-assigned this Jun 21, 2024
@rob-bygrave
Copy link
Contributor

rob-bygrave commented Jun 25, 2024

How many breaking changes are in this PR?

@SentryMan
Copy link
Collaborator Author

SentryMan commented Jun 25, 2024

how many breaking changes

these are the main ones

  • moves all SPI interfaces to the spi package (each interface moved is breaking change)
  • removes bootstrap interface

@rob-bygrave rob-bygrave changed the title Refactor SPI interfaces Refactor SPI interfaces, use io.avaje.jsonb.spi.JsonbExtension + other breaking changes Jun 25, 2024
@rbygrave rbygrave merged commit 3a175ac into avaje:main Jun 25, 2024
5 checks passed
@SentryMan SentryMan deleted the spi-refactor branch June 25, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants