Friday, June 19, 2015

Mybatis-spring 1.2.3 Released!

Mybatis team is pleased to announce the release of mybatis-spring 1.2.3.  This is generally a micro release with bug fixes over prior release.



Changes
----------
  • Custom FactoryBean on MapperScan annotation added, see https://github.com/mybatis/spring/pull/70
  • SqlSessionFactoryBean falls in circular dependencies by Spring Boot's DataSourceInitializer, see http://github.com/mybatis/spring/issues/58
  • And far too many maven build updates to count including spring 3.2.13 and mybatis 3.2.8 base support.

If anything you wanted to see was missed, please file a PR or comment on outstanding PR to see in a future release.

Enjoy!

Jeremy Landis