Releases: mybatis/spring-boot-starter
mybatis-spring-boot-3.0.4
mybatis-spring-boot-2.3.2
Here is the complete list of changes.
ℹ️ Notice
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.
⬆️ Dependencies Updates
- Update mybatis to 3.5.14 #914
- Update to MyBatis Spring 2.1.2 #921
- Update spring boot to v2.7.18 #920
🔊 Miscellaneous
- Support samples CI with Windows #902
mybatis-spring-boot-3.0.3
Here is the complete list of changes.
⚡ Enhancements
- Update to MyBatis Spring 3.0.3-SNAPSHOT for supporting Spring Boot 3.2 #896
- Switch baseline to Spring Boot 3.2.x #895
⬆️ Dependencies Updates
🔊 Miscellaneous
- 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.
⚡ Enhancements
- Open
CoreConfiguration#applyTo
#813 (@be-hase) - Enable the thread context class loader in
SpringBootVFS
#824 (@haibingzhao) - Support Spring Boot 3.1 #819
⬆️ Dependencies Updates
📝 Documentation Updates
- Change the specifying method the dependency scope for Gradle #841 (@tokuhirom)
mybatis-spring-boot-2.3.1
Here is the complete list of changes.
⚡ Enhancements
- Enable the thread context class loader in
SpringBootVFS
#834 (@haibingzhao)
⬆️ Dependencies Updates
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.
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.
mybatis-spring-boot-2.3.0
Here is the complete list of changes.
Bug Fixes
- Failed to scan resources when exits non ascii characters in resource path on SpringBootVFS #635
Enhancements
- 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
Dependencies Updates
mybatis-spring-boot-2.2.2
Here is the complete list of changes.
Enhancements
- Change to support spring-native #618
- Add SqlSessionFactoryBeanCustomizer for integrating spring-native #619