mybatis-spring-2.0.4
版本发布时间: 2020-03-10 01:33:09
mybatis/spring最新发布版本:mybatis-spring-3.0.4(2024-08-12 05:16:10)
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