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 extract support for mapping Jackson JsonNode into separate module - ebean-jackson-jsonnode #2827

Closed
rbygrave opened this issue Sep 7, 2022 · 0 comments · Fixed by #2826
Assignees
Labels
dependencies Pull requests that update a dependency file reason-for-version-bump

Comments

@rbygrave
Copy link
Member

rbygrave commented Sep 7, 2022

Apps depending on the io.ebean:ebean composite will still get this as a transitive dependency and will see no effective change but otherwise apps that depend on the platform specific composites like for example io.ebean:ebean-postgres will now need to explicitly choose to include support for mapping Jackson JsonNode by explicitly adding the dependency:

<dependency>
  <groupId>io.ebean</groupId>
  <artifactId>ebean-jackson-jsonnode</artifactId>
  <version>...</version>
</dependency>
@rbygrave rbygrave self-assigned this Sep 7, 2022
@rbygrave rbygrave added dependencies Pull requests that update a dependency file reason-for-version-bump labels Sep 7, 2022
@rbygrave rbygrave changed the title Refactor extract support for mapping Jackson JsonNode into separate module - ebean-json-node Refactor extract support for mapping Jackson JsonNode into separate module - ebean-jackson-jsonnode Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file reason-for-version-bump
Projects
None yet
1 participant