Skip to content

mybatis-spring-2.0.4

Compare
Choose a tag to compare
@kazuki43zoo kazuki43zoo released this 09 Mar 17:33
· 1138 commits to master since this release

Here is the complete list of changes.

Since this version, we changed base line versions to spring 5.2.x and spring-batch 4.2.x from spring 5.1.x and spring-batch 4.1.x, but we keep backward compatibility with spring 5.1.x and spring-batch 4.1.x.

Bug Fixes

  • SpringManagedTransaction#close broken backward-compatibility between 1.3.x and 2.0.x #427

Enhancements

  • Use declared class's package as base package if not present base packages on @MapperScan #438
  • Support openjdk14 on Travis CI #450
  • Support openjdk15 on Travis CI

Dependencies Updates

  • Upgrade to Spring 5.2.4 #448
  • Update to Spring 5.1.14 on Travis CI #449
  • Upgrade to MyBatis 3.5.4 #446