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
Remove all deprecated methods related to save commands.
Support Jackson 3 / Spring Boot 4
Due to a breaking upgrade in Jackson, Jimmer no longer includes Jackson dependencies by default. Users must add Jackson dependencies directly or indirectly (via Spring Boot). This process also allows users to decide whether to use Jackson 2 or Jackson3
Provide a new package org.babyfish.jimmer.jackson.codec. The APIs in this package abstract the incompatible differences between Jackson 2 and Jackson 3. If you want your Jackson code to be unaffected by Jackson version changes, you can choose to use these abstract APIs.
#1260
This is a matter of personal preference and cannot be directly modified, as it would affect existing applications.
Therefore, save command-level configuration and global configuration have been set, setDissociationLogicalDeleteEnabled