Skip to content

mybatis-spring-2.0.2

Compare
Choose a tag to compare
@kazuki43zoo 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 via SqlSessionFactoryBean #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 pass Class<?> to constructor #394