Skip to content

6.x.changelog

liuzh edited this page Feb 12, 2026 · 2 revisions

6.x 更新日志

6.0.0 版本更新 (2026-02-12)

  • 适配 Spring Boot 4.x (JDK 17+, Jakarta JPA)
    • 依赖更新:Spring Boot 4.0.2, Spring Framework 7.0.3, MyBatis 3.5.19, JPA 3.2.0
    • mybatis-spring 更新到 4.0.0
  • safeDelete 时校验更严格,如果 Example 有条件为 null 被忽略导致全表操作也会被禁止。
  • logicDeleteByKey 的处理还不完善,默认值和原有逻辑一致,暂时不要使用。
  • aggregation 操作中的字段会处理别名
  • 新增:根据实体中的属性进行查询指定属性

Clone this wiki locally