mybatis-spring-2.0.2
kazuki43zoo
released this
15 Jul 03:35
·
1166 commits
to master
since this release
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
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