Skip to content

mybatis-spring-2.0.1

Compare
Choose a tag to compare
@kazuki43zoo kazuki43zoo released this 07 Apr 12:24
· 1186 commits to master since this release

Here is the complete list of changes.

Enhancements

  • Output a warning log when 'mapperLocations' was specified but matching resources are not found #12
  • Allow to use MyBatisPagingItemReader without InitializingBean#afterPropertiesSet #323
  • Allow to specify custom MapperFactoryBean class on xml based bean definition #352
  • Allow to specify a wildcard at 'typeAliasesPackage' and 'typeHandlersPackage' #359
  • Optimize xsd for ide hints #358

Dependencies Updates

  • Upgrade to Spring 5.1.6 #353
  • Upgrade to MyBatis 3.5.1 #360

Known Issues in this version

If there is an impact on your application, please suspend the update.

  • There is case that fail to register type alias when exists anonymous class #362 (will fix on 2.0.2)