| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-03 | 648 Bytes | |
| v0.10.6 source code.tar.gz | 2026-02-03 | 2.3 MB | |
| v0.10.6 source code.zip | 2026-02-03 | 3.8 MB | |
| Totals: 3 Items | 6.1 MB | 0 | |
-
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.