mybatis-spring-2.0.2
版本发布时间: 2019-07-15 11:35:42
mybatis/spring最新发布版本:mybatis-spring-3.0.4(2024-08-12 05:16:10)
Here is the complete list of changes.
Bug Fixes
- There is case that fail to register type alias when exists anonymous class since mybatis-spring 2.0.1 #362
New Features
- Support controlling to use lazy Initialization or not on mapper scanning feature #376
Enhancements
- Support to configure
LanguageDriver
viaSqlSessionFactoryBean
#378 - Change to Variable-length argument from array argument on
SqlSessionFactoryBean
#380
Dependencies Updates
- Upgrade to Spring 5.1.8 #387
- Upgrade to MyBatis 3.5.2 #388
Known Issues in this version
If there is an impact on your application, please apply workaround or suspend the update.
- Cannot scan
TypeHandler
that passClass<?>
to constructor #394