mybatis-spring-2.0.4
·
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