Skip to content

mybatis-spring-boot-3.0.0

Compare
Choose a tag to compare
@kazuki43zoo kazuki43zoo released this 26 Nov 04:26
· 360 commits to master since this release

Here is the complete list of changes. Some of the changes in 2.3 are also included.

Bug Fixes

  • Failed to scan resources when exits non ascii characters in resource path on SpringBootVFS #635

Enhancements

  • Switch base line to Spring Boot 3.0 #708
  • Switch base line to MyBatis Spring 3.0 #707
  • Add imports file that define auto configure classes supported by spring-boot 2.7 #657
  • Liquibase/Flyway autoconfiguration order #537
  • Compile with -parameters option on 3.x #737
  • Add new nested configuration properties instead of Configuration of mybatis core module #735

Dependencies Updates

  • Update dependency org.mybatis.scripting:mybatis-thymeleaf to v1.0.4 #743
  • Update dependency org.mybatis:mybatis to v3.5.11 #713

Notes

  • No native image support yet. But we have a plan to support it as soon as possible.