Skip to content

Releases: babyfish-ct/jimmer

v0.10.10

05 Jun 00:18

Choose a tag to compare

  • #1388: Both @MapsId and @MappedSuperclass is supported
  • #1391: Jackson supporting is refactored

v0.10.9

02 Jun 08:14

Choose a tag to compare

  1. [Important] Support JPA's annotation @MapsId
  2. [Important] Complete refactoring of SQL generation logic, making BaseQuery more robust
  3. Merged PRs: #1387, #1386, #1385, #1384, #1380, #1377, #1376, #1374, #1373

v0.10.7

01 May 00:06

Choose a tag to compare

Merged PRs: #1365, #1370, #1371

v0.10.6

03 Feb 05:37

Choose a tag to compare

  1. Remove all deprecated methods related to save commands.

  2. 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

  3. 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.

v0.9.120

04 Jan 12:03

Choose a tag to compare

v0.9.119

17 Dec 10:06

Choose a tag to compare

v0.9.117

26 Nov 13:05

Choose a tag to compare

v0.9.116

17 Nov 08:58

Choose a tag to compare

v0.9.115

10 Nov 13:47

Choose a tag to compare

  1. #1264
    Supports SpringBoot4
  2. #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

v0.9.114

04 Nov 23:19

Choose a tag to compare