You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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 exampleio.ebean:ebean-postgres
will now need to explicitly choose to include support for mapping Jackson JsonNode by explicitly adding the dependency:The text was updated successfully, but these errors were encountered: