Mybatis Spring Boot 3.0.5
Here is the complete list of changes.
- Switch baseline to Spring Boot 3.5.x #1075
- Update spring boot to 3.5.0 #1075
- Update to MyBatis 3.5.19 #1047
- Update to MyBatis Spring 3.0.5 #1084
mybatis-spring-boot-3.0.4
Here is the complete list of changes.
- Switch baseline to Spring Boot 3.4.x #1020
- Update spring boot to v3.4.0 #1029
- Update to MyBatis 3.5.17 #1033
- Update to MyBatis Spring 3.0.4 #996
- Deprecate unused setting
multipleResultSetsEnabled
#1033
mybatis-spring-boot-2.3.2
Here is the complete list of changes.
Probably this release is last as a planned release of 2.3.x. We recommend to use the Spring Boot 3 line(mybatis-spring-boot 3.x) as soon as possible.
- Update mybatis to 3.5.14 #914
- Update to MyBatis Spring 2.1.2 #921
- Update spring boot to v2.7.18 #920
- Support samples CI with Windows #902
mybatis-spring-boot-3.0.3
Here is the complete list of changes.
- Update to MyBatis Spring 3.0.3-SNAPSHOT for supporting Spring Boot 3.2 #896
- Switch baseline to Spring Boot 3.2.x #895
- Update spring boot to v3.2.0 #918
- Update to MyBatis Spring 3.0.3 #916
- Support samples CI with Windows #900
- Support "spring initializr" spring-io/start.spring.io#1360
mybatis-spring-boot-3.0.2
Here is the complete list of changes.
- Open
CoreConfiguration#applyTo
#813 (@be-hase) - Enable the thread context class loader in
SpringBootVFS
#824 (@haibingzhao) - Support Spring Boot 3.1 #819
- Update dependency org.mybatis:mybatis to v3.5.13 #802
- Update to MyBatis Spring 3.0.2 #837
- Change the specifying method the dependency scope for Gradle #841 (@tokuhirom)
mybatis-spring-boot-2.3.1
Here is the complete list of changes.
- Enable the thread context class loader in
SpringBootVFS
#834 (@haibingzhao)
- Update dependency org.mybatis.scripting:mybatis-freemarker to v1.2.4 #769
- Update dependency org.mybatis.scripting:mybatis-velocity to v2.1.2 #831
- Update dependency org.mybatis:mybatis to v3.5.13 #832
- Upgrade to Spring Boot 2.7.12 #828
- Update to MyBatis Spring 2.1.1 #838
Mybatis Spring Boot 3.0.1
Here is the complete list of changes.
- Set to proxyBeanMethods=false on Configuration class #758
- Apply MyBatis Spring 3.0.1 for supporting native image #760
- Correct sources jar generations to not hijack resources. Variation of #759 as was done in mybatis spring module.
- Fix manifest data on java version requirement #767
- Fix groovy module to be jdk 17 as well in samples.
note: unrelated known issues with maven javadoc plugin and modular determination from usage of automatic module names caused some friction getting this release out. We moved the tag for 3.0.1 but left the release commits. This is released at the last set of those failed attempts.
mybatis-spring-boot-3.0.0
Here is the complete list of changes. Some of the changes in 2.3 are also included.
- Failed to scan resources when exits non ascii characters in resource path on SpringBootVFS #635
- 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
- Update dependency org.mybatis.scripting:mybatis-thymeleaf to v1.0.4 #743
- Update dependency org.mybatis:mybatis to v3.5.11 #713
- No native image support yet. But we have a plan to support it as soon as possible.
mybatis-spring-boot-2.3.0
Here is the complete list of changes.
- Failed to scan resources when exits non ascii characters in resource path on SpringBootVFS #635
- Switch base line to Spring Boot 2.7 #656
- Siwrch base line to MyBatis Spring 2.1 #649
- Add imports file that define auto configure classes supported by spring-boot 2.7 #657
- Liquibase/Flyway autoconfiguration order #537
- Update dependency org.mybatis.scripting:mybatis-thymeleaf to v1.0.4 #743
- Update spring boot to v2.7.6 #742
- Update dependency org.mybatis:mybatis to v3.5.11 #713
- Update to MyBatis Spring 2.1.0 #649
mybatis-spring-boot-2.2.2
Here is the complete list of changes.
- Change to support spring-native #618
- Add SqlSessionFactoryBeanCustomizer for integrating spring-native #619
- Upgrade to mybatis-spring 2.0.7 #624
- Upgrade to Spring Boot 2.6.3 #620
- Update to mybatis-thymeleaf 1.0.3 #614
- Update to mybatis-freemarker 1.2.3 #613
- Update to mybatis-velocity 2.1.1 #612