Releases: mybatis/spring
Releases · mybatis/spring
Release list
Mybatis Spring 3.0.6
- Back port off mainline with updated spring binaries
Mybatis Spring 4.1.0
What's Changed
Here is the complete list of changes.
New Contributors
- @hazendaz with @Copilot made their first contribution in #1218
- @wanggang1111111 made their first contribution in #1144
- @wlswo made their first contribution in #1245
- @seonwooj0810 made their first contribution in #1258
Full Changelog: mybatis-spring-4.0.0...mybatis-spring-4.1.0
mybatis-spring-4.0.0
Here is the complete list of changes.
✨ Features
First support Spring Framework 7 / Spring Batch 6
⬆️ Dependencies Updates
mybatis-spring-3.0.5
Here is the complete list of changes.
⚡ Enhancements
- Replace synchronized method with Lock #1039
⬆️ Dependencies Updates
Mybatis Spring 3.0.4
- Adjust MyBatisSystemException to spring 6 per spring-projects/spring-framework#25162, original constructor is deprecated now.
- Add environment to ClassPathMapperScanner from PropertySources
- Support excluding filter on mapper scan feature
- minor code cleanup
- update build system items / libraries / dependencies
tests
- make sure build is using maven standard directory layout even for tests
mybatis-spring-2.1.2
Here is the complete list of changes.
ℹ️ Notice
Probably this release is last as a planned release of 2.1.x. Of course, we will continue to fix critical issues (including security vulnerabilities).
⚡ Enhancements
- Support processPropertyPlaceHolders option in mapper:scan and @MapperScan #832
⬆️ Dependencies Updates
mybatis-spring-3.0.3
Here is the complete list of changes.
⚡ Enhancements
- Support processPropertyPlaceHolders option in mapper:scan and @MapperScan #829
- Corrected to set bean class instead of bean class name to factoryBeanObjectType of BeanDefinition attribute #865
⬆️ Dependencies Updates
mybatis-spring-3.0.2
Here is the complete list of changes.
🐛 Bug Fixes
⚡ Enhancements
- Support appendable method on
SqlSessionFactoryBean#816 (@uxfix) - Change the event type that listen to in
SqlSessionFactoryBeantoContextRefreshedEvent#797 (@SkyAndCode)
♻️ Polishing
- Use the
TransactionSynchronizationinstead ofTransactionSynchronizationAdapter#819
⬆️ Dependencies Updates
mybatis-spring-2.1.1
Here is the complete list of changes.
⚡ Enhancements
- Support appendable method on
SqlSessionFactoryBean#817 (@uxfix) - Change the event type that listen to in
SqlSessionFactoryBeantoContextRefreshedEvent#810 (@SkyAndCode)