1.4.2.1-SNAPSHOT
Pre-release
Pre-release
·
67 commits
to master
since this release
Fixes
- When MyBatis runs in Spring-MyBatis mode, it encounters a NullPointerException and the reload fails.#556,#550,,#538,
- When MyBatis runs in Spring-MyBatis mode,there is no need to cache configuration-related data。The related reload operations are handled by SpringMybatisConfigurationProxy
- When MyBatis runs in Spring-MyBatis mode,we only need to use SpringMybatisConfigurationProxy for reloading. Refreshing the ConfigurationProxy is not meaningful.The same applies in the opposite case.