Monday, April 10, 2017

Mybatis-Spring-Boot-Starter 1.2.1 & 1.3.0 released!

Dear Mybatis Community,

I am pleased to announce 1.2.1 and 1.3.0 releases of mybatis-spring-boot-starter project.

Highlights from this release:

  • Upgrade to Mybatis 3.4.4
  • Add @MybatisTest for slicing tests
  • Add ConfigurationCustomizer
  • Version 1.2.1 keeps compatibility with Spring Boot 1.4.x
  • Version 1.3.0 has been upgraded with Spring Boot 1.5.x

Enjoy!

2 comments:

  1. Maybe this is just an accident of unfortunate timing, but I'm a new mybatis user and the docs say to use 1.3.1-SNAPSHOT but maven cannot resolve that version. I've just wasted a bunch of time trying to figure out why it wouldn't work, before happening to spot the timestamp on this post and realizing that SNAPSHOT builds likely happen only periodically and 1.3.1-SNAPSHOT has been the 'next' version for all of 10 minutes. Still, it would be good if documentation actually was accurate.

    ReplyDelete